Hello, I believe the best we can offer via the API is the TargetingIdeaService <https://developers.google.com/adwords/api/docs/guides/targeting-idea-service>. This service will generate ideas for keywords based on the criteria you give it. You can use a CategoryProductsAndServicesSearchParameter <https://developers.google.com/adwords/api/docs/reference/v201502/TargetingIdeaService.CategoryProductsAndServicesSearchParameter> to generate ideas around a specific product area. You can check our Products & Services <https://developers.google.com/adwords/api/docs/appendix/productsservices> index for a list of criteria types that work with this parameter.
Our client library has an example of how to use this service in Java <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201409/optimization/GetKeywordIdeas.java>. This will give you an idea of how it works, but you will need to tweak it to suit your specific needs. Regards, Mike, AdWords API Team On Monday, March 9, 2015 at 3:09:42 AM UTC-4, Vibhav Agarwal wrote: > > By category , i mean Mobile phones, kitchen & dining, books, etc.. > something like this. > > On Monday, 9 March 2015 12:25:10 UTC+5:30, Vibhav Agarwal wrote: >> >> Hi, >> I have started working on Google Adwords API Client Library in Java. My >> task is to find most trending keywords in a Category of products which is >> given as input. Kindly guide me how to write code for this. >> >> Thanks >> > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/a84d5ac1-b666-4b28-b83b-e755fc92c680%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
