| VisitorInteractionType Enumeration |
Represents an interaction type of the visitor.
Namespace:
Dynamicweb.Analytics.Goals
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public enum VisitorInteractionType
Public Enumeration VisitorInteractionType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
Unknown interaction type.
|
| SubmitForm | 1 |
Submit the form.
|
| PlaceOrder | 2 |
Place an order.
|
| ViewProduct | 3 |
View the product.
|
| DownloadFile | 4 |
Download the file.
|
| Search | 5 |
Perform a search.
|
| ViewNews | 6 |
View the news item.
|
| AddToCart | 7 |
Add product to the cart.
|
Remarks See Also