Creating an event

Overview

All custom and auotracked events are automatically added to the "Events" list as soon as they are sent to Intempt. However, if you want to create more granular (filtered) versions of these events, you can use the "Create event" functionality.

Use case

For example, there is an autotrack event called "View page." This event is useful for general analytics but is not specific enough to provide details on user behavior.

To resolve this, you could define the URL match condition (what URL the user visited) to target users who visited a specific page, like "Pricing". In this case, you can create an event using "Page view" as the base and then apply the URL condition like contains "/pricing " to create an event "Pricing page view."

With this approach, you can re-use this event in other features like segments, journeys, and personalization for quick targeting definition instead of applying the same filters individually each time.

Creating events

Under the "Audiences" tab, select "Events" -> Create Event.


In the next step, you need to select the source that you want to create the event. Refer to Sourceson how to create them.

Each source has its event types that you can build upon. See the reference in the Event types

Event attributes

Next, select the attributes you want to filter the event. You can scroll through all of the options via the "All" tab or filter them based on the attribute type, selecting "Event," "User," or "Account" attributes.

📘

Important to note

The attributes you will see in this dropdown will only be ones which are sent within the events payload - not across all attributes that are available in the platform

Refer to Attribute referencefor a full breakdown of different attribute types and their descriptions.


Attribute operators

You can filter the selected attributes by different operators. Depending on the attribute's data type (refer to icons near the attribute name), you will get different operator selection options.

For example, below is a string data type operator selected.

Below is an integer data type attribute that was selected.


For a full breakdown of different data types and their respective operators, refer to Data types.


Filters and condition groups

There are two levels of filtration when creating the event.

"Add filter" allows you to add a filter condition on the same level as the other rows in the group. This means that both conditions are treated equally (there is no hierarchy or nesting).

"Add condition group" allows the creation of a complex event condition with multiple filters within different condition groups. For example, in the condition below, the event will be triggered if :

A [Refer and Session duration matches the filters] OR B [UTM term matches the filter] matches


Additional editing options

While editing an event, you can perform additional editing actions per each row:

  • Duplicate - duplicates the row with the conditions defined in the filter.
  • Delete - deletes the selected row. If you delete the last row in a condition group, it removes it completely.

Event formula

Event formula dynamically displays the event definition. Letters in blue color show the created filtering conditions within the Event (e.g. A and B). Letters between the conditions display the formula conditions between the filters. Filtering conditions in the brackets indicate the prioritization conditions