I am new to this, I am using API, to get all keywords for the particular Adgroups. I am able to get keywords using the following
var adGroupCriterionService = (AdGroupCriterionService)user.GetService(AdWordsService.v201309.AdGroupCriterionService) .. page = adGroupCriterionService.get(selector) With above, I am able to get all the keywords, but it doesnot contain the metrics like Click,CTR . How can I get these metrics for all keywords of the Groups. For Campaign I can get these using similar above code. Anybody please help, thanks in advance -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/groups/opt_out.
