I want to use Google AdWords API to get monthly search volume and CPC for some keywords with PHP. The API itself made me so confused, and the more I read documentations and forum threads and questions and answers, the more confused I got.
Can anyone please explain how it works to me in a really really simple way, and tell me how to make it up and running step by step?
Thanks in advance.
Yes, here is an example file to get a list of keywords and volume.
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201502/Optimization/GetKeywordIdeas.php
Here is sample output using the TrafficEstimatorService, not the similar TargetingIdeaService above.