Hi, I would imagine that this question is for Anash, I'm trying to pull the 
AdGroupPerformance report using the v201402 client libraries and am getting 
an error response from the Adwords.Lib.AdWordsException:
Report download errors occurred, see errors field for more details.
I'm passing in these fields to the report Definition:
Name,Id,Status,CampaignName,CampaignId,CampaignStatus,Impressions,Clicks,Cost,AveragePosition,Device,Slot,Date,HourOfDay
 
and I've tried both pre-defined date range of 'Today' and the following 
custom date.

Dim ds As DateRange = New DateRange()
ds.min = Date.Today.ToString("yyyyMMdd") 

ds.max =

Date.Today.ToString("yyyyMMdd")

selector.dateRange = 

New DateRange()

selector.dateRange.min = 

Date.Today.ToString("yyyyMMdd")

selector.dateRange.max = 

Date.Today.ToString("yyyyMMdd")

rd.dateRangeType = 

ReportDefinitionDateRangeType.CUSTOM_DATE

 

Am I using an invalid combination of fields, I also tried with 
ZeroImpressions = True and ZeroImpressions = False.

 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to