 | Resource.DetermineInteractionType 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
Syntaxpublic static VisitorInteractionType DetermineInteractionType(
string group
)
Public Shared Function DetermineInteractionType (
group As String
) As VisitorInteractionType
Parameters
- group
- Type: System.String
Resource group.
Return Value
Type:
VisitorInteractionTypeVisitor interaction type.
Remarks
See Also