artemklevtsov / RGA

A Google Analytics API client for R
http://cran.r-project.org/package=RGA
32 stars 13 forks source link

RGA package reluctant to import data for dimensions containing an interval in their title #44

Open tsvetannikolov opened 7 years ago

tsvetannikolov commented 7 years ago

Hi,

When trying to import the following data in R, R returns a table with the Handle User column missing.

Sessions.by.user.by.month <- ga$getData(id, batch=TRUE, metrics = "ga:Sessions", dimensions = "ga: Handle User, ga:Date")

Is RGA able to import dimensions whose titles contain an interval? Customised dimensions names can be easily changed, but I may encounter difficulties with the standard ones i.e. event label.

Thank you in advance. Tsvetan