Hi Vikas, Are you referring to retrieving search volume for keywords? In AdWords API, TargetingIdeaService <https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService> can be used to retrieve search volume data and trends for keywords. You need to set the TargetingIdeaSelector.requestType to STATS and select TARGETED_MONTHLY_SEARCHES <https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.AttributeType#TARGETED_MONTHLY_SEARCHES> as one of the attributes to be returned in the response. You need to use the RelatedToQuerySearchParameter <https://developers.google.com/adwords/api/docs/reference/latest/TargetingIdeaService.RelatedToQuerySearchParameter> to specify a list of seed keywords for which to retrieve the search volume data. You can also set other options to refine your results. This guide <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service#get_search_volume_data_and_trends> provides more information on using TargetingIdeaService and also provides the mapping to Keyword Planner functions. The GetKeywordIdeas <https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201609/Optimization/GetKeywordIdeas.php> PHP example demonstrates how to use this service.
Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/0ccf187d-229f-4638-842b-fbc1392b4e12%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
