Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

400 error #2

Copy link
Copy link
@toto123

Description

@toto123
Issue body actions

few days ago,i tried python-googleanalytics,and it worked very well and i excited much.but today,i get a 400 error with the same account and profile.
this :
Python 2.6.4 (r264:75708, Oct 26 2009, 08:23:19) [MSC v.1500 32 bit (Intel)] on

win32

Type "help", "copyright", "credits" or "license" for more information.

from googleanalytics import Connection as C

import datetime

c=C('xb@gmail.com','j1wrsxws')

a=c.get_account('xdba.xoom.it')

start=datetime.date(2009,12,01)

end=datetime.date(2010,1,22)

data=a.get_data(start,end,['pageviews'])

Traceback (most recent call last):

File "", line 1, in

File "build\bdist.win32\egg\googleanalytics\account.py", line 174, in get_data

File "build\bdist.win32\egg\googleanalytics\connection.py", line 113, in make_

request

googleanalytics.exception.GoogleAnalyticsClientError: GAError: HTTP Error 400: B

ad Request

data=a.get_data(start,end,['pageviews'])

Traceback (most recent call last):

File "", line 1, in

File "build\bdist.win32\egg\googleanalytics\account.py", line 174, in get_data

File "build\bdist.win32\egg\googleanalytics\connection.py", line 113, in make_

request

googleanalytics.exception.GoogleAnalyticsClientError: GAError: HTTP Error 400: B

ad Request

a

<Account: ga:xbao.xoom.it>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.