Hi,

Yes, an application using AdWords API can get the same or higher 
performance than AdWords Editor depending on how you write it. As Ewan 
mentioned, you could use reports if you are interested only in stats. get() 
calls can be slower, but then you could try using multiple threads, 
requesting only the list of fields you need using Selectors, compressing 
the HTTP payload by using gzip encoding, etc. to make things faster.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Saturday, 10 March 2012 01:43:29 UTC+5:30, lagu2653 wrote:
>
>  Can you achieve the same performance using the AdWords API v201109 as 
> Gooogle does for the AdWords Editor? Downloading all campaigns is very fast 
> in the AdWords Editor.
>
>  I'm trying to implement a Java EE Webservice which synchronizes all 
> keyword phrases, destination urls, ad group budgets, etc., etc. everything 
> except campaign target settings. Preferably I would like to download 
> everything at once and then parse the file containing everything. A server 
> will handle all of this automatically (a Java EE web application).
>
>  The service which I'm about to modify is now very slow compared to the 
> AdWords Editor.
>
>  Do I have any chance of achieving the same performance as the AdWords 
> Editor?
>  

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

Reply via email to