Click or drag to resize
SearchEngineAnalyzer Class
Analyzes whether URLs come from some of the defined search engines and gets the search keywords from them. Use it on referrer URL to get where the visitor came from.
Inheritance Hierarchy
SystemObject
  CMS.WebAnalyticsSearchEngineAnalyzer

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public static class SearchEngineAnalyzer

The SearchEngineAnalyzer type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetSearchEngineFromUrl
Returns search engine name for specified URL.
Top
See Also