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
Today I was looking into getting real time data from the Google Analytics API. It's pretty straightforward. The only thing you need to change is the URL in the Query class.
First of all, thanks for a great package!
Today I was looking into getting real time data from the Google Analytics API. It's pretty straightforward. The only thing you need to change is the URL in the Query class.
From:
To:
Maybe there could be an option to override the default when we want to query the realtime api?
This is how it works after changing the URL in the Query class
I've made a pull request for this functionality. See #15. (The current URL is still default: https://www.googleapis.com/analytics/v3/data/ga)
When using the proposed PR you could go about it as this:
The text was updated successfully, but these errors were encountered: