Criteo (sslwidget/event)

Criteo (sslwidget/event) (criteo/sslwidget-event)

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://sslwidget.criteo.com/event

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 query string in the request path as a query string. Store that in the result for the query string.
  2. Parse the result for the query string at sc as JSON. Replace the existing value.
  3. Parse the result for the query string at external_advids as JSON. Replace the existing value.
  4. Get the property at JSONPath $ in the request headers. Store that in the result for the request headers.
  5. Get the cookie $. Store that in the result for the cookies.
1res.query = parseQueryString(query)
2res.query.sc = parseJson(res.query.sc)
3res.query.external_advids = parseJson(res.query.external_advids)
4res.header = header.$
5res.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 property49ff5069-7db4-40c6-9066-da91c55ef9b8
18ebf413-5d8c-40de-82ef-617adee7106c
1ce063ea-9b89-4886-b1a6-561aecfe0b98
682b3f88-60d1-4217-9026-aa878e8f0333
088c9f55-6fc8-4ba2-b929-6bcf4092209e
querysc.fbp Tracker documentation on this propertyfb.1.1727135882281.1341963844
fb.1.1727025253161.669662839752800529
fb.1.1727078344904.612580243225823608
fb.1.1727088462787.743232259257333711
fb.1.1727104941702.444825219336065281
querysc.ttp Tracker documentation on this propertytri1Y7T5PZ31wyR7_q3C_letWUL
flyMKkIzMy1MHh5zNx25j_29rug
uRdshQwtQL2nd2zXsEYC3b4Q5dz
GC6i55ewREQRu-2XMWn5w9eDD6P
y9derWsi5yt4jqoL_hO5nXmPNZJ
ID for the property (website/app)querytldaliexpress.com
shein.com
retoura.de
toom.de
autoscout24.de
Refererheaderrefererhttps://de.aliexpress.com/
https://de.shein.com/
https://m.shein.com/fr/?ref=m&rep=dir&ret=mfr
https://shop.retoura.de/
https://fr.aliexpress.com/
headerRefererhttps://de.aliexpress.com/
https://de.shein.com/
https://m.shein.com/fr/?ref=m&rep=dir&ret=mfr
https://shop.retoura.de/
https://fr.aliexpress.com/
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"
Unique user IDqueryexternal_advids[?(@.type === 'Id5')].value Tracker documentation on this propertyID5*_CQzIqGL7EY4aZqIF5GO2VKF35xG1JqIF5GO2VKF35zJNBwjPzLjYIke4MX1SspQx6Z4Uf8jH4b56EJSxjyx4Mepp46Iudkf-eyrcpFyWzvHrh6XgWwCJiTxpnWgocYCx6-yTnz3FTYw4M6rLbi2GMeypkjiNJcb_igjJ6wOgXjHtTsO5FhwDv_dGXchC2qzx7yY3_xlBEtfqsnv8uaZccfLH2FWJXA24mhUY-SpzifH2fnaYZTySELRgM0kNwYjx9oTv-VynPEBhxIJMU2DVMfkczsJrEnNp43Hw8lS4LI
Viewed pagequeryfuhttps%3A%2F%2Fde.aliexpress.com%2F
https%3A%2F%2Fde.aliexpress.com%2Fpromotion.html%3Fspm%3Da2g0o.home.sitefooter.26.3c5812e22i6ncC
https%3A%2F%2Fde.aliexpress.com%2Fitem%2F1005005382283036.html%3Fspm%3Da2g0o.promotionsitemap.link.1681
https%3A%2F%2Fde.shein.com%2F
https%3A%2F%2Fm.shein.com%2Ffr%2F%3Fref%3Dm%26rep%3Ddir%26ret%3Dmfr
References