| VisitorEngagementSettingsInteractions Property |
Gets or sets the list of "Interaction" rules.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public IEnumerable<VisitorEngagementRule<VisitorInteractionType>> Interactions { get; set; }
Public Property Interactions As IEnumerable(Of VisitorEngagementRule(Of VisitorInteractionType))
Get
Set
Property Value
Type:
IEnumerableVisitorEngagementRuleVisitorInteractionTypeRemarks The meaning of this rule is how many points does the visitor get for performing a specific interaction on a website (e.g. submit a form, view the product, etc.).
See Also