Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

Fields

IndexField NameField Data Type

Field Description

1account_idintSpringserve account ID
2demand_tag_idintSpringServe demand tag ID
3campaign_idint

SpringServe campaign ID

4creative_idintCurrently not used
5auction_idString (UUID)Unique ID identifying an auction; different events can be tied together through their auction ID
6user_idString (UUID)User's SpringServe cookie ID
7user_ipStringIP address of the user
8user_agentStringFull user-agent string of the user
9countryString (max length 2)Country code (e.g. "US", "GB", "DE")
10full_page_urlString

Full-page url that is declared on the incoming ad request.

11declared_player_sizeString (max length 7)

Declared player size. Sizes are based on width and are defined by the following boundaries:

  • <= 0 - "unknown"
  • 1 <= w <= 249 - "x-small"
  • 250 <= w <= 349 - "small"
  • 350 <= w <= 500 - "medium"
  • 501 <= w <= 799 - "large"
  • 800 <= w - "x-large"
12detected_player_sizeString (max length 7)Player size detected by our VPAID. Same boundaries as declared_player_size
13js_impressionsintImpression served (JS VPAID)
14clicksintVideo ad is clicked on by user
15costnumeric(16,10)Media cost the SpringServe account pays the supply partner (for this event)
16revenuenumeric(16,10)Revenue the SpringServe account is paid by the demand partner (for this event)
17third_party_feesnumeric(16,10)Any third party fees for the demand partner (for this event)
18first_quartileintVideo ad has played through 1/4 of its duration.
19second_quartileintVideo ad has played through 1/2 of its duration.
20third_quartileint

Video ad has played through 3/4 of its duration.

21fourth_quartileintVideo ad has played through its entire duration.
22ad_requestsintFired any time our VPAID requests a demand tag's VAST endpoint URL
23has_adsintVAST endpoint URL responds with a non-empty VAST response
24opportunitiesint

Indicates the VPAID received a non-empty VAST response / media file back from VAST endpoint URL, and initiated it

25errorsintIndicates an error occurred with the demand tag. Most common case is due to the demand not filling or our VPAID timing out the demand tag
26device_id_hashedString (max 40)User device identifier for Mobile and Connected TV's, stored hashed for privacy compliance 
27dma_idintID corresponding to Demographic Market Area (DMA)
28postal_codeString (max 16)

Postal code for US & CA traffic only.

29stateString (max 7)
30CityString (max 64)
31startsintVideo ad started
32app_nameString (Max 256)App name as it is sent from the supply request
33app_bundleString (Max 256)App bundle as it is sent in the supply request
34spotx_channel_idint
35adomainString (Max 128)Advertiser domain
36duplicate_impressionsintImpressions that are duplicate (ie. same impression beacon fired more than once)
37bid_price_actualnumeric(16,10)Non-price reduced bid value as returned in the bid response from a demand partner
38bid_price_reducednumeric(16,10)Price reduced bid value
39device_idstring (max 40)The user specific Device Identifier, ex: AAID, RIDA, IFA
40coppabooleanWhether supply is COPPA compliant (1) or not (0). Determined by the presence of the corresponding parameter in the ad request.
41us_privacybooleanWhether Supply is CCPA compliant (1) or not (0). Determined by the presence of the corresponding parameter in the ad request.
42dntbooleanDo Not Track enabled (1) or not (0). Determined by the presence of the corresponding parameter in the ad request.
43gdprbooleanWhether Supply is GDPR enabled (1) or not (0). Determined by the presence of the corresponding parameter in the ad request.
44lmtbooleanLimit Ad tracking enabled (1) or not (0). Determined by the presence of the corresponding parameter in the ad request.
45app_idintThe app_id from the incoming dsp_data object
46content_idintContent ID passed in the content_data object
47detected_adomainstringDetected advertiser domain value
48publisher_namestringRTB publisher name field
49publisher_idString (Max 38)RTB publisher ID field
50inventory_sourcestringSource of the supply
51languagestringLanguage of the content
52app_idstringRTB app_id from the incoming dsp_data object
53content_custom1_paramstringCustom parameter for content macros that may not be covered in the standardized content macros
54content_custom2_paramstringCustom parameter for content macros that may not be covered in the standardized content macros
55content_custom3_paramstringCustom parameter for content macros that may not be covered in the standardized content macros
56content_episodestringEpisode name of the content
57content_genre_liststringGenre of the content
58content_producer_namestringof the content
59networkstringPublisher declared network of the content
60declared_domainString (max length128)Declared domain on the incoming ad request.
61event_typeString (max length 128)List of Event Types can be found here.
62opportunity_response_timebigintAmount of time it takes for the demand tag to fill an impression. This is the time between an ad_request event and an impression event.
63deal_idsstringDeal ID associated with the inventory source bid request
64opportunity_timeoutsintWhen our VPAID times out a demand tag for taking too long to find an ad
65iris_idstringPublisher declared IRIS identifier. More information on IRIS here.
66iris_contextstringPublisher declared IRIS context. More information on IRIS here.
  • No labels