graph-activities-qs
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 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 | application_package_name | com.ufotosoft.justshot com.pakdata.QuranMajeed com.mondayoff.wantedfish com.stepler com.deananddavid.android |
Device advertising ID | body | advertiser_id | ea70edc1-ac05-481c-8d2a-66b1be496a7e |
OS name | body | sdk | android |
Other identifiers | body | anon_id | XZc71dd61d-175f-4894-b0d5-63be7113aaff XZd6b89042-a0a7-4cef-b86a-700ccb37e37a XZ071bb222-1a67-4e21-94c9-a0ba7b0b1558 XZ4e307492-3708-4f22-af12-2293e5220efe XZa979174f-6a7c-4ec9-9454-157b561003d8 |
body | app_user_id | C542403239107F4478410A5112413C18 159C89E13333CB8DBA36543A81A801E3 7151cb08-de5d-4f93-926f-ddd7af02bfbf D66C4F7DF3D513CD45DD0F1E73816907 ea70edc1-ac05-481c-8d2a-66b1be496a7e |