Hello,

Does anybody have a working example of pulling a CAMPAIGN_CRITERIA_REPORT?

I'm looking to send the data to BigQuery but have come across no working 
examples of the report. I'm particularly interested in whether I can filter 
out certain CriteriaTypes.

The python API has this example:

selector = {
'fields': ['CampaignId', 'Id', 'CriteriaType', 'PlatformName',
'LanguageName', 'LocationName', 'KeywordText'],
'predicates': [{
'field': 'CriteriaType',
'operator': 'IN',
'values': ['KEYWORD', 'LANGUAGE', 'LOCATION', 'PLATFORM']
}],
'paging': {
'startIndex': str(offset),
'numberResults': str(PAGE_SIZE)
}
}

But I can't bring through the fields 'LocationName' / 'KeywordText' etc 
when using the AdWords Scripts equivalent.

Any advice much appreciated.


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/5aded4c7-7d3c-46b1-8f42-c0489c066535%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Campaign... james . lloyd
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to