AdColony (adc3-launch) (adcolony/adc3-launch
)
operated by: AdColony, Inc.
(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://adc3-launch.adcolony.com/v4/launch
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 JSON. Store that in the result for the request body.
1res.body = parseJson(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 name | body | app_bundle_name | Curvy Dating My Town Dance School Freemium Summer Fun 2 Dating App Quidd |
App version | body | app_bundle_version | 1.0.10 1.28 7.0.1511 1.1415 04.54.01 |
Architecture | body | arch | x86_64 armv7l aarch64 i686 |
Battery level | body | battery_level | 0.77 1 |
Carrier | body | carrier_name | Android T-Mobile |
Device advertising ID (GAID/IDFA) | body | advertiser_id | 827d8162-0e1c-48cd-892e-4abd3df95ba8 ea70edc1-ac05-481c-8d2a-66b1be496a7e 00000000-0000-0000-0000-000000000000 830ec0b3-e94e-43e5-8722-a3a428af37bb F04C6D92-D4FA-4CA4-AC62-DE94C8C2DAE7 |
Is app in dark mode? | body | dark_mode | false |
Language | body | locale_language_code | en ru |
body | ln | en en-DE ru | |
MAC address | body | mac_address | |
Manufacturer | body | manufacturer | Google |
body | device_brand | Google apple | |
Model | body | model | sdk_gphone_x86_64_arm64 sdk_gphone_x86_64 |
body | device_model | sdk_gphone_x86_64_arm64 iPhone9,3 iPhone10,4 sdk_gphone_x86_64 iPhone10,6 | |
Network connection type | body | network_type | wifi unknown none cell |
Orientation | body | current_orientation | 0 1 |
OS name | body | os_name | android ios |
body | platform | android | |
OS version | body | os_version | 11 14.8 14.5.1 15.6.1 13 |
Other unique identifiers for the user, device, session, or installation | body | device_id | 7c8af0c2-3820-4bdd-bde6-f43ef75efb80 |
Screen height | body | screen_height | 2392 1440 667 375 320 |
Screen width | body | screen_width | 1440 2392 375 667 568 |
Time zone | body | timezone_ietf | Europe/Berlin |
Tracker SDK version | body | sdk_version | 4.2.1 4.2.4 4.3.0 4.1.4 4.2.2 |