By adding device IDs via the Do Not Track API for GDPR to your app, Chartboost will restrict the collection of personal data for personalized advertising from those devices on the app you specified. Devices uploaded for GDPR will not be available for Behavioral Targeting campaigns but may still be used on your behalf for permitted purposes such as delivering contextual ads, measuring performance, and frequency capping.
By adding device IDs via the Do Not Track API for CCPA to your app, Chartboost will restrict the collection of personal data for personalized advertising from those devices you identify in your upload. Data may still be used on your behalf for permitted purposes such as delivering contextual ads, measuring performance, and frequency capping.
The API is for advanced users only! We recommend using the dashboard or CSV upload when possible.
Each API request requires your user signature and user ID, which can be found at https://dashboard.chartboost.com/tools/api. You can attach these either as query parameters or as cookies.
You will also need an
app_id
for the specific app you want to restrict tracking on.If you need to delete historical data of a user under GDPR or CCPA rules, please contact our Support Team.
Block device ID from being tracked under GDPR rules
Request:
https://dashapi.chartboost.com/v3/devices/{device_id}/gdpr/do_not_track
Path Parameters:
Name | Type | Info |
---|---|---|
device_id |
string |
Required parameter |
Request Body Schema: application/json:
Name | Type | Info |
---|---|---|
app_id |
string |
Required parameter |
Responses:
200 The device has been added to not be tracked under GDPR rules
400 Invalid data sent
Block device ID from being tracked under CCPA rules
Request:
https://dashapi.chartboost.com/v3/devices/{device_id}/ccpa/do_not_track
Path Parameters:
Name | Type | Info |
---|---|---|
device_id |
string |
Required parameter. |
Request Body Schema: application/json:
Name | Type | Info |
---|---|---|
app_id |
string |
Required parameter. |
Responses:
200 The device has been added to not be tracked under GDPR rules
400 Invalid data sent
Last Updated on May 4, 2020