Re: Most efficient way of pulling criterion data for large accounts

2015-02-22 Thread road11
Forget the AdGroupCriterionService. With that many kw, the api cost will kill you. Use reports. I use Criteria Performance report and Keyword Performance Report. The only thing I use AdGroupCriterionService for is bidding. If all you're doing is consuming data, use reports; they're free. Eric

Re: Adwords api Network Unreachable Error

2015-02-22 Thread MCC Test
Hello , Any updates? Can anyone help me out to solve this issue?? Thanks, Ronak Shah -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=

Re: Most efficient way of pulling criterion data for large accounts

2015-02-22 Thread Jason Stedman
Sam, A Criteria Performance Report(link ) can get you a criterion along with it's associated ad group id. By also getting a campaign or adgroup performance report and then combining them on your side, you can almost alwa

Re: RateExceededError despite using MutateJobService

2015-02-22 Thread Jason Stedman
Dominic, There are two different types of RateExceededErrors. There is the more common rate limit exceeded error that results from too many requests per minute, which is the one that can be avoided by using MutateJobService. You are running into the less common type which is based on your acces

Most efficient way of pulling criterion data for large accounts

2015-02-22 Thread Sam
Hi, I'm trying to pull all keywords contained within an account in order to output the details (e.g. # of keywords, # of campaign negatives, #ad groups with over x keywords, etc). My understanding is that in order to be able to retrieve a criterion with it's associated ad group ID, the data ne