Event properties at a glance
An Airbridge event is made up of the following properties: Event Category, Event Action, Event Label, Event Value, Attribute, and Trigger.Event Category
The Event Category is a required property that you must define for every Airbridge event. It serves as the Airbridge event name. The Event Category also determines which events are sent to ad channels as postbacks. Airbridge events fall into Standard Events and Custom Events, depending on whether the Event Category is predefined. Standard Events use an Event Category predefined by Airbridge, and the dashboard shows the event name based on that Event Category. Custom Events use an Event Category that you create.Naming rules and limitations for Event Category
An Event Category must follow these rules:- It is case-sensitive.
- Standard Event names use an Event Category predefined by Airbridge.
- Custom Event names can contain only letters, numbers, and underscores (
_), and cannot begin withairbridge.. The maximum length is 128 characters. - An Event Category that contains
:cannot be used.
- Events that don’t match the data type aren’t collected. The Event Category data type is string.
- If the collected data exceeds the maximum length of 128 characters, only data up to the limit is collected.
View data by Event Category
To view data collected as the Event Category, select the metric with the same name as the Event Category, or select Event Category as a GroupBy, filter, or property. The data is available in Airbridge reports and raw data exports.
Event Action and Event Label
Event Action and Event Label are additional details collected as strings in an Airbridge event. You can define up to two.Collect any detail with Event Action and Event LabelThe event details are not related to the literal definitions of the words action and label. This means that you can use the Event Action to collect event details that are not related to user actions.
Naming rules and limitations for Event Action and Event Label
Event Action and Event Label must follow these rules:- They can contain letters, Korean characters, and numbers. The maximum length is 128 characters.
- They are case-sensitive. Spaces and special characters (
?,!,,,.,/,&,(,),-,_) are supported. We recommend using only the underscore (_).
- Events that don’t match the data type aren’t collected. The Event Action and Event Label data type is string.
- If the collected data exceeds the maximum length of 128 characters, only data up to the limit is collected.
View data by Event Action and Event Label
To view data collected as the Event Action and Event Label, select Event Action and Event Label as a GroupBy. The data is available in Airbridge reports and raw data exports.
Event Value
The Event Value is an additional detail collected as a number in an Airbridge event. For example, to collect the revenue from events that generate revenue, such as Order Complete or an ad click, include the Event Value in the event.Event Value use case
Event Value use case
Let’s say you have collected data for the “Order Complete” event as shown in the following table:
- The Event Action “Apparel” occurred twice in the Order Complete event.
- The Event Labels “Top” and “Bottom” each occurred once in the Order Complete event.
- The Event Value of the Order Complete event totaled 30,000 KRW, which is the total revenue from the Order Complete event.
Limitations for Event Value
The following limitations apply to data collected as the Event Value:- Events that don’t match the data type aren’t collected. The Event Value data type is float.
- If the collected data exceeds the maximum of 9 decimal places, only data up to 9 decimal places is collected.
Attribute
An Attribute is an additional detail collected in an Airbridge event beyond the Event Action and Event Label. Depending on the Attribute type, it’s collected as a string, a number, and so on.AttentionData collected as the Attribute cannot be viewed in Airbridge reports. If you want to collect event details and view them in Airbridge reports, use the Event Action and the Event Label.
- Semantic Attribute: an Attribute predefined by Airbridge.
- Custom Attribute: an Attribute that you define.
Semantic Attribute
A Semantic Attribute is an Attribute predefined by Airbridge.List of Semantic Attributes
List of Semantic Attributes
Find the Semantic Attributes supported by Airbridge below.
Example code for sending Semantic Attributes - Web
Example code for sending Semantic Attributes - Web
Custom Attribute
A Custom Attribute is an Attribute that you define. All data collected as Custom Attributes is contained in a single column in raw data exports. For example, if you define an item type and quantity as Custom Attributes, both sword and 1 are contained in a single column.Example code for Custom Attributes - Web
Example code for Custom Attributes - Web
Limitations for Attribute
The following limitations apply to data collected as the Attribute:- Events that don’t match the Semantic Attribute data type aren’t collected. Be careful, as the data type differs for each Semantic Attribute.
- If data collected as a Semantic Attribute exceeds the maximum length, only data up to the limit is collected. The maximum length is 1,024 characters for string and 64 bits for integer or float.
- The maximum length for a Custom Attribute is 2,048. If it exceeds this length, it’s recorded as
ERROR_MAX_LENGTH_EXCEEDED.