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

Metrics without a dimension? #4

Open
alsoicode opened this issue Jun 7, 2010 · 1 comment
Open

Metrics without a dimension? #4

alsoicode opened this issue Jun 7, 2010 · 1 comment

Comments

@alsoicode
Copy link

Is it possible to retrieve metrics without supplying a dimension? Specifically, I'm trying to get the total number of visitors for an amount of time. Google's documentation seems to say you have to provide a dimension and a metric, but I don't see what dimension/metric combination would supply the data I'm needing.

Thoughts?

@hankthetank
Copy link

I have the same issue. I.e can't do a simple

"data = account.get_data(start_date, end_date, metrics=['visits'])"

No data is return unless you specify a dimension. But how do you get the aggregated then?

Cheers,
Henrik

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

2 participants