URL placement for search partners through AdNetworkType2 segment

27 views
Skip to first unread message

Albin Kristiansson

unread,
Jan 22, 2020, 8:35:23 AM1/22/20
to AdWords API and Google Ads API Forum
Hi,

I am trying to access URL placements for google search partners through the API. I have tried three different reports; 

PLACEMENT_PERFORMANCE_REPORT
AUTOMATIC_PLACEMENTS_PERFORMANCE_REPORT
URL_PERFORMANCE_REPORT

Note that I have specified the predicates to AdNetworkType2 = SEARCH_PARTNERS.

The API call is successful and I get some results, but they are not corresponding to the UI.
An example is that the UI demonstrates roughly 2000 impressions by google search partners for an account during a certain period whilst the Google API reports says
that the account has 50 impressions during the same period.

It is the same problems for all reports.

Does anyone have any experience with getting placements on google search partners through the API? I have the report format posted down below.

Best regards,

Albin

report_format = {
    'reportName''PLACEMENT_PERFORMANCE_REPORT',
    'dateRangeType''CUSTOM_DATE',
    'reportType''PLACEMENT_PERFORMANCE_REPORT',
    'downloadFormat''CSV',
    'selector': {
    'fields': [
      'Date',
      'CampaignName',
      'AdGroupName',
      'CriteriaDestinationUrl',
      'Impressions',
      'Clicks',
      'AdNetworkType2',
    ],
    'predicates' : [
            {
            'field''AdNetworkType2',
            'operator''IN',
            'values''SEARCH_PARTNERS'
            }
        ],
        'dateRange': {
         'min': start_date,
         'max': end_date
         },
    }
}

Google Ads API Forum Advisor Prod

unread,
Jan 22, 2020, 3:25:10 PM1/22/20
to albin.kri...@groupm.com, adwor...@googlegroups.com
Hi Albin,

Thank you for reaching out. Can you please provide the following via Reply privately to author:
  • Your client customer ID
  • The downloaded report
  • A screenshot of the UI of what the values should be
Regards,
Mitchell
Google Ads API Team

ref:_00D1U1174p._5001USwuBc:ref
Reply all
Reply to author
Forward
0 new messages