fcmtoken-register
operated by: Google LLC (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://fcmtoken.googleapis.com/register
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 | app | com.contentarcade.LogoMaker se.parkster.Parkster com.apalonapps.plants com.broapplication1 com.steuerbot |
App version | body | app_ver | 10.5.8 5.1.0 2.20.2 3.5.12 2.11.0 |
OS name | body | plat | 2 |
OS version | body | X-osv | 14.8 |
Other identifiers | body | device | 5492548350346390512 4920700662423589462 5078261450530083919 4617660706298747907 5195975203905483851 |