graph-network-ads-common
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/network_ads_common
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 a query string. Store that in the result for the request body.
1res.body = parseQueryString(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 |
---|---|---|---|
App ID | body | BUNDLE | com.temperature.checker.thermometer.app calculatorlock.calculatorvault.secretcalculator.calculatorlockapphider com.exercseno.screennm com.app.solfeggiomedi com.Pygmies.superhero.flash.rescue.free |
App version | body | APPVERS | 1.22.04 1.6.3 1.0 65.0 1.7 |
Carrier | body | CARRIER | Android |
Device advertising ID | body | IDFA | ea70edc1-ac05-481c-8d2a-66b1be496a7e |
Is device rooted? | body | ROOTED | 1 |
Language | body | LOCALE | en_US |
Manufacturer | body | MAKE | Google |
Model | body | MODEL | sdk_gphone_x86_64_arm64 |
OS name | body | OS | Android |
OS version | body | OSVERS | 11 |
Other identifiers | body | SESSION_ID | b0f9e2ba-bd0b-44b2-93c8-db5fed3e23af 9f4218c1-a939-4323-a5e3-d56eeadd4a2b 19690d4a-4433-4941-8bd6-f4099741c892 85f187ab-f31b-4c49-812b-34fc0d7fb287 578bccf4-efec-409f-a4f3-81c17f50c656 |
Screen height | body | SCREEN_HEIGHT | 683 411 |
Screen width | body | SCREEN_WIDTH | 411 683 |