I'm experiencing a problem with the ad performance 
report (https://developers.google.com/adwords/api/docs/appendix/reports#ad) 
functionality, 
as the title says paused ads are not added to the report. This is my query 
at the moment:

"SELECT Id, CampaignName, AdGroupName, AveragePosition, Impressions, 
Clicks, Conversions, Cost 
    FROM AD_PERFORMANCE_REPORT 
    WHERE Impressions > 0
    AND Status in ('ACTIVE', 'PAUSED') 
    AND CampaignStatus in ('ACTIVE', 'PAUSED') 
    AND AdGroupStatus in ('ACTIVE', 'PAUSED') 
    DURING YESTERDAY"

As you can see I explicitly set Status, CampaignStatus and AdGroupStatus to 
be both active and paused.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to