Airbridge gathers as many identifiers as possible and chooses the most suitable one for various purposes.
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 analyze app and web user journeys within the Funnel Report.
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.
If none of these identifiers are available, the Airbridge SDK generates a Random Generated ID.
Below is a list of identifiers that Airbridge may use as candidates for the Airbridge Device ID.
Identifier | Source | Description |
---|---|---|
GAID | Android | A unique identifier provided per device in Android. |
AppSetID | Android | An identifier provided per developer account in Android. The same identifier is used across different apps if they belong to the same developer. |
IDFA | iOS | A unique identifier provided per device in iOS. Starting from iOS 14.5, it is only available if the user consents to the data tracking via the ATT (App Tracking Transparency) prompt. |
IDFV | iOS | An identifier provided per developer account in iOS. The same identifier is used across different apps if they belong to the same developer. |
Random Generated ID | Airbridge | When no identifiers are available on Android or iOS, the Airbridge SDK generates a random ID. |
These identifiers typically appear as 32-character alphanumeric strings, such as 38400000-8cf0-11bd-b23e-10b96e40000d
.
Below are the Airbridge features where the Airbridge Device ID is used.
Note
Since 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, Analytics Report, Trend Report | · Metrics ending in “Users (App)” |
Retention Report | · All data aggregated for the Retention Report |
Revenue Report | · Metrics such as “Users”, “ARPU”, and “ARPPU” |
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 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.
Airbridge Features | Scope of Use |
---|---|
Overview Dashboard, Analytics Report, Trend Report | · GroupBy settings using "Is First Event Per User ID" |
Active User Report | · "DAU (Web)", "Paying Users (Web)", "ARPU (Web)", "ARPPU (Web)" |
Web Raw Data Export | · "User ID", "Is First Event per User ID", "Is First Event per User ID By Airbridge", "Is First Event per User ID By", "Is First Event per User ID By Client" that can be selected from the [Select Event Property] step |
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 Features | Scope of Use |
---|---|
Overview Dashboard, Analytics Report, Trend Report | · Metrics ending in “Users (Web)” |
Active User Report | · "DAU (Web)", "Paying Users (Web)", "ARPU (Web)", "ARPPU (Web)" |
Web Raw Data Export | · "Cookie ID", "User ID", "Is First Event per User ID", "Is First Event per User ID By Airbridge", "Is First Event per User ID By", "Is First Event per User ID By Client" that can be selected from the [Select Event Property] step |
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.
Airbridge Features | Scope of Use |
---|---|
Funnel Report | · "User" as identifier |
Airbridge determines whether an event is the first based on either the Airbridge device ID or the user 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.
Airbridge Device ID | Event Category | Is First Event per Device ID | Event Datetime |
---|---|---|---|
D1 | Install (App) | true | 2020-06-22 21:36:00 |
D1 | Install (App) | false | 2020-06-23 09:00:00 |
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.
User ID | Event Category | Is First Event per User ID | Event Datetime |
---|---|---|---|
U1 | Order Complete (App) | true | 2020-06-24 17:00:00 |
U1 | Order Complete (Web) | false | 2020-06-25 18:00:00 |
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.
Note
The identifiers in the scenarios below are simplified to facilitate your understanding; real-world identifiers are more complex.
Identifiers used in Airbridge are not always collected. For example, Airbridge Device ID may be unavailable due to LAT (Limited Ad Tracking) or ATT (App Tracking Transparency) policies. Similarly, the user ID may not be available if the user does not sign up or log into your service.
Unique users refer to distinct users in reports, excluding those counted multiple times based on identifiers.
In general, when a user uses multiple devices to use your service, multiple device IDs will be collected, as illustrated in the table below.
Device ID |
User ID |
Airbridge ID |
---|---|---|
T | Rachel | 200 |
A | Rachel | 200 |
C | Rachel | 200 |
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.
Multiple users may be sharing a single device, as illustrated in the table below.
Device ID |
User ID |
Airbridge ID |
---|---|---|
B | Daniel | 56 |
B | Amy | 57 |
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.
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.
Device ID |
User ID |
Airbridge ID |
---|---|---|
X | Noel | 300 |
Y | - | 301 |
Z | - | 302 |
Z | - | 302 |
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.
Real-world scenarios are often complex, as illustrated in the table below.
Device ID |
User ID |
Airbridge ID |
---|---|---|
A | Tai | 400 |
B | Sunny | 401 |
C | Dana | 402 |
D | Dana | 402 |
E | Dana | 402 |
F | - | 403 |
To generate the Airbridge ID, Airbridge ties each of the 3 user IDs (Tai, Sunny, Dana) to the respective device IDs (A, B, C, D, E). Note that there is a case where 1 user ID (Dana) is tied to 3 device IDs (C, D, E). For the user whose device ID is available but the user ID is not, a separate Airbridge ID (403) is generated for the device ID (F).
As a result, when using the Airbridge ID, 4 unique users are identified. When using the user ID, 3 unique users are identified, and when using the device ID, 6 unique users are identified.
Was this helpful?