configure
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:\/\/(android|ios)?ads\d-?\d\.adcolony\.com\/configure$/
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 ID | body | bundle_id | com.mondayoff.wantedfish com.tripledot.woodoku com.esound com.manga.webcomics com.miracle.drawtosave.an |
App version | body | bundle_version_short | 0.1.6 2.02.03 4.1.6 2.1.41 1.0.2.1 |
Battery level | body | battery_level | 1 |
Carrier | body | carrier | Android o2-de |
Device advertising ID | body | advertiser_id | ea70edc1-ac05-481c-8d2a-66b1be496a7e 00000000-0000-0000-0000-000000000000 |
iOS IDFV | body | vendor_id | 6BECBE05-26D9-43D4-BDA6-353DC1809D5E 96B9FAB0-9947-47A3-B06B-C0D638E5437D 8857E156-C579-4A5C-A5A9-F0C8F4AA74FF 0AFD11AA-E04E-41C4-9646-EFCDD7296EF0 AC00A60D-D7EE-4030-99F8-89FF6B157497 |
Language | body | ln | en en-DE |
Manufacturer | body | device_brand | Google apple |
body | manufacturer | Google | |
Model | body | device_model | sdk_gphone_x86_64_arm64 iPhone9,3 |
Orientation | body | current_orientation | 0 1 |
OS name | body | os_name | android ios |
OS version | body | os_version | 11 14.8 |
Other identifiers | body | sid | 699c19bd-da89-4335-8877-3812524c3324 92B8125D-0F12-44DD-8C72-15D42238EF99 0107b671-b2e6-4ae8-82e3-9554acdb892b 051B8C94-2AAE-4717-8DE2-1F5C27E90C60 a2e97f24-915f-403e-b2a8-54f54134832d |
Screen height | body | screen_height | 2392 1334 750 1440 |
Screen width | body | screen_width | 1440 750 1334 2392 |
Time zone | body | timezone_ietf | Europe/Berlin |
Tracker SDK version | body | sdk_version | 4.6.5 4.6.0.0 4.7.2.0 4.2.4 4.6.3 |