Hello, 

We are using the .net client library v14.5, API version v201109 to get 
campaigns, ad group and ad performance via adhoc report. We're getting "The 
operation has timed out" error message when invoked DownloadClientReport 
method from ReportUtilities class.

We always get this information for the entire account (for each client). 
When we are getting campaign information, we get all campaigns for the 
entire account. The same for adgroups, ads, and keywords.

Our process executes 10 clients in parallel with custom date from yesterday:

dateRangeType = ReportDefinitionDateRangeType.CUSTOM_DATE;
selector = new Selector
                {
                    dateRange = new DateRange
                    {
                        min = 
DateTime.Today.AddDays(-1).ToString("yyyyMMdd"),
                        max = 
DateTime.Today.AddDays(-1).ToString("yyyyMMdd")
                    },
                    fields = <string[] with report fields>
                };

For most of the reports we're using the fields: 
CampaignId, CampaignName, Date, Cost, Ctr, AverageCpc, AveragePosition, 
Clicks, Impressions

The fields Conversions, ConversionsManyPerClick and ViewThroughConversions 
we get from another report with 30 days date range.

The amount of records per report is usually between 500 and 10.000 records 
for each report.

We already tried to change the dateRange from Selector to 
ReportDefinitionDateRangeType.YESTERDAY, with no success.  Also, we have 
tried to run without thread but it still unstable. 

We need to run many times to get all the data.

Is there any limit of time to get reports via API? Is there any relation 
between this kind of error and this issue 
http://code.google.com/p/google-api-adwords-dotnet/issues/detail?id=87 ?

Regards

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

Reply via email to