RGA
RGA copied to clipboard
A Google Analytics API client for R
Trying to get goals list with list_goals(token=rga_auth). The error is "Ошибка в rbind(deparse.level, ...) : numbers of columns of arguments do not match" All other functions work correctly
Hey, I'm using this package for the first time but it's failing at the first hurdle. When I run `authorize()` Google doesn't allow me to grant access for my account....
Hi @artemklevtsov, thank you for all the work with `RGA`! Do you still maintain the package? As far as I can see, the `RGA` package connects to an old version...
When trying to get over 500 000 rows/day the error message pops-up: **0% Error: Server error: (500) Internal Server Error Internal error: There was an internal error** In the code,...
I want to get data for 2 experiments that have - ga:ExperimentID==Id_of_Experiment_1 - ga:ExperimentID==Id_of_Experiment_2 So far I've managed to input the 1 but I'm struggling to find a solution to...
Hi guys, I met the issue when running a query and got the issue `get_ga(profileId = "34352252", start.date = istart_date, end.date = iend_date, metrics = "ga:transactionRevenue", dimensions = "ga:dimension40, ga:transactionId",...
When trying to access GA API, I get error message for exceeding daily quotas with all functions. This started to occur about week ago, I tried to use API right...
### **Context** I am using `RGA::get_realtime` from an openshift environment. ### **Issue observed** Usage of `RGA::get_realtime` results in the following error `Error in gzfile(file, mode) : cannot open the connection...
My cron job using RGA was running fine so far but recently It stopped working. If I run my R script manually in rstudio, it works fine, however, if I...
When I use this query to get android data(profileID) it works fine for fetch.by="week" parameter. but I get an error while using fetch.by="day" "Error in vapply(x, function(x) as.numeric(x[[name]]), numeric(1)) :...