Hello. I am collecting data in Power BI using the R script. https://github.com/selesnow/RGA I am using https://ga-dev-tools.appspot.com/dimensions-metrics-explorer/#ga:adwordsCriteriaID . None of the criteria id received matches https://developers.google.com/analytics/devguides/collection/protocol/v1/geoid#download_geo_target_csv_file Tell me, what am I doing wrong?
sample code: Ads = Table.AddColumn( Groups, "GA_ads_data", each try R.Execute(" setwd('" & AccessPath & "') library('RGA') client_id <- '" & ClientId & "' client_secret <- '" & ClientSecret & "' profile_id <- '" & [ids] & "' rga_auth <- authorize( client.id = client_id, client.secret = client_secret ) gaData <- get_ga( profileId = profile_id, start.date = '" & BegDate & "', end.date = '" & EndDate & "', dimensions = 'ga:date,ga:adwordsCriteriaID,ga:adDistributionNetwork,ga:adwordsAdGroupID,ga:adwordsCreativeID,ga:keyword', metrics = 'ga:adCost', samplingLevel = 'HIGHER_PRECISION', max.results = 15000, token = rga_auth ) "){[Name="gaData"]}[Value] otherwise null ) Received by adwordsCriteriaID: 21659804743, 503999, ... Tell me what to do. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/14d44fb2-8180-4317-a5b1-f583a5b7adef%40googlegroups.com.