PagesActivityLogger.LogLandingPage Method |
Logs landing page activity.
Namespace: CMS.WebAnalyticsAssembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 11.0.0
Syntaxpublic void LogLandingPage(
string documentName,
ITreeNode currentDocument = null,
string activityUrl = null,
string referrerUrl = null
)
Parameters
- documentName
- Type: System.String
Name of document where activity occurred - currentDocument (Optional)
- Type: CMS.Base.ITreeNode
Specifies the document node the activity is logged for - activityUrl (Optional)
- Type: System.String
URL where activity occurred - referrerUrl (Optional)
- Type: System.String
URL referrer
See Also