| AnalyticsHelperLogOnSiteSearchKeywords Method  | 
            Logs onsite search keywords.
            
 
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntaxpublic static void LogOnSiteSearchKeywords(
	string siteName,
	string aliasPath,
	string documentCulture,
	string keywords,
	int objectID,
	int count
)
Parameters
- siteName
 - Type: SystemString
Site name - aliasPath
 - Type: SystemString
Node alias path (path with results webpart) - documentCulture
 - Type: SystemString
Document's culture code - keywords
 - Type: SystemString
Keywords to log - objectID
 - Type: SystemInt32
Object ID - count
 - Type: SystemInt32
Count to log 
See Also