Difference between revisions of "Daily Site Triggers"
m |
|||
Line 17: | Line 17: | ||
* '''Conditions''': A list of conditions which ''when any condition is met'' the message associated with that condition will be sent and the trigger is marked as '''notified''' for the day. | * '''Conditions''': A list of conditions which ''when any condition is met'' the message associated with that condition will be sent and the trigger is marked as '''notified''' for the day. | ||
* '''Recipients''': A list of email addresses to send the message to. | * '''Recipients''': A list of email addresses to send the message to. | ||
+ | |||
+ | == Conditions == | ||
+ | |||
+ | You are permitted to set up to 5 conditions for each trigger; and each action can check the following values: | ||
+ | |||
+ | * The total number of actions which occurred between midnight and the current time (a positive integer value, between 0 and infinity) | ||
+ | * The sum total of data collected in your actions (decimal values between 0 and 1 billion) | ||
+ | |||
+ | You can compare them as follows, each value should be compared to a number you specify: | ||
+ | |||
+ | * is greater than | ||
+ | * is greater than or equal to | ||
+ | * is less than | ||
+ | * is less than or equal to | ||
+ | * is equal to | ||
+ | |||
+ | The difference between '''is greater than''' and '''is greater than or equal to''' is when comparing identical numbers, so: | ||
+ | |||
+ | * 10 is greater than or equal to 10, but | ||
+ | * 10 is NOT greater than 10 | ||
== Sample trigger - hitting goals == | == Sample trigger - hitting goals == | ||
Line 29: | Line 49: | ||
If you wish to be notified when a goal is '''not met''', you can set up a trigger to fire after your goal trigger - note that this will not start checking until 5PM. | If you wish to be notified when a goal is '''not met''', you can set up a trigger to fire after your goal trigger - note that this will not start checking until 5PM. | ||
+ | |||
+ | This trigger translates to: | ||
<div class="well well-sm">If the number of orders in '''Demo Company''' is not 10 orders at 5PM then notify the recipients.</div> | <div class="well well-sm">If the number of orders in '''Demo Company''' is not 10 orders at 5PM then notify the recipients.</div> |
Revision as of 21:10, 9 October 2018
The Daily Site Triggers is a feature of ConversionRuler which sends an email to a specified list of recipients when a condition is met on your site.
Contents
Daily site triggers
- Each trigger will send no email or one and only one email per day.
- Days are based upon your configured site time zone. A day is considered midnight to midnight.
- The conditions you specify are considered a Logical OR meaning if any condition matches - the trigger is marked as notified with the matching condition.
Fields
The fields should be completed as follows:
- Trigger Name: How to display this trigger in the user interface.
- Site: The site for which this trigger will check
- Action: Which action this trigger will check.
- Start Time and End Time: The time range when this trigger is active checking
- Conditions: A list of conditions which when any condition is met the message associated with that condition will be sent and the trigger is marked as notified for the day.
- Recipients: A list of email addresses to send the message to.
Conditions
You are permitted to set up to 5 conditions for each trigger; and each action can check the following values:
- The total number of actions which occurred between midnight and the current time (a positive integer value, between 0 and infinity)
- The sum total of data collected in your actions (decimal values between 0 and 1 billion)
You can compare them as follows, each value should be compared to a number you specify:
- is greater than
- is greater than or equal to
- is less than
- is less than or equal to
- is equal to
The difference between is greater than and is greater than or equal to is when comparing identical numbers, so:
- 10 is greater than or equal to 10, but
- 10 is NOT greater than 10
Sample trigger - hitting goals
This trigger shows an example where certain number of orders or a certain revenue amount should be hit on a daily basis. This trigger translates to:
Sample trigger - failed to hit goals
If you wish to be notified when a goal is not met, you can set up a trigger to fire after your goal trigger - note that this will not start checking until 5PM.
This trigger translates to: