RGA icon indicating copy to clipboard operation
RGA copied to clipboard

A Google Analytics API client for R

Results 24 RGA issues
Sort by recently updated
recently updated
newest added

I am using your package to import GA data. For that matter, I have a scheduled cron job. It was working fine so far since years but I recently started...

I use RGA in Shiny web application: I authorize it using my client.id and client.secret: 1. R Studio creates local file-token .myemail-token.rds, I must confirm it in web browser for...

This is error message I get from time to time: ``` Fetch data by day: from 2018-06-26 to 2018-06-26. | | | 0%Error in UseMethod("as.request") : no applicable method for...

Hi, I am getting the following error when utilizing the RGA package in R: ``` r Error in UseMethod("as.request") : no applicable method for 'as.request' applied to an object of...

Hi Team, Just started using RGA package to run GA settings audit on multiple accounts. When i am using list_goals() for specific view(profile), it generates clean data.frame. However, it shows...

Was trying to import multi-channel funnel data, it shows zeroes in the nthDay column. I'm not sure if it's an issue with the package or with the data. Used fetch.by="day".Could...

Hi Artem, First and foremost allow me to express my gratitude for all the hard work you put in RGA package - I use it on a daily basis and...

bug

Hi, I get a weird error in more than one account. With this query: ``` test

When downloading Data from Google Analytics via get_mcf one can specific the conversionDate. BUT: how to specify the start date of a chain (instead of 30 days only 14 days...

Not issue, just a question. I use RGA in Shiny app and I would like to show percents of sessions on the dashboard when sampling is used. Is there any...

question