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
         },
    }
}

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/faf9cb8a-4ef6-448e-957c-4aa17ca617e4%40googlegroups.com.

Reply via email to