graph-activities-json
operated by: Facebook (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:\/\/graph\.facebook\.com\/v\d{1,2}.\d\/\d+\/activities$/
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.- Parse the request body as JSON. Store that in the result for the request body.
1res.body = parseJson(body)
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.Property | Context | Path | Examples of observed values |
---|---|---|---|
Device advertising ID | body | advertiser_id | 00000000-0000-0000-0000-000000000000 9C93C4FF-F2A8-4525-A619-A803D34A508E |
OS name | body | sdk | ios |
Other identifiers | body | anon_id | XZA1964B79-5236-4744-B9B0-F910F28BEBCD XZ6DD0058D-D52D-4720-BCEC-31B1EB0C5209 XZA0D1E225-5886-420C-83F0-5FED0F0B1CAB XZE74ACEE1-31A3-4B19-89D5-9C090F068160 XZDD44B4A7-E28E-41FC-A4CB-10E75A20A0E0 |
body | app_user_id | 0 41799568-8D51-4D74-B98E-FCED9ECBFB23 32f1e919-2023-49f1-aa33-dd6de5d3812e |