artemklevtsov / RGA

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

Management API Data.frame issue #53

Open ankit286 opened 6 years ago

ankit286 commented 6 years ago

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 incorrect values for eventdetails.eventconditions.(type/matchtype) and urlDestinationDetails.steps.(number/name/url)

For example: Event Goal event category - ABC event action - XYZ

In the data.frame, event action value comes under next goal entry in the list. Same issues for destination goals with more than 1 steps.

Is there anyway to fix/avoid this issue?

Thanks