Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google Analytics reports API - Insufficient Permission 403

I am trying to access data from google-analytics. I am following the guide and is able to gauthorize my user and get the code from oauth.

When I try to access data from GA I only get 403 Insufficient Permission back. Do I somehow have to connect my project in Google API console to my analytics project? How would I do this? Or is there some other reason why I get 403 Insufficient Permission back?

I am doing this in Python with Django and I have Analytics API turned on i my API console!

like image 631
AlexanderNajafi Avatar asked Jan 22 '26 02:01

AlexanderNajafi


1 Answers

Had the same problem, but now is solved. Use View ID Not account ID, the 'View ID', can be found in the Admin->Profiles->Profile Settings tab

UPDATE now, if you have more a account , you must go: Admin -> Select account -> under View-> click on View Settings

like image 93
Edy Aguirre Avatar answered Jan 25 '26 03:01

Edy Aguirre