Ad name from adwords reports

44 views
Skip to first unread message

Siva Arasu

unread,
Jul 17, 2015, 9:06:19 AM7/17/15
to adwor...@googlegroups.com
Hi,


        # Create report definition.
        report = {
          'reportName': 'yesterday AD_PERFORMANCE_REPORT',
          'dateRangeType': 'YESTERDAY',
          'reportType': 'AD_PERFORMANCE_REPORT',
          'downloadFormat': 'CSV',
          'selector': {
              'fields': ['Date', 'Device', 'PromotionLine', 'AdNetworkType1',
                'CampaignName', 'Cost' ]
          },
          # Enable to get rows with zero impressions.
          'includeZeroImpressions': 'false'
        }

Using adwords api version v201409 I was able to pull ad name from ad performance report under  field 'PromtionLine' .But after I upgraded to the latest version 'PromotionLine' field has been deprecated I guess.

I would like some help in finding  the correct field name for fetching ad name from adwords report types

Thanks for your help

Anthony Madrigal

unread,
Jul 17, 2015, 2:48:31 PM7/17/15
to adwor...@googlegroups.com, siva....@lazada.com
Hi Siva,

In AdWords API v201506, the equivalent field for PromotionLine in the Ad Performance Report is headline.

Cheers,
Anthony
AdWords API Team

Siva Arasu

unread,
Jul 27, 2015, 1:14:12 AM7/27/15
to AdWords API Forum, adwordsapiadvi...@google.com
Thank you 
Reply all
Reply to author
Forward
0 new messages