skardhamar / rga

R Google Analytics
186 stars 89 forks source link

Question on how to retrieve custom dimensions? #70

Open VeraAtHonest opened 9 years ago

VeraAtHonest commented 9 years ago

Hi, Nice Apis, I was wondering how I can retrieve custom dimensions in R, any examples? Is it supported?

Thanks

BrianWeinstein commented 9 years ago

You'll use ga:dimensionXX, where XX will be the dimension number defined in your GA admin. Take a look at https://developers.google.com/analytics/devguides/reporting/core/dimsmets

juanitofly commented 7 years ago

Could you make it work? On analytics interface, it's work, but no via api. Thank you