AnalyticsHelper.LogLandingPage Method |
Logs landing page.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntax public static void LogLandingPage(
string siteName,
string documentCulture,
string objectName,
int objectID,
int count
)
Parameters
- siteName
- Type: System.String
Site name to log - documentCulture
- Type: System.String
Document's culture - objectName
- Type: System.String
Object name - objectID
- Type: System.Int32
Object ID - count
- Type: System.Int32
Count of keywords to log
See Also