Click or drag to resize
AnalyticsHelper.LogOnSiteSearchKeywords Method
Logs onsite search keywords.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 8.2.23
Syntax
C#
public static void LogOnSiteSearchKeywords(
	string siteName,
	string aliasPath,
	string documentCulture,
	string keywords,
	int objectID,
	int count
)

Parameters

siteName
Type: System.String
Site name
aliasPath
Type: System.String
Node alias path (path with results webpart)
documentCulture
Type: System.String
Document's culture code
keywords
Type: System.String
Keywords to log
objectID
Type: System.Int32
Object ID
count
Type: System.Int32
Count to log
See Also