How to request deletion of your personal data
At Reporting Ads, we respect your right to control your personal data. You have the right to request deletion of your personal information under certain conditions. This page explains how to request deletion of your data and what happens after your request.
You can request deletion of your data in the following ways:
Log into your Reporting Ads account and navigate to the "Account Settings" page. You'll find a "Delete Account" option at the bottom of the page. Clicking this will initiate the deletion process for all your data associated with your account.
If you prefer, you can contact our support team directly to request data deletion. Please provide the following information in your request:
Send your request to: support@reportingads.com
If you're an app developer using our platform, you can implement a data deletion request callback as outlined in our implementation section below.
When you submit a data deletion request, we will:
We aim to process your deletion request within 30 days of verification. The timeline may vary depending on the complexity of your data and our current processing load. We will keep you informed of the progress throughout the process.
Upon request, we will delete the following data associated with your account:
Some data may be retained after your deletion request for legal or technical reasons:
Apps that access user data must provide a way for users to request that their data be deleted. In accordance with Meta's Platform Terms, all apps must inform users in their privacy policy how to request deletion of their data. Additionally, apps can implement a data deletion request callback.
The data deletion callback is called whenever an app user removes your app or removes access to their data that is being shared with your app, such as their email address, in Settings of their Facebook account.
This generates a POST with a signed request that is sent to your app. The signed request contains an app-scoped ID identifying the user making the request.
In response to the user request, you should acknowledge receiving a user data deletion request through the technical means we provide, and provide a link and a confirmation number. The link and confirmation number must give the user access to a human-readable explanation of the status of their request, including a legitimate justification for any refusal to delete (where legitimate will vary based on jurisdiction and our case-by-case interpretation of our policy as it relates to their stated reasons).
To parse and respond to the request, you should implement a "data deletion request" callback. Your callback must use the secure HTTPS protocol and must be listed in the Data Deletion Request URL field in the Settings in the App Dashboard.
The Data Deletion Request callback that you implement must do the following:
{
url: '',
confirmation_code: ''
}
Failure to comply with these requirements may result in your callback being removed or your app being disabled.
{"url":"https:\/\/www..com\/deletion?id=abc123","confirmation_code":"abc123"}
This produces a JSON object that looks like this, in which `user_id` is the relevant field for your callback:
{
"algorithm": "HMAC-SHA256",
"expires": 1291840400,
"issued_at": 1291836800,
"user_id": "218471"
}
A: This is not a spam email. You received this notice because a user of your app requested that their data be deleted. Please take action by promptly deleting all associated user data in your records for the requested ID. User data deletion requests are captured under applicable privacy laws, so we expect that you will handle this matter promptly.
A: Every 21 days, you will receive an alert including the user identifiers you are required to delete (which you can download in your app advanced settings page).
A: You can access these in the advanced settings page of your app dashboard, under "User Data Deletion Requests".
A: You can disregard user IDs that do not currently appear in your database.
A: These users have requested that their data be deleted. You will find current user IDs in the list that you can download from your developer dashboard.
A: Nonaction will not result in deactivation; however, we do require developers to promptly delete user data upon the request of a user.
A: We ask that you take action in deleting these user IDs promptly.
A: No, you do not have to submit proof of deletion.
A: An app-scoped user ID (ASID) is a unique ID that Facebook creates for a user when they log into a Facebook app for the first time or with Limited Login. ASIDs are specific to the app and cannot be used by other apps.
A: A Page-scoped User ID (PSID) is a unique ID that Facebook assigns to a user when they interact with a Facebook Page through Messenger.
A: ID issued by the Instant Game SDK for each user as the unique identifier. Note that Instant Game Player ID and ASID are different even for the same user of the same app.
If you have any questions about the data deletion process, please contact us: