googleAnalyticsR
googleAnalyticsR copied to clipboard
Use the Google Analytics API from R
Apparently its an error with client libraries so why does it happen here too? http://stackoverflow.com/questions/39537395/file-name-in-uploaddata-google-analytics
Hi, I would like to make an R project with googleAnalyticsR on google collab to share and use on the browser. One of the limitations that I have found regards...
## What goes wrong First of all, thanks so much for your work on these awesome packages! Really useful for me! I've still been trying to figure out the problems...
Hello, Running into an issue where I'm able to query 1 GA4 property that outputs in my ga_account_list() but 2 of the other properties in ga_account_list() get the error: **Error:...
Tried to do a bulk user deletion, but found out the API for GA4 works a tiny bit differently, and googleAnalyticsR does not work. The below patch will make it...
## What goes wrong Since 10.08.2023 the reports don't appear on ga_unsampled_list() anymore and can't be dowloaded through ga_unsampled_download() ## Steps to reproduce the problem Having unsampled reports scheduled, `ga_unsampled_list(accountId...
## What goes wrong Authenticating GA within docker container returns described error. authenticating works on local envir ## Steps to reproduce the problem **dockerfile:** ##### start from the rocker/r-ver:4.1.2 image...
I can't make segments work for GA4, I use the code below from another comment and it says "Error in ga_data(my_property_id, date_range = c("2020-07-23", Sys.Date() - : unused argument (segments...
**Is your feature request related to a problem? Please describe.** Recently my organization has noticed several issues with the Node.js/JSON version of the google analytics API where the data is...