Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Work In Progress - to be updated soon

Event Name

Description

Properties

Property Description

Save Address

Triggered when a user saves a Delivery Address to their account

Customer ID

rbiCognitoId of the user

Address Type

A string with the input if user chose Home, Work . If user choses Other location , Address Type will equal to the input of what the user added as their Other Location

All other general attributes

Note that the save address covers both the previous and the new implementation.

Select Delivery Saved Address

Triggered when a user saves a Delivery Address to their account

Customer ID

rbiCognitoId of the user

Address Type

A string with the input if user chose Home, Work . If user choses Other location , Address Type will equal to the input of what the user added as their Other Location

All other general attributes

Select Delivery Recent Address

Triggered when an user selects a delivery recent address

Customer ID

rbiCognitoId of the user

Address Type

A string with recent

All other general attributes

To be added

eCommerce Purchase (new attributes)

All details on eCommerce Purchase event can be found here

New attributes will be added to the existing eCommerce Purchase event to track when a user has made an online purchase with a Saved Delivery Address

Address Type

A string with the input if user chose Home, Work . If user choses Other location , Address Type will equal to the input of what the user added as their Other Location. If the user chooses a Recent Address, the value will be recent

hasSavedDeliveryAddress

A boolean (TRUE or FALSE). If it is set to True, it means user checked out with Saved a Delivery address or user went through the flow to Save the Delivery Address for the first time. If set to False, user is completing a purchase without having Saved a Delivery Address

hasSelectedRecentAddress

A boolean(TRUE or FALSE). If it is set to true, it means the user checked out with a Recent Address. If set to false, the user completed the purchase without using Recent Address.

hasRecentAddress

A boolean(TRUE or FALSE). If it is set to true, it means the user has seen Recent Addresses.

Grant Location Permission

Triggered when a user grants access to the device’s location.

  • No labels