Sitecore Analytics

[亡魂溺海] 提交于 2020-01-06 04:30:20

问题


I am on 7.2 version and found that Sitecore.Analytics.Tracker.IsActive is false and Sitecore.Analytics.Tracker.Visitor.VisitorClassification is 0

Imp point to note here is that my Analytics is working for all admin pages but not for custom pages of my site

Can some one please provide some suggestions

Cheers LA


回答1:


Your pages should have a VisitorIdentification tag, so that Sitecore will be able to collect tracking information. Please make sure you have got a correct tracking tag being set up on your custom page layouts.Below are examples for WebForms and MVC versions of Sitecore(correspondingly).

WebForms:

<sc:VisitorIdentification runat="server" />

MVC:

@Html.Sitecore().VisitorIdentification()

More information (links):

http://www.letsdositecore.com/scvisitoridentification/ https://learningwiththecurve.wordpress.com/tag/analytics/

Hope that helps!

Update: Please also read a note (How to ensure that your analytic are turned on Sitecore) by this link https://goo.gl/n53XsO to see how it works



来源:https://stackoverflow.com/questions/31854678/sitecore-analytics

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