app-measurement
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://app-measurement.com/a
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.- Decode the request body as a protocol buffer (Protobuf). Store that in the result for the request body.
- Wrap the result for the request body at
1
in an array if it isn’t one already. Replace the existing value.
1res.body = decodeProtobuf(body)
2res.body.1 = ensureArray(res.body.1)
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 | 1.*.14 | com.ea.ios.fifamobile com.kaercher.homeandgardenretail com.google.android.apps.maps com.google.android.apps.messaging cast.video.screenmirroring.casttotv |
App version | body | 1.*.16 | 15.5.04 4.15.5 10.43.7 6.0.117 (Xorn_RC10_alldpi.x86.phone) 2.2.0.1 |
Device advertising ID | body | 1.*.19 | ea70edc1-ac05-481c-8d2a-66b1be496a7e 2898380B-1B0A-4C4D-8988-3F10CA5FFCA2 |
iOS IDFV | body | 1.*.27 | 9683A1D5-E36B-4071-A809-E3732902BF33 DBB3DBDD-8C1F-4569-9AD9-E427E412835A 7D75BBA9-5B60-4AB5-8D28-D37E52BD3AD6 249374B7-771D-41B1-9276-FA9270590347 1B5C5B3E-CDBB-44A7-AC70-EAFA670A416E |
OS name | body | 1.*.8 | ios android |
OS version | body | 1.*.9 | 14.8 11 |