Click or drag to resize
AnalyticsHelperLogSearchKeywords Method
Logs keywords.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static void LogSearchKeywords(
	string siteName,
	string documentCulture,
	string searchKeywords,
	int objectID,
	int count
)

Parameters

siteName
Type: SystemString
Site name to log
documentCulture
Type: SystemString
Document's culture
searchKeywords
Type: SystemString
Keywords to lock
objectID
Type: SystemInt32
Object ID
count
Type: SystemInt32
Count of keywords to log
See Also