ID5 Prebid User ID Module v2

ID5 Prebid User ID Module v2 (id5/g-v2-json)

operated by: ID5 Technology Ltd. (get company information on datarequests.org)

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:\/\/id5-sync\.com\/g\/v2\/\d+\.json/

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. Decode the result for the request body at pd as a Base64 string. Store that in the result for the request body at pdDecoded.
  3. Parse the result for the request body at pdDecoded as a query string. Store that in the result for the request body at pdParsed.
  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.body = parseJson(body)
2res.body.pdDecoded = decodeBase64(res.body.pd)
3res.body.pdParsed = parseQueryString(res.body.pdDecoded)
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
ID for the property (website/app)bodypartner Tracker documentation on this property246
23
Public IP addressbodypdParsed.10 Tracker documentation on this property
bodypdParsed.11 Tracker documentation on this property
RefererheaderRefererhttps://eat.de/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
https://www.abendblatt.de/
https://www.all-in.de/
https://www.allgaeuer-zeitung.de/
headerrefererhttps://eat.de/
https://fcbinside.de/2024/09/12/nach-geplatztem-saudi-deal-coman-weiter-verkaufskandidat-bei-bayern/
https://www.abendblatt.de/
https://www.all-in.de/
https://www.allgaeuer-zeitung.de/
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"
bodypdParsed.12 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
Unique user IDcookieid5 Tracker documentation on this property80376a83-7219-7c59-88cc-f3fb5662d5ff#1727195083531#1
c5ad3c4c-09ac-7657-ba2a-a6476d3792c0#1727102407970#1
5600b22a-8630-7529-91d3-f58d58ba6caf#1727082892126#1
12b8aaf6-03d3-7500-b1c7-ac2a040cebed#1727115697999#1
84a6a599-5d03-769b-8e2f-cbdaf795c1c1#1727156878733#1
Viewed pagebodypdParsed.8 Tracker documentation on this property
Website URLbodypdParsed.9 Tracker documentation on this property
References