Can’t select a different Google Analytics account when generating configuration file for Google Analytics

戏子无情 提交于 2019-12-02 20:15:51

Managed to figure out a very simple workaround to solve my own question: remove yourself from the account you're stuck on, so the wizard is then forced to let you choose another account.

To achieve this:

  • Log into Google Analytics and choose the Admin tab.
  • In the ACCOUNT column, from the drop-down box, choose the account you were bound to (in the Enable Google Services wizard).
  • In the same column, choose User management.
  • Click the Remove myself from this account button.

Then go back to the Enable Google Services wizard again and you should now be able to select another account.

I hope this helps others at least until Google fixes the site, as this was a rather annoying problem to solve!

I figure out the solution for this issue is that we can move the account to trash. After we create an config file, restore the account.

Hope this may help

On this page Google staff gave an answer to this bug:

This is currently working as intended even though it may not seem so. There may be an update to fix this but in the meantime you can just copy an existing Configuration file and edit it. The only thing you need to change is the Analytics tracking ID value.

For example, in the configuration JOSN file you'll see an entry like: "services": { "analytics_service": { "status": 2, "analytics_property": { "tracking_id": "UA-XXXXX-YY" } },

Replace the UA-XXXXX-YY value with the property ID (for the GA Account) you want to use. You can use the Account Explorer to find the correct property ID: https://ga-dev-tools.appspot.com/account-explorer/

Note that Tracking ID and Property ID mean the same thing.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!