 | VisitorEngagementSettingsBrandedSearch Property |
Gets or sets the "Branded search" rule.
Namespace:
Dynamicweb.Analytics.Leads
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntaxpublic VisitorEngagementRule<string[]> BrandedSearch { get; set; }
Public Property BrandedSearch As VisitorEngagementRule(Of String())
Get
Set
Property Value
Type:
VisitorEngagementRuleString
RemarksThe meaning of this rule is how many points does the visitor get if the referrer is the search engine and the search phrase contains any of the given keywords.
See Also