Hi Sugappriya, There are several code examples in the PHP client library that demonstrate how to do this for various use cases.
- EstimateKeywordTraffic.php<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/EstimateKeywordTraffic.php> - predict upcoming performance for keywords - GetKeywordIdeas.php<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Optimization/GetKeywordIdeas.php> - view past performance for new keyword ideas If instead you are interested in viewing the performance of keywords that are already in your account, you could use the Keywords Performance Report<https://developers.google.com/adwords/api/docs/appendix/reports#keywords>. See the DownloadCriteriaReport.php<https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Reporting/DownloadCriteriaReport.php> code sample for how to run reports. You will have to modify that sample slightly so that it runs the Keywords Performance Report, but the changes should be fairly self-explanatory. Cheers, Josh, AdWords API Team On Tuesday, April 29, 2014 9:43:25 AM UTC-4, suga priya wrote: > > Can anyone please let me know the steps to get search volume of keywords > in php? > > > Thanks, > Sugappriya > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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.
