VisitorIdentification控件的目的是什么? [英] What is the purpose of the VisitorIdentification control?

查看:91
本文介绍了VisitorIdentification控件的目的是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的Sitecore starterkit网站在每个布局的顶部均包含以下控件.有人可以解释它的目的是什么以及是否需要它吗?我在Sitecore SDN上找不到任何信息.

My Sitecore starterkit website contains the following control in the head of each layout. Can someone explain what it's purpose is and whether or not it's needed? I could not find any information on it on the Sitecore SDN...

<sc:VisitorIdentification id="VisitorIdentification" runat="server" />

控件的输出:

<link href="/layouts/System/VisitorIdentification.aspx" rel="stylesheet" type="text/css" />

样式表的内容:

.sc_visitor {
}

推荐答案

请参见分析工具配置参考,第4.1.5节"VisitorIdentification Web控件".

See Analytics Configuration reference, paragraph 4.1.5 "The VisitorIdentification Web control".

以防万一有关的链接已过时:

Just in case the link about becomes obsolete:

VisitorIdentification Web控件可帮助Sitecore分析引擎识别机器人.这 VisitorIdentification Web控件生成引用空CSS的HTML <link>元素 资源. Sitecore分析引擎使用此请求来帮助将机器人与实际用户区分开.

The VisitorIdentification Web control helps the Sitecore analytics engine identify robots. The VisitorIdentification Web control generates an HTML <link> element that references an empty CSS resource. The Sitecore analytics engine uses this request to help differentiate robots from actual users.

有关自动机器人检测的更多信息,请参阅自动机器人检测部分.

For more information about automatic robot detection, see the section Automatic Robot Detection.

重要

要帮助分析引擎识别机器人,请在所有 您的布局.例如:

To assist the analytics engine in robot identification, include the VisitorIdentification Web control in all of your layouts. For example:

<sc:VisitorIdentification runat="server" /> 

这篇关于VisitorIdentification控件的目的是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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