Types of Identifiers Used in Airbridge
Airbridge uses 4 main types of identifiers: Airbridge Device ID, User ID, Cookie ID, and Airbridge ID.- Airbridge Device ID is used to identify users in app environments.
- User ID and Cookie ID are used to identify users in web environments. These are also used in features that transmit or export identifiers, such as Audience Manager and Raw Data Export.
- Airbridge ID is used to consolidate app and web user journeys. The Funnel, Retention, and Revenue reports use the Airbridge ID to count users when the [Identifier] is set to User.
Airbridge Device ID
Airbridge Device ID is used to identify users based on their device.- For Android, Airbridge collects GAID and App Set ID, and for iOS, it collects IDFA and IDFV. Among these, the most suitable identifier is selected and used as the Airbridge Device ID.
Identifier candidates for Airbridge Device ID
Identifier candidates for Airbridge Device ID
These identifiers typically appear as 32-character alphanumeric strings, such as
38400000-8cf0-11bd-b23e-10b96e40000d.NoteSince only one of the candidate identifiers is selected as the Airbridge Device ID, the identifier used may vary depending on the specific Airbridge feature.
| Airbridge Feature | Scope of Usage |
|---|---|
| Overview Dashboard, Actuals Report, Trend Report | · Metrics ending in “Users (App)” · Cohort metrics · GroupBy settings using “Is First Event Per Device ID” |
| Retention Report | All data aggregated when the [Identifier] is set to Device |
| Revenue Report | User Count, ARPU, ARPPU, and PUR metrics and the Users, Paying Users, and CAC sub-metrics, when the [Identifier] is set to Device |
| Active User Report | “DAU (App)”, “Paying Users (App)”, “ARPU (App)”, “ARPPU (App)” |
| Funnel Report | “Device” as identifier |
| Audience Manager | “Audience Identifier” sent to ad channels |
| App Raw Data Export | “Airbridge Device ID”, “Airbridge Device ID Type”, and “Is First Event Per Device ID” that can be selected from the [Select Event Property] step |
User ID
User ID is used to identify users based on the information they provide when signing up or logging in to your service. If Airbridge can’t collect this information directly, the client must send the user ID via a server-to-server (S2S) integration. Below are the Airbridge features where the user ID is used.Cookie ID
Cookie ID is used to identify users based on information stored in cookies in web environments. Below are the Airbridge features where the cookie ID is used.Airbridge ID
Airbridge ID is used to identify users by utilizing both the user ID and the Airbridge device ID when available. It is primarily generated based on the user ID, and if the user ID is not available, it is generated based on the Airbridge device ID. Airbridge ID is created by Airbridge to track user journeys across both app and web environments. Below are the Airbridge features where Airbridge ID is used.Determining first events
Airbridge determines whether an event is the first based on either the Airbridge device ID or the user ID.Is First Event per Device ID
Is First Event per Device ID
When this GroupBy option is selected, Airbridge determines whether an app event is the first based on the Airbridge Device ID. If the event is the first based on the Airbridge Device ID, it is marked as
true. If not, it is marked as false. If the Airbridge Device ID is missing or invalid, the value is shown as null.Refer to the example below.Is First Event per User ID
Is First Event per User ID
When this GroupBy option is selected, Airbridge determines whether a web or app event is the first based on the user ID. If the event is the first based on the user ID, it is marked as
true. If not, it is marked as false. If the user ID is missing or invalid, the value is shown as null.Refer to the example below.In this example, the Order Complete event that occurred in the app is the first event. Although the Order Complete event on the web is the first from the web’s perspective, it is not considered the first event because first-event determination takes both web and app events into account.
Understanding Identifiers Used in Airbridge
NoteThe identifiers in the scenarios below are simplified to facilitate your understanding; real-world identifiers are more complex.
Determining unique users in reports
Unique users refer to distinct users in reports, excluding those counted multiple times based on identifiers.When multiple device IDs are connected to a single user ID
When multiple device IDs are connected to a single user ID
In general, when a user uses multiple devices to use your service, multiple device IDs will be collected, as illustrated in the table below.
Table
| Device ID | User ID | Airbridge ID |
|---|---|---|
| T | Rachel | 200 |
| A | Rachel | 200 |
| C | Rachel | 200 |
Determining unique users
To generate the Airbridge ID, Airbridge ties each user ID (Rachel) to the respective device IDs (T, A, C).As a result, when using the user ID or the Airbridge ID, only 1 unique user is identified. When using the device ID, 3 unique users are identified because each device ID is considered to be a different user.When multiple user IDs are connected to a single device ID
When multiple user IDs are connected to a single device ID
Multiple users may be sharing a single device, as illustrated in the table below.
Table
| Device ID | User ID | Airbridge ID |
|---|---|---|
| B | Daniel | 56 |
| B | Amy | 57 |
Determining unique users
To generate the Airbridge ID, Airbridge ties each of the 2 user IDs (Daniel, Amy) to the respective device ID (B).As a result, when using the user ID or the Airbridge ID, 2 unique users are identified. When using the device ID, only 1 unique user is identified.When the user ID is not available
When the user ID is not available
Oftentimes, the user ID is not available because the user does not bother to sign in every time. Without the user ID to be matched with device IDs, the Airbridge ID is generated for each device ID, as illustrated in the table below.
Table
| Device ID | User ID | Airbridge ID |
|---|---|---|
| X | Noel | 300 |
| Y | - | 301 |
| Z | - | 302 |
| Z | - | 302 |
Determining unique users
Multiple users may be sharing a single device whose device ID is Z. However, because there are no multiple user IDs available, a separate Airbridge ID (302) is generated for the device ID (Z).As a result, when using the device ID or the Airbridge ID, 3 unique users are identified. When using the user ID, only 1 unique user is identified because users whose user ID is not available cannot be identified.When multiple user IDs and multiple device IDs are available
When multiple user IDs and multiple device IDs are available
Real-world scenarios are often complex, as illustrated in the table below.
Table
| Device ID | User ID | Airbridge ID |
|---|---|---|
| A | Tai | 400 |
| B | Sunny | 401 |
| C | Dana | 402 |
| D | Dana | 402 |
| E | Dana | 402 |
| F | - | 403 |