Yes, I saw that and have that:

$reportDefinition->includeZeroImpressions = true;

Plus, we have several thousand impressions per day so I'm sure this is not 
the case.  I'm wondering though, since we have several accounts in MCC, is 
there something special that I need to do to run a report on any or all of 
them?  I am using the main account login for the refresh_token which is the 
same account that we all log into and run reports from in the UI, is that 
ok or do I need to do something different to run a report on one of the 
accounts listed in MCC from the API?


On Thursday, October 23, 2014 8:23:16 PM UTC-6, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi,
>
> If you do not have any impressions (no ads served) for those campaigns and 
> for the date range of your report, then you'll want to explicitly request 
> zero impression rows. In the PHP library you would do this by setting 
> *includeZeroImpressions* to *TRUE* on your *ReportDefinition*, as 
> mentioned in the DownloadCriteriaReport.php code example 
> <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201409/Reporting/DownloadCriteriaReport.php#L59>
> .
>
> You may also want to check out our Zero Impression Reports guide 
> <https://developers.google.com/adwords/api/docs/guides/zero-impression-reports>
>  for 
> more details.
>
> Cheers,
> Josh, AdWords API Team
>
> On Thursday, October 23, 2014 6:05:06 PM UTC-4, IMM Boulder wrote:
>>
>> This is my first time working with the adwords api so I assume that I am 
>> missing something that I am not finding in any of the documentation that I 
>> have found.  I am using the googleads php library from github to submit my 
>> request to the api and it seems to be working fine with the exception that 
>> I am getting a blank report with just the name, header and footer of the 
>> report, like so:
>>
>>
>> "Daily_Cost_by_Campaign_VIQ_Cost_File_Google (Oct 16, 2014-Oct 22, 2014)"
>> Campaign ID,Network,Campaign,Impressions
>> Total, --, --,0
>>
>>
>> I should be seeing a report with records in the thousands.
>>
>> Report request info:
>>
>> fields: "CampaignId", "AdNetworkType1", "CampaignName", "Impressions"
>> one predicate: "CampaignStatus", "IN", array("ENABLED", "PAUSED", "
>> REMOVED")
>> report name: Daily_Cost_by_Campaign_VIQ_Cost_File_Google
>> time frame: LAST_7_DAYS
>> report type: CAMPAIGN_PERFORMANCE_REPORT
>> format: CSV
>>
>> Any tips that I might be able to try?  Thanks for your help in advance, I 
>> can post my code if necessary.
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/7333793a-33dd-4e92-ac6d-df4d845be0c0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to