Ad Insertion Monthly Aggregates Dataset

Through Data Sharing, JWX shares ad insertion analytics to help broadcasters evaluate server-side ad insertion (SSAI) performance at scale over time.

The datasets for ad insertion monthly aggregates contain SSAI records aggregated by calendar month. Each row represents a combination of dimensions along with aggregate counts of sessions, ad breaks, returned ads, impressions, and completions for that month.

This reference explains all ad insertion monthly aggregates metrics and dimensions.



Ad insertion monthly aggregates

The following fields are aggregated by month and are sourced either directly from SSAI session logs or enriched with geographic and device data.


Column NameDescription
AD_COMPLETION integerTotal number of ads that played to completion
AD_IMPRESSION integerTotal number of ad impressions recorded
ADS_RETURNED_COUNT integerTotal number of ads returned from the ad server
ADS_RETURNED_DURATION integerTotal duration of ads returned from the ad server, in seconds
BREAK_COUNT integerTotal number of ad breaks triggered
BREAK_DURATION integerTotal duration of all ad breaks, in seconds
BROWSER stringBrowser used during playback
CHANNEL_ID string Unique identifier of the FAST channel (also known as a Pop-up Channel)

For a session associated with a FAST channel, channel_id has a value and media_id is NULL. For all other sessions, channel_id is NULL and media_id has a value.

TIPS:
  • FAST channels are media items. Join on MEDIA to retrieve title and other metadata.
  • Use coalesce(channel_id, media_id) to list FAST channels alongside other media items.
    CONFIG_ID stringUnique identifier for the ad config used during playback
    CONFIG_NAME stringName of the ad config
    CONTINENT_NAME stringContinent associated with the viewer's location
    COUNTRY_NAME stringCountry associated with the viewer's location
    DEVICE_TYPE stringType of device used for playback (for example, desktop, mobile, connected TV)
    MEDIA_ID stringUnique identifier for the media item
    OPERATING_SYSTEM stringOperating system of the playback device
    REFERER_HOST stringDomain where playback was initiated
    SESSION_COUNT integerTotal number of SSAI sessions initiated during the month
    SITE_ID stringUnique identifier for the JWX property
    UTC_MONTH stringMonth of the aggregated data in UTC (formatted as YYYY-MM)
    WORKFLOW stringWorkflow used for the ad insertion request


    Did this page help you?
    © 2007- Longtail Ad Solutions, Inc.