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. You must do these deletions no less frequently than on a weekly basis. AppLovin recommends that you automate the deletion process by using 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. |
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).
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.
| 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 |
| Name | Type | Description |
|---|---|---|
code | Integer | 200 for success |
identifiers | List of Objects | A list of all device IDs that the device owners requested that you delete |
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. |
With date range: