Click or drag to resize

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; }

Property Value

Type: IEnumerableVisitorEngagementRuleVisitorInteractionType
Remarks
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