| ResourceDetermineInteractionType Method |
Determines visitor interaction type by the given resource group.
Namespace:
Dynamicweb.Analytics.Goals
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public static VisitorInteractionType DetermineInteractionType(
string group
)
Public Shared Function DetermineInteractionType (
group As String
) As VisitorInteractionType
Parameters
- group
- Type: SystemString
Resource group.
Return Value
Type:
VisitorInteractionTypeVisitor interaction type.
Remarks See Also