AdColony (configure) (adcolony/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.curvydating mytown.danceschool.free dating.app.chat.flirt.wgbcv com.quidd.quidd mytown.fashion |
App version | body | bundle_version_short | 1.0.10 1.28 1.1415 04.54.01 1.84 |
Battery level | body | battery_level | 0.77 1 0.9100000262260437 0.9800000190734863 0.9599999785423279 |
Carrier | body | carrier | Android o2-de none |
Device advertising ID (GAID/IDFA) | body | advertiser_id | 827d8162-0e1c-48cd-892e-4abd3df95ba8 ea70edc1-ac05-481c-8d2a-66b1be496a7e 00000000-0000-0000-0000-000000000000 F04C6D92-D4FA-4CA4-AC62-DE94C8C2DAE7 fffe8a97-a504-4d14-89ab-c2025fbaf065 |
Developer-scoped device ID (IDFV/ASID/ANDROID_ID) | body | vendor_id | 6E5AA92E-3945-43BA-9136-DD160C98ED2E 8F2B0125-2F16-4F35-A419-1BABC693B890 96B9FAB0-9947-47A3-B06B-C0D638E5437D 6BECBE05-26D9-43D4-BDA6-353DC1809D5E 8857E156-C579-4A5C-A5A9-F0C8F4AA74FF |
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 iPhone10,4 iPhone10,6 |
Orientation | body | current_orientation | 0 1 |
OS name | body | os_name | android ios |
OS version | body | os_version | 11 14.8 14.5.1 15.6.1 |
Other unique identifiers for the user, device, session, or installation | body | sid | e03b8ef5-a809-4f2c-a16c-37ee1fd130e4 188a6427-5556-4f3d-8440-b16e07af2e5a 128d6d3a-00e3-444a-bb4d-00df6731e9d9 3fd23104-4537-4ecf-8271-035ea245981f 8d0621d9-8c44-484c-91d2-16f259ee8ae7 |
Screen height | body | screen_height | 2392 1440 1334 750 640 |
Screen width | body | screen_width | 1440 2392 750 1334 1136 |
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 |