获取Google的全球每月搜索量 [英] Get Google's global monthly searches

查看:197
本文介绍了获取Google的全球每月搜索量的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经研究过使用Google Adwords API(PHP库),但它似乎与 Adwords界面可以为您提供负载推荐关键字及其相对的全球每月搜索量"-我只需要针对特定​​关键字的全球每月搜索量"我在寻找.

I've had a look into using the Google Adwords API (PHP Library) but it seems to do a similar thing to what The Adwords Interface does and give you loads of recommended keywords and their relative "Global Monthly Searches" - I just need the Global Monthly Searches for the specific keyword I'm looking for.

有没有简单的方法可以做到这一点?也许甚至没有完善的Adwords API?

Is there an easy way of doing this? Perhaps even without the full blown Adwords API?

推荐答案

使用AdWords API,可以只请求关键字的统计信息,而不是想法列表.您需要使用TargetingIdeaService并在选择器中指定STATSrequestType而不是IDEAS:

Using the AdWords API it's possible to just request the stats for a keyword instead of a list of ideas. You need to use the TargetingIdeaService and specify a requestType of STATS instead of IDEAS in the selector:

中尝试PHP示例http://www.google.com/codesearch/p?hl=zh_CN#Fu0vUbQ37f4/trunk/examples/v201008/GetRelatedKeywords.php 并替换以下行:

$selector->requestType = 'IDEAS';

使用:

$selector->requestType = 'STATS';

这篇关于获取Google的全球每月搜索量的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆