GDPR Deleted Device IDs API
As a participant in AppLovin’s auction, and as a party to a DPA signed with AppLovin, you acknowledged that you will promptly delete any personal data when a person has requested deletion. These deletions must be done no less frequently than on a weekly basis. AppLovin recommends that you automate the deletion process by means of this API, preferably on a daily basis.
The available API is:
Endpoint | Purpose |
---|---|
list_idfa | List device advertising IDs for which, in a given period of time, the owner of the device requested deletion of personal data. |
Authentication
The GDPR API requires your GDPR API key in the api_key
parameter of the request.
You can find your GDPR API key in your AppLovin account (Account > General > Keys).
Building the Query
To get a list of all device IDs for which the device owner requested information deletion, make an HTTP GET
request to the list API.
This enables you to comply with GDPR.
Query Parameters
Name | Type | Description | Required |
---|---|---|---|
api_key | String | DSP GDPR API Key | Yes |
start_date | Date | Valid format is «YYYY»-«MM»-«DD» . Maximum look-back window is seven days. | No |
end_date | Date | Valid format is «YYYY»-«MM»-«DD» | No |
Response
Name | Type | Description |
---|---|---|
code | Integer | 200 for success |
identifiers | List of Objects | A list of all device IDs that the device owners requested to be deleted |
Errors
This API uses HTTP status codes to indicate errors:
HTTP Response Code | Description |
---|---|
200 | Success. |
400 | Request is not formatted properly, is missing data, or has an invalid date range specified. |
403 | Authentication failed. Check the validity of the API Key. |
500 | Service is unavailable. |
Example Request
With date range: