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

How to iterate over query results? #46

Open
chrisspen opened this issue Dec 28, 2019 · 0 comments
Open

How to iterate over query results? #46

chrisspen opened this issue Dec 28, 2019 · 0 comments

Comments

@chrisspen
Copy link

I'm trying to get a list of the top landing pages as described here but this documentation is incomplete. All the examples just return a query object but that doesn't actually contain any result data.

There's a brief mention on the Querying page that you need to call query.get() to actually retrieve results, or as the API calls it "generating the report". However, I can't find any documentation explaining what to do with this report object. Printing it shows:

<googleanalytics.query.Report object: Entrances, Bounces by Date,Landing Page

but attempting to iterate over it throws a NotImplementedError.

How do I get a list of all the top landing page URLs?

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

1 participant