Sub IDs can be set-up to allow you to track custom variables within your campaign.
For example, you could track the following unit map without requesting multiple tags by just using the Standard Name in this map as “YOUR_SUB_ID”:
Instructions for Implementing InPage Sub IDs for Current InPage Tags Calling bid.underdog.media:
SubIDs are set on the InPage divs by adding a data attribute, data-subid="YOUR_SUB_ID":
<div class="udm-inpage" data-subid="YOUR_SUB_ID">
Example:
<div class="udm-inpage" data-subid="ab-tablet-belowtitle-300x250">
<script>
try {
top.udm_inpage_sid = UNDERDOG_SITE_ID;
} catch (e) {
console.warn("Error initializing udm inpage. Please verify you are not using an unfriendly iframe");
}
</script>
<script src="https://bid.underdog.media/inpageLoader.js"></script>
</div>
Reporting:
You can view reports with your SubID values in the reporting tab of your publisher dashboard. Select Sub IDs under Parameters when adding a new report. See our article on Custom Ananlytics for more information.
Related Articles:
EDGE Sub IDs / Custom Variable Tracking
Header Bidding Sub IDs / Custom Variable Tracking
Comments
0 comments
Article is closed for comments.