Click or drag to resize
AnalyticsHelperIsSearchEngineExcluded Method
Returns true if current request is search engine and should be excluded from the analytics log.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static bool IsSearchEngineExcluded(
	string siteName
)

Parameters

siteName
Type: SystemString
Site name

Return Value

Type: Boolean
See Also