Skip to content

Latest commit

 

History

History
103 lines (67 loc) · 3.33 KB

File metadata and controls

103 lines (67 loc) · 3.33 KB

ConversationEngagementEquationFunction

Properties

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]

Enum: AnyPageUrlLogicEnum

Name Value
CONTAINS "contains"
DOES_NOT_CONTAIN "does not contain"
IS_EXACTLY "is exactly"
IS_NOT "is not"

Enum: CurrentPageUrlLogicEnum

Name Value
CONTAINS "contains"
DOES_NOT_CONTAIN "does not contain"
IS_EXACTLY "is exactly"
IS_NOT "is not"

Enum: CustomersBrowsingTimeLogicEnum

Name Value
AT_LEAST "is at least"
MORE_THAN "is more than"
LESS_THAN "is less than"
AT_MOST "is at most"

Enum: CustomersLocationLogicEnum

Name Value
IS "is"
IS_NOT "is not"

Enum: NumberOfViewedPagesLogicEnum

Name Value
AT_LEAST "is at least"
MORE_THAN "is more than"
LESS_THAN "is less than"
AT_MOST "is at most"

Enum: ReferringWebsiteLogicEnum

Name Value
CONTAINS "contains"
DOES_NOT_CONTAIN "does not contain"
IS_EXACTLY "is exactly"
IS_NOT "is not"

Enum: TypeEnum

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"