| TrackerLogVisit Method (String, String, Boolean) |
Logs new resource visit.
Namespace:
Dynamicweb.Analytics
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public bool LogVisit(
string group,
string element,
bool autoLogPageVisit
)
Public Function LogVisit (
group As String,
element As String,
autoLogPageVisit As Boolean
) As Boolean
Parameters
- group
- Type: SystemString
Resource group. - element
- Type: SystemString
Resource identity. - autoLogPageVisit
- Type: SystemBoolean
Value indicating whether to automatically log page visit for the given object visit.
Return Value
Type:
BooleanValue indicating whether visit has been successfully logged.
See Also