Adwords API PHP 示例获取相关关键字的搜索量
据我了解,要使用的服务是 TargetingIdeaService获取与给定关键字相关的多个关键字的每月搜索量。
有没有 PHP 示例展示如何做到这一点? (我的意思是一个小应用程序,可以让用户输入关键字,并反馈相关关键字的每月搜索量)。
我正在努力从结果中获取相关的关键字字符串: $data['KEYWORD']->value;不返回实际的关键字字符串,并且我找不到如何访问关键字字符串。
I understand that the TargetingIdeaService is the service to be used to fetch monthly search volume for multiple keywords related to a given keyword.
Is there a PHP example somewhere showing how to do that? (by which I mean a small application that lets user enter a keyword, and feedback related keywords with monthly search volumes).
I am struggling to get the related keywords strings back from the results: $data['KEYWORD']->value; does not return the actual keyword string, and I cannot find how to access the keyword string.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 github 上搜索是找到问题答案的好地方。例如,此存储库可以帮助您: https://github.com/medio/Google-Adwords-API-PHP/blob/master/examples/v201209/Optimization/GetKeywordIdeas.php
Searching on github is good place to finding answer on your question. For example this repo can help you: https://github.com/medio/Google-Adwords-API-PHP/blob/master/examples/v201209/Optimization/GetKeywordIdeas.php