Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoogleAnalyticsClientError #13

Open
shahanar opened this issue Sep 1, 2012 · 5 comments
Open

GoogleAnalyticsClientError #13

shahanar opened this issue Sep 1, 2012 · 5 comments

Comments

@shahanar
Copy link

shahanar commented Sep 1, 2012

Hi,

when i try to connect with following code it raises "GoogleAnalyticsClientError" GAError: HTTP Error 404: Not Found

code sample

connection = Connection('[email protected]', 'password')
account = connection.get_account('12345678')

@nitishk
Copy link

nitishk commented Sep 4, 2012

i am getting the same error please look at it

@nitishk
Copy link

nitishk commented Sep 4, 2012

I am able to connect but when i try to get account it showing the error as mentioned above. I did some research and i think the error lies in path for getting account '/analytics/feeds/accounts/default/'.

@defrex
Copy link

defrex commented Sep 4, 2012

I'm getting the same error. It only started recently.

@defrex
Copy link

defrex commented Sep 4, 2012

Looks like they shut down the 2.3 version of the API, which removed the Account endpoint.

https://developers.google.com/analytics/resources/articles/gdata-migration-guide

@nitishk
Copy link

nitishk commented Sep 5, 2012

@defrex
Yes, i studied the link you have posted here and surely account feeds are no longer supported so we need to make calls through management API.
did u try using google analytics python client library?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants