RGA icon indicating copy to clipboard operation
RGA copied to clipboard

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

Open tsvetannikolov opened this issue 8 years ago • 0 comments

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

tsvetannikolov avatar Oct 05 '16 13:10 tsvetannikolov