appmetrica
operated by: Yandex Oy (get company information on datarequests.org, go to tracker entry in the Exodus database)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://startup.mobile.yandex.net/analytics/startup
https://report.appmetrica.yandex.net/report
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 query string in the request path as a query string. Store that in the result for the query string.
1res.query = parseQueryString(query)
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 | query | app_id | com.freeplay.twerk ru.otkritki.greetingcard com.avirise.praytimes.azanreminder freeplay.crowdrun.com com.all.language.translator.free.speak.translate.app |
App version | query | app_version_name | 1.13.7 1.5.1 7.8.4 1.4.7 2.8.8 |
Country | query | locale | en_DE en_US |
Device advertising ID | query | adv_id | ea70edc1-ac05-481c-8d2a-66b1be496a7e |
query | ifa | 00000000-0000-0000-0000-000000000000 | |
iOS IDFV | query | ifv | 6B8C9F39-E1AA-4388-8B45-ACCEED6A9990 DED71E77-9C80-4425-926E-A9011CD8EB3D C434502E-B530-4F65-B6AE-CE54AB158CCF 454E5DA2-29E2-4DB8-8543-5A1398165C6E 8040C96D-06D5-4182-A3BF-139A0238C04B |
Is device rooted? | query | is_rooted | 1 |
Language | query | locale | en_DE en_US |
Manufacturer | query | manufacturer | Apple Google |
Model | query | model | iPhone9,3 sdk_gphone_x86_64_arm64 |
OS name | query | app_platform | iphone iOS android |
OS version | query | os_version | 14.8 11 |
Other identifiers | query | deviceid | 6B8C9F39-E1AA-4388-8B45-ACCEED6A9990 ab9930d1100c818f669304e60d39e4e7 DED71E77-9C80-4425-926E-A9011CD8EB3D E95B7F3A-ADA3-4DC3-B93B-16A7A81FA535 454E5DA2-29E2-4DB8-8543-5A1398165C6E |
query | deviceid2 | ab9930d1100c818f669304e60d39e4e7 | |
query | android_id | befe63ea338bae44 2937251da275c8c7 24f6468fde1f5a43 78b1affaef28612d 2c7e17c8a0060dcb | |
query | yandex_adv_id | ||
Screen height | query | screen_height | 667 1440 |
Screen width | query | screen_width | 375 2560 |
Tracker SDK version | query | analytics_sdk_version_name | 3.7.1 3.18.0 3.21.1 3.17.0 3.9.4 |