You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're right, the documentation seems to be out of date. the range method used to have a lot of different keyword arguments for various things, but I figured it was better to have it only do what it says on the tin: control the reporting range.
Note that I prefer to use the hourly, daily, weekly, monthly and yearly methods myself to be more explicit about the granularity of the report. These will then call range for you.
Accordign to this https://github.com/debrouwere/google-analytics/blob/master/googleanalytics/query.py#L614 we can set precision using
However, it seems to be broken:
range method definition:
This seems to be working though:
Is it the correct way to set the precision and the docs are simply out of date? If so, I can create a PR fixing this documentation issue :)
The text was updated successfully, but these errors were encountered: