Criteo (bidder/csm/events)

Criteo (bidder/csm/events) (criteo/bidder-csm-events)

operated by: Criteo (get company information on datarequests.org, go to tracker entry in the Exodus database)

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://bidder.criteo.com/csm/events

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. Get the property at JSONPath $ in the request headers. Store that in the result for the request headers.
  2. Get the cookie $. Store that in the result for the cookies.
1res.header = header.$
2res.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
Unique ID for the browsercookieuid Tracker documentation on this property962758e6-75c0-4d68-bbe6-2255a1c2ad92
de8d12f4-9dbe-4dd2-84b0-0412a0983274
32ec914c-2d76-439a-b48f-91f8483b35a1
c66f76d2-c588-4c57-b80b-7c1ce6a14aa3
7974c882-8882-4b0e-a3d4-ca6f2fc3a2cf
Refererheaderrefererhttps://asuracomic.net/
https://bnn.de/
https://eat.de/
https://fcbinside.de/fc-bayern-news/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
headerRefererhttps://asuracomic.net/
https://bnn.de/
https://eat.de/
https://fcbinside.de/fc-bayern-news/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
User agentheaderuser-agent Tracker documentation on this propertyMozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) sternapp_ios_hybrid/8.2.0
Mozilla/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 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148
Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) sternapp_ios_hybrid/8.2.0
Mozilla/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"
References