Hello,
if you use the method:
CMS.WebAnalytics.HitLogProvider.LogHit("MembershipDocumentPageView", CMSContext.CurrentSiteName, CMSContext.CurrentUser.PreferredCultureCode, CMSContext.CurrentUser.UserName, CMSContext.CurrentDocument.DocumentId);
you can see the log records differ by the site, culture and username.
If you want to store the number of hits, you can use the method:
CMS.WebAnalytics.HitLogProvider.LogHit(string codeName, string siteName, string culture, string objectName, int objectId, int count)
See the
API Reference for more details.
Best regards,
Helena Grulichova