Rajesh K
Rajesh K

Reputation: 713

How to view/Delete any particular users data in Google Analytics

I am using google Analytics in my Android App. But is there any way I can make to the user delete/View his data which is collected by Google analytics?

This requirement is due to GDPR which requires the data controller which is me in my case to provide the user certain Data Subject Rights which include view/delete their data.

Any help would be grateful.

Upvotes: 1

Views: 1457

Answers (2)

Rajesh Sandadi
Rajesh Sandadi

Reputation: 11

Alternatively, you can delete user data from GA >> Analysis >> User Explorer

Once deletion is requested, data associated with this user identifier will be removed from the Individual User Report within 72 hours, and then deleted from Analytics servers during the next deletion process. Deletion processes are scheduled to occur approximately every two months.

User Explorer

Upvotes: 1

CodeDoctor
CodeDoctor

Reputation: 62

You can delete user's data by following this url below User Deletion API.

https://developers.google.com/analytics/devguides/config/userdeletion/v3/reference/userDeletion/userDeletionRequest#resource

Upvotes: 1

Related Questions