I am trying the get the meta data from the keyword view / ad_group_criterion. Please find the query that I use to fetch the data. I am getting duplicate data for the and the pageination is endless which goes upto 12 pages after which I manually killed. Similar report when computed from the Google Ads Reporting UI, I get only ~8600 Records.
SELECT ad_group_criterion.keyword.text,ad_group.id,ad_group.name,ad_group.status,customer.descriptive_name,campaign.id,campaign.name,campaign.status,ad_group_criterion.criterion_id,ad_group_criterion.criterion_id from ad_group_criterion Thanks. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 "Google Ads API and AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/163d5689-802e-49a8-a5ed-897a46d9ff42n%40googlegroups.com.
