googleAnalyticsR
googleAnalyticsR copied to clipboard
Use the Google Analytics API from R
The real-time metrics/dimensions listed here: https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-api-schema ...are not in the dimension/metric list fetched via `ga_meta("data")` and so DSL calls fail. ```r ga_data_order(-minutesAgo) #Error in is.OrderBy(x[[1]]) : object 'minutesAgo' not found...
New Funnel report, docs here: https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1alpha/properties/runFunnelReport
Data won't be available for Universal Analytics properties past July 2023, or Jan 2024 for GA360. https://blog.google/products/marketingplatform/analytics/prepare-for-future-with-google-analytics-4/ So....the functions will need to be removed in favour of the new Data...
## What goes wrong I am trying to pull the number of page views that each clientID has over a period of time (longer-term goal is to get ga:clientID and...
Do some optiimsations by downloading multiple threads, caching etc.
**Is your feature request related to a problem? Please describe.** Some control in between batches to write to disk, advance progress bar etc **Describe the solution you'd like** A function...
More direct support for extracting Shiny tag ids: https://github.com/rstudio/shiny/issues/3248#issuecomment-861036735
**Is your feature request related to a problem? Please describe.** Support pins discovery to build up a repo of ga_model objects **Describe the solution you'd like** Use https://rstudio.github.io/pins/articles/boards-websites.html infrastructure to...
Have some kind of workflow to get requests and send models to users.
TODO: Implement quotaUser for management API functions https://developers.google.com/analytics/devguides/config/mgmt/v3/parameters _Originally posted by @MarkEdmondson1234 in https://github.com/MarkEdmondson1234/googleAnalyticsR/issues/235#issuecomment-466383787_