Hi,

I already checked the various forum posts about empty criterion reports but 
it looks like I have a new problem in context of a specific campaign.

The problematic campaign has impressions and clicks, so my understanding is 
that metrics should be attributed to at least one criteria. The criterion 
performance report (v201409), however, is empty. We use the following 
selector (Python dict notation):

'selector': {
    'fields': [
        'Date',
        'AdGroupId', 'Id',
        'Cost', 'Impressions', 'AveragePosition', 'Clicks',
        'Conversions', 'ConversionsManyPerClick', 'ConversionValue',
    ],
    'predicates': [
        {
            'field': 'AdGroupStatus',
            'operator': 'IN',
            'values': ['ENABLED'],
        },
        {
            'field': 'Status',
            'operator': 'IN',
            'values': ['ENABLED', 'PAUSED'],
        },
    ],
}

For other accounts this works as expected. Even in the same account on a 
similar campaign, the report is not empty and corresponds to metrics in the 
AdWords UI.

Some information on the campaign with an empty report: no display keywords, 
only automatic placements, targeting by remarketing list and age range.

I can provide the campaign IDs in a private message.

Thanks in avance for your support.

Best regards,
Christian

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/1069f3f8-e652-45d2-965d-719764850925%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to