Adobe Launch Rules Guide (3)——CONDITIONS Types | BCS Adobe Launch Rules Guide (3)——CONDITIONS Types | BCSBCS

Adobe Launch Rules Guide (3)——CONDITIONS Types

Adobe Launch BCS 4 years ago (2020-03-02) 4727 Views 0 Comments

The role of CONDITIONS is to limit the EVENTS, so that the triggering conditions are more accurate, and to avoid randomly triggering the call.

Condition Configuration looks like this:Adobe Launch Rules Guide (3)——CONDITIONS  Types

  • Logic Type is executed when the condition is met. There are two types of logic, Regular and Exception.
  • Extension: refers to the Extensions that CONDITIONS depends on. Different Extensions have different CONDITIONS.
  • Condition Type: The specific Condition Type depends on Extensions.

The relationship of multiple CONDITIONS is And. Core Extensions has 6 types and 25 conditions types.

 

Data

Cookie

Specify the cookie name and value that must exist for an event to trigger an action.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

For example, it can be determined whether the value of cookie _ga is haran.huang@ichdata.com, which is only triggered in the case of yes.

Custom Code

Specify any custom code that must exist as a condition of the event. Use the built-in code editor to enter the custom code.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

You can use custom js to judge and enhance the function.

Value Comparison

Compares two values to determine whether this condition returns true.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

All data elements can be compared here.  The following value comparison operators are available:
  • Equal: The condition returns true if the two values are equal using a non-strict comparison (in JavaScript, the == operator). The values may be of any type. When typing a word like true false null , or undefined into a value field, the word is compared as a string and is not be converted to its JavaScript equivalent.
  • Does Not Equal: The condition returns true if the two values are not equalusing a non-strict comparison (in JavaScript, the != operator). The values may be of any type. When typing a word like true false null , or undefined into a value field, the word is compared as a string and is not be converted to its JavaScript equivalent.
  • Contains: The condition returns true if the first value contains the second value. Numbers are converted to strings. Any value other than a number or string results in the condition returning false.
  • Does Not Contain: The condition returns true if the first value does not contain the second value. Numbers are converted to strings. Any value other than a number or string will result in the condition returning true.
  • Starts With: The condition returns true if the first value starts with the second value. Numbers are converted to strings. Any value other than a number or string results in the condition returning false.
  • Does Not Start With: The condition returns true if the first value does not start with the second value. Numbers are converted to strings. Any value other than a number or string results in the condition returning true.
  • Ends With: The condition returns true if the first value ends with the second value. Numbers are converted to strings. Any value other than a number or string results in the condition returning false.
  • Does Not End With: The condition returns true if the first value does not end with the second value. Numbers are converted to strings. Any value other than a number or string results in the condition returning true.
  • Matches Regex: The condition returns true if the first value matches the regular expression. Numbers are converted to strings. Any value other than a number or string results in the condition returning false.
  • Does Not Match Regex: The condition returns true if the first value does not match the regular expression. Numbers are converted to strings. Any value other than a number or string results in the condition returning true.
  • Is Less Than: The condition returns true if the first value is less than the second value. Strings representing numbers are converted to numbers. Any value other than a number or a convertible string result in the condition returning false.
  • Is Less Than Or Equal To: The condition returns true if the first value is less than or equal to the second value. Strings representing numbers are converted to numbers. Any value other than a number or a convertible string result in the condition returning false.
  • Is Greater Than: The condition returns true if the first value is greater than the second value. Strings representing numbers are converted to numbers. Any value other than a number or a convertible string result in the condition returning false.
  • Is Greater Than Or Equal To: The condition returns true if the first value is greater than or equal to the second value. Strings representing numbers are converted to numbers. Any value other than a number or a convertible string result in the condition returning false.
  • Is True: The condition returns true if the value is a boolean with the value of true. The value you provide is not converted to a boolean if it is any other type. Any value other than a boolean with the value of true results in the condition returning false.
  • Is Truthy: The condition returns true if the value is true after being converted to a boolean.
  • Is False: The condition returns true if the value is a boolean with the value of false. The value you provide is not converted to a boolean if it is any other type. Any value other than a boolean with the value of false results in the condition returning false.
  • Is Falsy: The condition returns true if the value is false after being converted to a boolean.

Variable

Specify the JavaScript variable name and value that must exist for an event to trigger an action.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

Obtaining a JavaScript variable is used for judgment. In fact, this function is similar to Value Comparison, because JavaScript variables can be obtained through data elements.

 

Engagement

 

Landing Page

Specify the page the user must land on to trigger the event.

Adobe Launch Rules Guide (3)——CONDITIONS  TypesLimiting Landing Page

 

New/Returning Visitor

 

Specify whether the visitor should be a new visitor or a returning visitor for an event to trigger an action.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

 

 

Page Views

Configure the number of times the visitor must view the page before the action is triggered.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

 

 

Sessions

Trigger the action if the user’s number of sessions meets the specified criteria.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

 

Time On Site

Trigger the action if the user’s number of sessions meets the specified criteria.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

Traffic Source

Trigger the action if the user’s number of sessions meets the specified criteria.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

Other

Date Range

Specify a date range. Choose the date and time the event occurs after, the date it occurs before, and the time zone.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

Triggered within a specific time.

 

Max Frequency

Specify the maximum number of times the condition returns true.
Adobe Launch Rules Guide (3)——CONDITIONS  Types
You can select from the following options: Page view、Sessions、Visitor、Seconds、Minutes、Days、Weeks、Months

Sampling

Specify the percentage of the time the condition returns true.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

 

Technology

Browser

Select the browser the visitor must use for the action to be triggered.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

 

Select one or more of the following browsers:

 

Device Type

Select the device type the visitor must use for the action to be triggered.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

This CONDITIONS will be removed and not recommended.

Operating System

Select the operating system the visitor must use for the action to be triggered.

Adobe Launch Rules Guide (3)——CONDITIONS  Types
Screen Resolution

Select the screen resolution visitors must use on their devices for the action to be triggered.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

Window Size

Select the window size visitors must use on their devices for the action to be triggered.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

URL

Domain

Specify the visitor’s domain.

Adobe Launch Rules Guide (3)——CONDITIONS  TypesIf the URL is https://www.bbccss.com, Domain is bbccss.com.

Hash

Specify one or more hash patterns that must exist in the URL.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

Multiple hash patterns are joined by an OR. You can Add Another

Path And Query String

Specify one or more paths that must exist in the URL  with  Query String.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

If the URL https://www.bbccss.com/google-analytics&cid=12313, the Path And Query String is / google-analytics & cid = 12313

Path Without Query String

Specify one or more paths that must exist in the URL  without  Query String.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

If the URL https://www.bbccss.com/google-analytics&cid=12313, Path Without Query String is / google-analytics

Protocol

Specify the protocol used in the URL.

Adobe Launch Rules Guide (3)——CONDITIONS  Types

If the URL https://www.bbccss.com/google-analytics&cid=12313, Protocol is https

Subdomain

Specify one or more subdomains that must exist in the URL.

Adobe Launch Rules Guide (3)——CONDITIONS  Types
URL Parameter

Specify URL parameter used in the URL

Adobe Launch Rules Guide (3)——CONDITIONS  Types

If the URL https://www.bbccss.com/google-analytics&cid=12313, the URL Parameter is cid

 


If you don't understand, You can leave a comment below.
Like (4)
Post my comment
Cancel comment
Expression Bold Strikethrough Center Italic

Hi, you need to fill in your nickname and email!

  • Nickname (required)
  • Email (required)
  • Website