Hello Ramon,
Both are known issues to us. The type issue should be resovled soon.
"Parameter" is a bit more complicated but we also plan to fix it.
The best approach I can suggest know is to pull the list of IDs (and all
available fields) from a report, bucket them by campaign ID and then
ret
Thank you Danial for your kind answer.
I already tried using the Criteria report, but it doesn't give me the same
amount of information like the AdGroupCriterion Service does:
I am using the following query:
SELECT AdGroupId, ApprovalStatus, CriteriaDestinationUrl, CriteriaType,
FinalMobileUrls
Hello Ramon,
What are the fields you are missing? Please check out the Criteria report:
https://developers.google.com/adwords/api/docs/appendix/reports#criteria
There is a hard limit of start index, so for large accounts you would not
be able to pull every item. If you pull a lot of columns,
Hey API-devs,
I am trying to get all AdGroupCriteria from a couple of accounts with
millions of keywords using an AQWL-statement like
SELECT
Id, CampaignId, AdGroupId, CriterionUse, Status, KeywordText,
KeywordMatchType, DestinationUrl,
Labels, SystemServingStatus, ApprovalStatus, FinalUrls, Fi