使用 AdWords 获取关键字建议 API
Getting keyword suggestions with AdWords API
当您使用 AdWords 面板时,您会看到类似这样的内容:
我正在尝试通过 API 获得 JSON 的响应。首先它是否可行? Google 允许吗?
第二件事是:我正在使用 Node.我找到了几个模块 (node-adwords, googleads-node-lib),但找不到关于 关键字 本身的任何信息。这些似乎只能用于获取有关 campaigns.
的详细信息
我找到了 this in the documentation (not exactly what I'm looking for but close), and this 代码示例。不幸的是,这是针对 .NET 的。
所以我的问题是:如何使用 Node 获取 Google 建议的关键字?
我会继续搜索并发布我找到的新信息。
您可以使用 TargetingIdeasService.
从 Google AdWords API 中获取您正在寻找的数据
当您使用 AdWords 面板时,您会看到类似这样的内容:
我正在尝试通过 API 获得 JSON 的响应。首先它是否可行? Google 允许吗?
第二件事是:我正在使用 Node.我找到了几个模块 (node-adwords, googleads-node-lib),但找不到关于 关键字 本身的任何信息。这些似乎只能用于获取有关 campaigns.
的详细信息我找到了 this in the documentation (not exactly what I'm looking for but close), and this 代码示例。不幸的是,这是针对 .NET 的。
所以我的问题是:如何使用 Node 获取 Google 建议的关键字?
我会继续搜索并发布我找到的新信息。
您可以使用 TargetingIdeasService.
从 Google AdWords API 中获取您正在寻找的数据