Is First Event per Device/User ID

Airbridge identifies first events (e.g. first installation, first purchase) using the below logic. Two types of IDs are used.



Is First Event per Device ID

DeviceID is provided and used for mobile app events only.

Device IDEvent CategoryEvent TimeIs First Event per Device ID
deviceID1Install (App)2020-06-24 17:00:00true
deviceID1Install (App)2020-06-25 18:00:00false



Is First Event per User ID

UserID is provided and used for both web and app events. The event category of the first event is applied to the Web + App platform.

User IDEvent CategoryEvent TimeIs First Event per User ID
userID1Order Complete (App)2020-06-22 21:36:00true
userID1Order Complete (Web)2020-06-23 09:00:00false



Additional Notes

  • If "Is First Event Per Device" is null: DeviceID is empty or not the right format.
  • If "Is First Event Per User" is null: UserID is empty or not the right format.