artemklevtsov / RGA

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

Error: Unknown column 'conversionDate' #35

Closed andrewm4894 closed 8 years ago

andrewm4894 commented 8 years ago

Hi,

I'm getting this error on using get_ga()

get_ga(my_view_id,metrics=my_metrics,dimensions=my_dims,max.results=NULL,sort="-ga:pageviews",start.date=my_start_date,end.date=my_end_date)

This did work before but i've since upgraded R but cant imagine that is culprit.

Any idea what might be causing it?

andrewm4894 commented 8 years ago

Actually - updating to the dev version seems to have fixed this.