| Name | Type | Description | Notes |
|---|---|---|---|
| anyPageUrlLogic | AnyPageUrlLogicEnum | Logic operation to perform on an any page url function type | [optional] |
| anyPageUrlValue | String | [optional] | |
| currentPageUrlLogic | CurrentPageUrlLogicEnum | Logic operation to perform on a current page url function type | [optional] |
| currentPageUrlValue | String | [optional] | |
| customersBrowsingTimeLogic | CustomersBrowsingTimeLogicEnum | Logic operation to perform on a customer's browsing time function type | [optional] |
| customersBrowsingTimeSeconds | Integer | [optional] | |
| customersLocationCountry | String | [optional] | |
| customersLocationLogic | CustomersLocationLogicEnum | Logic operation to perform on a customer's location function type | [optional] |
| customersLocationState | String | [optional] | |
| numberOfViewedPagesLogic | NumberOfViewedPagesLogicEnum | Logic operation to perform on a customer's browsing time function type | [optional] |
| numberOfViewedPagesValue | Integer | [optional] | |
| referringWebsiteLogic | ReferringWebsiteLogicEnum | Logic operation to perform on a referring website function type | [optional] |
| referringWebsiteValue | String | [optional] | |
| type | TypeEnum | Type of function | [optional] |
| Name | Value |
|---|---|
| CONTAINS | "contains" |
| DOES_NOT_CONTAIN | "does not contain" |
| IS_EXACTLY | "is exactly" |
| IS_NOT | "is not" |
| Name | Value |
|---|---|
| CONTAINS | "contains" |
| DOES_NOT_CONTAIN | "does not contain" |
| IS_EXACTLY | "is exactly" |
| IS_NOT | "is not" |
| Name | Value |
|---|---|
| AT_LEAST | "is at least" |
| MORE_THAN | "is more than" |
| LESS_THAN | "is less than" |
| AT_MOST | "is at most" |
| Name | Value |
|---|---|
| IS | "is" |
| IS_NOT | "is not" |
| Name | Value |
|---|---|
| AT_LEAST | "is at least" |
| MORE_THAN | "is more than" |
| LESS_THAN | "is less than" |
| AT_MOST | "is at most" |
| Name | Value |
|---|---|
| CONTAINS | "contains" |
| DOES_NOT_CONTAIN | "does not contain" |
| IS_EXACTLY | "is exactly" |
| IS_NOT | "is not" |
| Name | Value |
|---|---|
| CURRENT_PAGE_URL | "current page url" |
| CUSTOMERS_LOCATION | "customers location" |
| CUSTOMERS_BROWSING_TIME | "customers browsing time" |
| NUMBER_OF_VIEWED_PAGES | "number of viewed pages" |
| REFERRING_WEBSITE_ADDRESS | "referring website address" |
| ANY_PAGE_FROM_SESSION | "any page from session" |