Custom parameters

If you wish to identify your visitors via custom parameters, then here is how you can do that.

This feature can be helpful when you have a website that has a membership system where users can log into your website. If they are logged in, you can specify their identifier (ex: email, user_id, name..etc) with our tracking code.

为什么?这在试图了解用户在您的网站上做了什么以及遇到了什么问题时非常有帮助。

您可以通过像以下示例中那样简单地添加data-custom-parameters='{JSON_PARAMETERS_HERE}'来实现此操作。

<script defer src="https://www.analyticstop.com/zh-cn/pixel/12345678910111213" data-custom-parameters='{"name": "John Doe", "email": "[email protected]"}'></script>

如果提供了额外的参数,那么在访客页面上,您将看到图标,表示该特定用户已使用自定义参数进行了身份验证。