| AnalyticsHelperLogReferringSite Method  | 
            Track traffic sources (used by search engines, direct url, inner site links..).
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic static void LogReferringSite(
	string codeName,
	string siteName,
	string documentCulture,
	string objectName,
	int objectID,
	int count
)
Parameters
- codeName
 - Type: SystemString
Type of referring site - siteName
 - Type: SystemString
Site name to log - documentCulture
 - Type: SystemString
Document culture - objectName
 - Type: SystemString
Object name - objectID
 - Type: SystemInt32
Object ID - count
 - Type: SystemInt32
Count of views 
See Also