Click or drag to resize
IPagesActivityLoggerLogLandingPage Method
Logs landing page activity.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 12.0.0
Syntax
C#
void LogLandingPage(
	string documentName,
	ITreeNode currentDocument = null,
	string activityUrl = null,
	string referrerUrl = null
)

Parameters

documentName
Type: SystemString
Name of document where activity occurred
currentDocument (Optional)
Type: CMS.BaseITreeNode
Specifies the document node the activity is logged for
activityUrl (Optional)
Type: SystemString
URL where activity occurred
referrerUrl (Optional)
Type: SystemString
URL referrer
See Also