I am currently migrating my applications from v201306 to v201309 (and then 
straight to 201402).

One of my most important functions gets an account's top keywords by a 
particular metric (impressions, clicks, or cost).  In the past, I used 
AdGroupCriterionService to acquire this information.  I sorted the results 
in descending order by the chosen metric.  Paging determined the number of 
results, ensuring that I didn't get every keyword in the account.

Now that stats have been removed from AdGroupCriterionService, I am 
altering this code to use KEYWORDS_PERFORMANCE_REPORT instead.  However, 
there is no option to sort results, or limit the number of rows returned.

My code still works fine for small- and medium-sized accounts.  I simply 
get a KEYWORDS_PERFORMANCE_REPORT for the entire account, sort the results 
myself, and use the first x sorted rows.

Unfortunately, this seems not to be an option for very large accounts. 
 Downloading the report alone takes a prohibitive amount of time.

Is there some other way to get top keywords by a particular metric, in the 
most recent version of the AdWords API?  Perhaps using a different service 
or report?

Thank you,
Becky Russoniello

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to