SSAT (Server-Side Ad Tracking)
Understand what's behind SSAT options
Server-side Ad Tracking can be enabled on Ad Insertion type of Services, by activating the checkbox in the second menu, called Enable server-side ad tracking
.

broadpeak.io will perform tracking by calling the beacons provided in the VAST answer, in accordance with the way the Ad is being consumed by the player. Supported beacons are the following events:
- Impression
- Start
- 25%
- 50%
- 75%
- Complete
SSAT Limitations
- Server Side Ad Tracking is currently not compatible with Client Side Ad Tracking on a same Service.
Media Segment Availability check
When working with Server Side Ad Tracking, broadpeak.io allows to activate a feature which validates the availability of the Ad media segments before triggering a beacon call. It is an optional feature which will prevent reporting Impressions when the Ad content is not available.

With this option enabled, broadpeak.io performs a HTTP HEAD on each Ad media segments requested. Tracking beacons will be triggered only if all the Ad media segments that represent the quartile in question are available. An Ad media segment is considered available if the response from the HTTP HEAD is 200.
Tracking Behaviours
Multiple Events
If the VAST payload contains many events of the same type, all events of the same type should be fired at once, within the limit of tracking event allowed by the system. For more info about this limit, visit the Quotas and limits page.
Table of Behaviour
Ad Percentage consumed | Events Fired |
---|---|
<25% | Impression, Start |
0 to 25% ( < 50% ) | Impression, Start, First Quartile |
0 to 50% ( < 75% ) | Impression, Start, First Quartile, Mid-point |
0 to 75% ( < 100%) | Impression, Start, First Quartile, Mid-point, Third Quartile |
0 to 100% | Impression, Start, First Quartile, Mid-point, Third Quartile, Complete |
25% to 50% | Mid-point |
25% to 75% | Mid-point, Third Quartile |
25% to 100% | Mid-point, Third Quartile, Complete |
50% to 75% | Third Quartile |
50% to 100% | Third Quartile, Complete |
75% to 100% | Complete |
Updated 10 days ago