I am trying to access google analytics demo accounts data from python api
i have created service account api credentials but my understanding is that we need to add this service account credential as a user in google analytics demo account.
The problem is in google analytics demo account i do not have the permission to add users
Is there any other way i can access this data from python
You cannot use the demo account with the Analytics Reporting API
. You can see it inLimitations
– furasAnalytics Reporting API
meansAnalytics API
or not. I never try to use Python to get data fromAnalytics API
. And I have account onAnalytics API
so I wouldn't have to usedemo account
for this. – furas