I have about 280 Customers that a report is run for each morning. Like I
mentioned in my first post, I tried a different order for those customers
to see if it was the 3rd customer I ran the report on that was causing the
problem, but when I changed the order, a different customer that ran 3rd
also never got a response back. Those two Client IDs are 9033873018
and 4803967728 .
Here is the code I am using to get the report for each customer:
Dim dtReportDate As DateTime = Now.AddDays(-1)
Dim objDateRange As New DateRange
objDateRange.min = dtReportDate.ToString("yyyyMMdd")
objDateRange.max = dtReportDate.ToString("yyyyMMdd")
Dim objReportSelector As New Selector
With objReportSelector
.dateRange = objDateRange
.fields = New String() {"CampaignName", "Cost"}
End With
Dim objReportDefinition As New ReportDefinition
With objReportDefinition
.reportName = "CAMPAIGN PERFORMANCE REPORT"
.reportType = ReportDefinitionReportType.CAMPAIGN_PERFORMANCE_REPORT
.downloadFormat = DownloadFormat.XML
.includeZeroImpressions = False
.dateRangeType = ReportDefinitionDateRangeType.CUSTOM_DATE
.selector = objReportSelector
End With
Try
Dim objUtilities As New ReportUtilities(objAdWordsUser,
GoogleAPIVerison, objReportDefinition)
Dim objReport As ReportResponse = objUtilities.GetResponse
Dim objDoc As New XmlDocument()
objDoc.Load(objReport.Stream)
This has been working for months and months with no issue. It just started
having issues on March 11, 2016.
Thanks for your help.
Greg
On Thursday, March 17, 2016 at 10:53:55 AM UTC-4, Greg Wilborn wrote:
>
> I have a job that runs at 6:00 AM EST that runs a Campaign Performance
> Report for each of our customers for the previous day. Starting about a
> week ago, the job would submit and receive the report for the first two
> customers, but each time it got to the 3rd customer, it would stop.
>
> I converted the job to run locally and no matter what order I put the
> customers in, the first two run and then the 3rd request goes off to do the
> ReportResponse.GetRepsonse and never returns. Has a change been made in
> this time frame that would affect this job from the AdWords side. Any help
> would be appreciated.
>
>
> Greg
>
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/25e5b66d-0050-4fef-863a-c4d4841bba24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.