Adwords API PHP 示例获取相关关键字的搜索量

发布于 2024-10-21 14:43:46 字数 338 浏览 4 评论 0原文

据我了解,要使用的服务是 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

日裸衫吸 2024-10-28 14:43:46

在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文