Monday, March 18, 2019

如何解决无法进入谷歌关键词工具

以下为如何解决无法进入谷歌关键词工具 Can’t Access Google Keyword Planner

2018年3月之前不创建谷歌广告账号或者没输入支付信息都可以谷歌关键词工具,但是现在这个方法似乎行不通了。
下文是新的解决办法。

现在界面

谷歌关键词工具地址: https://ads.google.com/home/tools/keyword-planner/

以前创建账号以后可以跳过设置,现在不可以了

解决办法如下:

- 登录(或者创建新账号)
- 创建广告,输入支付信息
- 进入谷歌广告界面以后点击删除或者暂停广告
- 进入关键词工具


Google wants users to enter payment details before accessing the Google AdWords Keyword Planner tool, and has removed the existing methods of accessing it without a credit card. If you’re aware of any workarounds, like accessing a legacy version of AdWords, please share… but they will likely be eliminated soon. Therefore, if you’re not ready to create a campaign yet, at this point the most reliable solution is as follows:
  1. Log in (or create a new account)
  2. Create your ad and enter your payment details
  3. Once you’re in the AdWords interface, simply pause or delete your campaign.
  4. Then, from the main AdWords overview screen, click the settings icon and then Planning to access the Keyword Planner.

No comments:

Post a Comment

如何设置博客文章目录

下面介绍如何用纯代码和wordpress插件设置文章目录: 一、文章目录代码 把下面的代码放到主题文件 functions.php 文件里即可: //文章目录 function article_index($content) { $matches = arra...