Track localhost on Analytics in Google Tag Manager

I have a problem with tracking Google Analytics on localhost with Google Tag Manager. I can see on the API for Analytics ( https://developers.google.com/analytics/devguides/collection/analyticsjs/advanced#localhost), all i need to do is to set cookieDomain to none. I do not find this option in Google Tag Manager. Does anyone know how to do this?


The documentation referenced it is about the Universal Analytics (new GA API version).

To solve this problem, you have two options:

1) Using the traditional tag "Google Analytics", in 'More settings' > 'Domains and Directories' > 'Domain Name':

none

2) Or switch to the "Universal Analytics" tag in Tag Google Manager, configure the required fields and in 'More settings' > 'Cookie Configuration' > 'Cookie Domain':

none

In both cases, this option should be turned off before the launch of the site.

链接地址: http://www.djcxy.com/p/14280.html

上一篇: WPF中的通用工具提示风格

下一篇: 在Google跟踪代码管理器中跟踪Google Analytics的本地主机