Re: Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Maurício Alves de Souza Oliveira
Hello Alexander, 

I made the downgrade to v14.4, however, I'm still getting a "timed out" 
error (much less frequent, fortunately). 

I have runned it again for the clients that I have received the timed out 
error and everything worked. Maybe it's not a 100% reliable workaround.

Let's see if there is a better solution from Google Team.

Thank you for your help!

Mauricio

Em terça-feira, 24 de julho de 2012 14h57min13s UTC-3, Alexander Nitschke 
escreveu:
>
> Hello Maurício,
>
> it most likely is the same as issue 87. We have the same problem, and it 
> looks like there is no better solution than reverting to v14.4 of the .NET 
> API. At least I didn't find anything which worked. Even using isolated 
> tasks and cancelling them if needing too long isn't working as no report 
> will work once the first fails.
>
> I sure need a working solution as well.
>
> Alexander
>
>
> Am Dienstag, 24. Juli 2012 17:28:45 UTC+2 schrieb Maurício Alves de Souza 
> Oliveira:
>>
>>
>> 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 ?
>>
>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Alexander Nitschke
Hello Maurício,

it most likely is the same as issue 87. We have the same problem, and it 
looks like there is no better solution than reverting to v14.4 of the .NET 
API. At least I didn't find anything which worked. Even using isolated 
tasks and cancelling them if needing too long isn't working as no report 
will work once the first fails.

I sure need a working solution as well.

Alexander


Am Dienstag, 24. Juli 2012 17:28:45 UTC+2 schrieb Maurício Alves de Souza 
Oliveira:
>
>
> 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 ?
>
>
>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Timeout on .net client library v14.5, API version v201109

2012-07-24 Thread Maurício Alves de Souza Oliveira
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("MMdd"),
max = 
DateTime.Today.AddDays(-1).ToString("MMdd")
},
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