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
Tag: google-analytics-api
How to add the data to Google Analytis by using java (programmatically)
At the current moment, I am trying to understand how to add any data to GA. I read the data from my GA account using Core Reporting API and Managment API without any problems. But now I want to add the data (the number of phone calls) to GA account programmatically. Somebody can explain me step by step – how