Condition step
About this task
In the Condition step, you specify one or more conditions
under which the event fires. If the conditions are detected, the event
evaluates as True
, and the resulting value or values
are stored and, if configured, made available for reporting.
- You select specific conditions and specify whether All or Any of the conditions must be met for the event to fire.
- The maximum length for selected values of text for step attributes, hit attributes, and events is 256 characters.
Each event must have at least one condition. There is no maximum limit to the number of conditions that an event can have.
Note: You can configure an event to be triggered on every hit by specifying a condition that occurs
in each hit.
- To create complex rules using multiple logical operators (for example, if ((A and B) or C) = true, then fire event), you must configure multiple events or use Advanced Mode, which must be enabled. See Advanced Mode for Events.
Procedure
- From the drop-down in the right panel, select the evaluator
among the following that must be met in order for the condition to
evaluate as
True
:- Evaluator
- Description
Any
- Any of the listed conditions must be true.
All
- All of the listed conditions must be true.
Events occur in the following sequence
- The listed events must occur in the order in which they are listed. See SpecialEventTypes_46.html#TEMEventsTab-SpecialEventTypes__TEMEventsTab-SequenceEvents.
Distance between events is between the following number of seconds
- The distance between the listed events is measured to be within the specified range of seconds. See SpecialEventTypes_46.html#TEMEventsTab-SpecialEventTypes__TEMEventsTab-DistanceEvents.
Distance between events is between the following number of hits
- The distance between the listed events is measured to be within the specified range of hits. See SpecialEventTypes_46.html#TEMEventsTab-SpecialEventTypes__TEMEventsTab-DistanceEvents.
- From the left panel, you may add Events, Hit Attributes,
or Session Attributes as conditions:
- If you created a condition that compares the selected event
or attribute to another value, you may configure a specified value
or the value of another event, hit attribute, or session attribute.
- Add and configure extra conditions as needed.
- Click the next step. See Value step.