In Real-Time Bidding (RTB) environments, the RTB-Stack platform automates the placement and activation of trackers, which are essential for the accurate measurement and billing of ad impressions. This guide explains how the system handles trackers for different ad formats and outlines the conditions under which notification URLs (nURL) and billing URLs (bURL) are activated. By understanding these processes, digital advertising stakeholders can optimize billing accuracy and ad performance.
The RTB-Stack platform automatically inserts tracking URLs in the appropriate fields of the BidResponse.seatbid[].bid array across various ad formats to ensure precise tracking and accurate billing:
Step 1. Tracker Insertion in Response to SSP:
1. Ad Markup (adm
) Field (EventType cet = 1):
<Impressions>
tag of the VAST XML to track when the impression for the ad occurs.eventtrackers
to monitor specific interactions within the ad.imptrackers
array to capture impression data.2. Notification URL (nurl
) Field (EventType cet = 2): The system places a win notice URL in the nurl
field, which is called by the exchange if the bid wins.
3. Billing URL (burl
) Field (EventType cet = 3): The system places a billing notice URL in the burl field, activated when a winning bid becomes billable (typically when the ad is delivered or viewed).
Step 2. Configuration of Billing Parameters:
&billable=1
in the tracker URL corresponding to the billable event. This ensures that billing is accurately triggered for these events:adm
field for Ad Markup Pixel.nurl
field for Notification URL.burl
field for Billing URL.&billable=0
to indicate non-billable events.The RTB-Stack platform also automates the implementation of DSP trackers to ensure accurate billing and effective counting of ad impressions.
Step 1. Configuration of Billing Mechanism:
1. The system ascertains the preferred Impression Tracking Mechanism from the DSP profile settings, which could be via the: Ad markup Pixel, nURL (notification URL), bURL (billing URL).
2. The system then inserts the parameter &billable=1
in the tracker URL, based on the Endpoint settings to ensure correct billing:
adm
field for Ad Markup Pixel.nurl
field for Notification URL.burl
field for Billing URL.Step 2: Configuration of Counting Mechanisms:
1. Based on Ad Markup (adm
):
2. Based on Notification URL (nurl
):
3. Based on Billing URL (burl
):