Criteo Prebid.js OpenRTB integration

Criteo Prebid.js OpenRTB integration (criteo/grid-bidder-prebidjs)

operated by: Criteo (get company information on datarequests.org, go to tracker entry in the Exodus database)
This endpoint uses the OpenRTB standard through the Prebid.js header bidding solution.

Endpoint URLs

These are URLs or regexes of endpoints the tracker sends data to. We use these to determine which adapter to apply to a request. Some trackers use the same endpoint for several formats. In this case we use additional logic to match the adapter to the request, refer to the code for more information.
  • https://grid-bidder.criteo.com/openrtb_2_5/pbjs/auction/request

Decoding steps

Every tracking library has its own way of transmitting tracking data, often even several. They are regularly pretty convoluted, nested encoding schemes. Because of that, the adapter needs to decode the request information into a consistent format. We try to keep keys and paths intact, but the structure results from our decoding. All steps used in the decoding for this adapter are documented here.
  1. Parse the request body as JSON. Store that in the result for the request body.
  2. Get the property at JSONPath $ in the request headers. Store that in the result for the request headers.
  3. Get the cookie $. Store that in the result for the cookies.
1res.body = parseJson(body)
2res.header = header.$
3res.cookie = cookie.$

Observed data transmissions

This is data that we observed being transmitted by this tracker. Not every request contains all of this data. The context of the data describes where we found the data in the request, the path describes the location of the data in the decoded request. The examples are a selection of observed values.
PropertyContextPathExamples of observed values
Device advertising ID (GAID/IDFA)bodydevice.ifa Tracker documentation on this property
App IDbodyapp.bundle Tracker documentation on this property
bodyapp.storeurl Tracker documentation on this property
App namebodyapp.name Tracker documentation on this property
App versionbodyapp.ver Tracker documentation on this property
Unique ID for the browsercookieuid Tracker documentation on this property16eb3048-6339-4466-bd7c-761f2eaa2c65
32ec914c-2d76-439a-b48f-91f8483b35a1
c66f76d2-c588-4c57-b80b-7c1ce6a14aa3
40d9b2a7-a21f-4ee0-85f3-ecab00788fbc
c24db58e-dfc6-4df7-a0e4-12f814526a3a
Browser window heightbodyuser.ext.data.windowInnerHeight
bodyviewport.height
bodydevice.ext.vph Tracker documentation on this property720
bodysite.ext.data.adg_rtd.features.viewport_dimensions1280x720
Browser window widthbodyuser.ext.data.windowInnerWidth
bodyviewport.width
bodydevice.ext.vpw Tracker documentation on this property1280
bodysite.ext.data.adg_rtd.features.viewport_dimensions1280x720
Carrierbodydevice.carrier Tracker documentation on this property
bodydevice.mccmnc Tracker documentation on this property
Consent statebodyuser.consent Tracker documentation on this property
bodyregs.gpp Tracker documentation on this property
bodyuser.ext.consent Tracker documentation on this propertyCQFcvDAQFcvDAAfVYBDEBIFsAP_AAEPAAAYgI5gR5CZMTWFBcXh3QMskeQQX0cARYkAAAgCBAaABABIAcIQAkmESIAyAIAACAQAAIBYBAAAACABAAEAAQIAAABDgAAAEgAAKIABEABEQAkIAAAgKAAAAAAAIAAARIAQAkADAAYLmREAAgIAgAAAAAAAAAIABAhMAAAAIAAACAAIAAAAAAAAAAAAAAAACAQAAgeOACAIERAAUBASEEAQQQIABBQABFAAAAAAIEAAAAAEABgBAAQYQIAAAAAAAABAAAgAAEAAAAAAEAAQABAgAAAECAAAAAAAAgAAEAAEAAAAAAACAoAAAAAAAAAAAAgBACAAEAAAAJAQAAAACAAAAAAAAAAgAAAAAAAAAgAA
CQFZtsAQFZtsAAFADBDEBIFsAP_gAAAAAAYgJjNB7C_cbWFDsX53YPtgeIUf1VAB5sQQBBaBE6AByDOAcIQEkmETJAzoICQCEBAAoBLBIAAkCABAAEAAYIgFIDDAIACUIBAKIgAAABMRQwAAAAoKAAAAEAAIhEAVIEAAmAqgQArkRFAAAIAAAgABAAAAAIABAoOAAAEAAAAAAQAAgAAAAAJAAAAAAAACAQAIEAAAAAAAAAACABBKOAAASEgAwABBMYNABgACCYwiADAAEExhUAGAAIJjDIAMAAQTGHQAYAAgmMQgAwABBMYlABgACCYxSADAAEExgAAA.YAAAAAAAAAAA
CQFgB_AQFgB_AAfeLBDEBIFgAP_AAEPAAAYgKENV_G_dbWFDsHp3YPsEIQUHx9hp5MQgAgaBE6AFiBOA4IQGgGAQIAygICACABAAoVYBIAAkCABEAUAAIIAEICDMQAAAgAAKIAAEAAEAA0AAAAgIAgAAEAAAgABNI1AAiBqgYBpoHIiAgIAAAQCAAAAAAIAFA4MBAEEIRAAAAAAIQKAAAgIAAAAAAAECABAAAAABAAAAAAAAAAAAAAAAAAAABBQgAkw0KiAAoAQkIJAwggAAiCMIAKBAAAACQIEAAAQIAHACAQwwAQAAAAACAAAAAFCAAIAABAAAIgAgAABAABAABAAAAAAABAAAAAAQACAAAAAEBAAAAAAAAAAAIhAgAEAEABAIAAwAQAAAAAAAQAAAAABAAAAAAAAABAAAAAAABEAAAQABAAAAAAAAAAAAAAAAAICAAAAAAAAAAAAAAAAAAAIAAA
CQFgB_AQFgB_AAfM3HDEBIFsAP_gAEPgAAigIzNV5G_fbWFHOXpzYPskaYUX18h55sQgAhaBE-AFyDOA8IQEk2ECNASgICACABAAoRZBIQAsCAhEAUCAAIgFISDsIACAgAAKICAEAAMQQ0AAAAgIAAAgEAAYhEBNIxAAmBrhYRruRMCAhIAgAwAAAAABAIABAgMAGEEYQAAAAAIAAoAAggIEEAAAAAECABBC4AkA0KiAAogQkIJAwggQAiCsACKBAAAACQIEAACQIAHACAAiwgQAAAAAAAAAAAFCAAIAABAAEIgAgAABAABAAFAAAAAAABAAQAAAAACAAAAAEBAAAEAAAAAAAIhAAAEAEIBAIASAgQAAAEAEAAAAAAIBAAAAAAAgABAAAAAAAAAEAAEABAggAA
CQFgB_AQFgB_AAfBqBDEBIFsAP_gAEPgAAigIzNV5G_fbWFDMXpzYPskaYUH19h55sQgAhaBE6AFyDOA8IQGg2EgMASgICACABAAoBZBIQAkCAhEAUCAAIgVISDMIACAgAAKIAAEAAMQA0AAAAoIAAAgUAAYhEBNIxAAmBqhYRrsREAAhIAAAgAAAAAAAIABAgMACEE4AAAAAAIAAoAAggIEEAAAAAECABBC4AkA0KiAAogQkIJAwggQAiCsICKBAAAACQIEAACQIAHACAQywkQAAAAAAAAAAAFAAAIAABAAEIgAgAABAABAAFAAAAAAABAAAAAAAAAAAAAAEBAAAECAAAAAAIhAAAEAEIBAIASAgAAAAEAEAAAAAAIBAAAAAAAgAFAAAAAAAAAEAAEABAggAA
bodygdprConsent.consentData Tracker documentation on this property
Countrybodydevice.geo.country Tracker documentation on this property
Is device/browser controlled automatically?bodydevice.ext.webdriver Tracker documentation on this propertytrue
Is “Do Not Track” enabled?bodydevice.dnt Tracker documentation on this property0
Is JavaScript enabled?bodydevice.js Tracker documentation on this property
Is device a mobile device?bodydevice.sua.mobile Tracker documentation on this property
bodyuser.ext.sua.mobile
Languagebodydevice.language Tracker documentation on this propertyde
bodyuser.ext.data.navigatorLanguage
Time of last activity by the userbodysite.ext.data.adg_rtd.session.lastActivityTime1.727127838899e+12
1.727025053554e+12
1.727217043348e+12
1.727217050344e+12
1.727217087831e+12
Latitudebodydevice.geo.lat Tracker documentation on this property
Longitudebodydevice.geo.lon Tracker documentation on this property
Manufacturerbodydevice.make Tracker documentation on this property
Modelbodydevice.model Tracker documentation on this property
Network connection typebodydevice.connectiontype Tracker documentation on this property
Orientationbodyuser.ext.data.orientation
OS namebodydevice.os Tracker documentation on this property
OS versionbodydevice.osv Tracker documentation on this property
Page heightbodyuser.ext.data.pageHeight
bodysite.ext.data.adg_rtd.features.page_dimensions1280x10044
1280x22471
1280x3154
1280x2701
1280x1459
Page widthbodyuser.ext.data.pageWidth
bodysite.ext.data.adg_rtd.features.page_dimensions1280x10044
1280x22471
1280x3154
1280x2701
1280x1459
ID for the property (website/app)bodyapp.publisher.id Tracker documentation on this property
bodysite.publisher.id Tracker documentation on this propertyJ857HK
bodypublisher.networkid
Public IP addressbodydevice.ip Tracker documentation on this property
Refererheaderrefererhttps://9gag.com/
https://fcbinside.de/
https://eat.de/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
https://www.badische-zeitung.de/
headerRefererhttps://9gag.com/
https://fcbinside.de/
https://eat.de/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
https://www.badische-zeitung.de/
bodysite.ref Tracker documentation on this propertyhttps://eat.de/rezepte/backen/herzhaft/herzhafte-muffins/
https://fcbinside.de/author/nicolas/
https://www.badische-zeitung.de/
https://www.badische-zeitung.de/nachrichten
https://www.donaukurier.de/
Screen heightbodydevice.h Tracker documentation on this property720
bodyuser.ext.device.h
Screen widthbodydevice.w Tracker documentation on this property1280
bodyuser.ext.device.w
Scroll position Xbodyviewport.scrollTop
Scroll position Ybodyviewport.scrollLeft
Session durationbodyuser.ext.data.sessionDuration
Unique session IDbodysite.ext.data.adg_rtd.session.id Tracker documentation on this property0c5255e8-72d0-49bd-a9ea-4a0db689125e
a4b67549-3e4d-4830-9b68-bdd432a06e69
63476219-856f-4f49-b035-7aa9db65d8df
753d85e1-6a70-4516-b256-806819b06e12
67788926-689c-4045-aa57-1b1922ddb184
Time zonebodydevice.geo.utcoffset Tracker documentation on this property
User agentheaderuser-agent Tracker documentation on this propertyMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/129.0.6668.29 Safari/537.36
headerUser-Agent Tracker documentation on this propertyMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/129.0.6668.29 Safari/537.36
headersec-ch-ua Tracker documentation on this property"HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"
bodydevice.sua.browsers Tracker documentation on this property
bodydevice.ua Tracker documentation on this propertyMozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/129.0.6668.29 Safari/537.36
bodyuser.ext.sua.browsers Tracker documentation on this property
Gender of the userbodyuser.gender Tracker documentation on this propertyO
Unique user IDbodyeids.*.uids.*.id Tracker documentation on this property
bodyuser.eids.*.uids.*.id Tracker documentation on this property
bodyuser.ext.eids.*.uids.*.id060nie77g6i7jhju6a65kihgfc676faj6hb4um22q0u2wswi0e0yyusqoi020oew0
m1GXWl9jQWE0ekJ6eExha1d3UGhGbTIwN1oweTRISm1hbzAlMkZLYXJXdmNBdmdOMlBocTlCQk9hcDYwV2clMkJZU0RvRHpWWTFuRDhBYmVGYkFYQmh2RUE5anp5M2clM0QlM0Q
-JHIP19IdmM5V1F3ZUlRNyUyQnBTazh1YTVDYjV3Q3piRmZUMVVtNzIyQlFzY2RObVFhMktVNURLUGxOZkN1UjFKcklZNzVhQThIS2VheFZNdkdVZHN5TGRkT1h3JTNEJTNE
1dababf1-4f32-4e5e-87b2-e87ce926ba43
_4bAEV85NWhaNWV3QmpCSE9XT2hSZDJ2N1pKdCUyRmxvT21EQnp5UlVicU5qd1gwbUJBdmdDckllM2FPMkdPcnlFUFFWak5qcW9HYnFYM0laQnpWRVVJRkFSMFV3JTNEJTNE
User interestsbodyuser.keywords Tracker documentation on this property
Viewed pagebodysite.page Tracker documentation on this propertyhttps://9gag.com/interest/random
https://fcbinside.de/
https://eat.de/rezept/tortilla-muffins/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
https://www.badische-zeitung.de/mehr-als-270-tote-und-1000-verletzte-bei-israels-angriffen-im-libanon
bodysite.content.title Tracker documentation on this property
bodysite.content.url Tracker documentation on this property
bodypublisher.ext.page
bodysite.ext.page
Category of the viewed pagebodysite.cat Tracker documentation on this property[IAB5]
[IAB5]
[IAB2]
[IAB2]
[IAB2]
bodysite.sectioncat Tracker documentation on this property[IAB5]
[IAB5]
[IAB2]
[IAB2]
[IAB2]
bodysite.content.genre Tracker documentation on this property
bodypublisher.ext.cat
bodypublisher.ext.sectioncat
bodysite.ext.cat
bodysite.ext.sectioncat
Keywords related to the viewed pagebodysite.keywords Tracker documentation on this propertyisrael,hisbollah,israelischen,luftangriffen,libanon,israels
Wetter,Vorhersage,Prognose,Wetterprognose,Reisewetter,Wettervorhersage,Wetteronline,Radar,Wetterradar,Pollenflug,Wetterbericht
WetterBonn,Wettervorhersage,Wetterradar,Unwetterwarnung,14TageWetter,30TageWetter
Gehalt,Arbeitgeber,DeutscheBahn
klix,klix.ba,sarajevo-x,sarajevo-x.com,internet,portal,vijesti,sport,magazin,bosnaihercegovina,bih,sarajevo
bodypublisher.ext.keywords
bodysite.ext.keywords
bodysite.ext.data.cnt_tags[kultur lifestyle kultur-tipps musiker musiktipps interviews print]
[kultur lifestyle kultur-tipps musiker musiktipps interviews print]
[vogue-gespraech vogue-exklusiv vogue-event event nachhaltigkeit mode diversitat lifestyle]
[vogue-gespraech vogue-exklusiv vogue-event event nachhaltigkeit mode diversitat lifestyle]
[vogue-gespraech vogue-exklusiv vogue-event event nachhaltigkeit mode diversitat lifestyle]
Language of the viewed pagebodysite.content.language Tracker documentation on this property
bodyuser.ext.data.contentLanguage
Website namebodysite.name Tracker documentation on this propertywww.dreamies.de
bodysite.domain Tracker documentation on this property9gag.com
fcbinside.de
eat.de
badische-zeitung.de
donaukurier.de
bodypublisher.ext.name
bodysite.ext.name
Website URLbodysite.publisher.domain Tracker documentation on this property9gag.com
fcbinside.de
eat.de
badische-zeitung.de
donaukurier.de
bodypublisher.url
References