Skip to content

Check whether google analytics results contain sampled data #3514

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

Closed
changhiskhan opened this issue May 2, 2013 · 1 comment
Closed

Check whether google analytics results contain sampled data #3514

changhiskhan opened this issue May 2, 2013 · 1 comment

Comments

@changhiskhan
Copy link
Contributor

Had a preview issue where the summary of returned results don't match the google analytics web portal results. This is probably why.

Need to look at the top level element for "containsSampledData".

https://developers.google.com/analytics/devguides/reporting/core/v3/reference#sampling

in pandas.io.ga.GDataReader.get_data, there’s the _read nested function which contains a call to execute the query object from google’s library. Pandas is looking for the results in the ‘rows’ attribute, I bet containsSampledData is also in there.

@jreback
Copy link
Contributor

jreback commented Oct 14, 2015

closing as deprecating ga in #11308

@jreback jreback closed this as completed Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants