Hi James, 

You can use CriteriaType 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-criteria-report#criteriatype>
 and Criteria 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-criteria-report#criteria>
 fields 
to get the type and the description of the campaign criterion. Please check 
the report definition given below for reference: 

 report = {
      'reportName': 'Last 7 days CAMPAIGN_CRITERIA_REPORT',
      'dateRangeType': 'LAST_7_DAYS',
      'reportType': 'CAMPAIGN_CRITERIA_REPORT',
      'downloadFormat': 'CSV',
      'selector': {
          'fields': ['CampaignId','Id', 'CriteriaType', 'Criteria'],
          'predicates': [{
          'field': 'CriteriaType',
          'operator': 'IN',
          'values': ['KEYWORD', 'LANGUAGE', 'LOCATION', 'PLATFORM']
      }]
      }
  }


Also, the fields 'PlatformName','LanguageName', 'LocationName', 
'KeywordText' are not supported for CAMPAIGN_CRITERIA_REPORT. You can find 
the supported fields here 
<https://developers.google.com/adwords/api/docs/appendix/reports/campaign-criteria-report>.
 
If you have any questions specific to AdWords Scripts, could you please 
post that in the AdWords Scripts forum 
<https://groups.google.com/forum/#!forum/adwords-scripts>?

Thanks,
Sreelakshmi, AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3196d49e-a524-4197-800f-4d614f29adea%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