Events

Last Updated - Platform v23.1

User

The user is identified on iOS using the PoqUserID.

Tags

Added when the user registers or logs in. Removed when the user logs out.

- LoggedIn

Added when the user adds an item to their Cart. Removed when the user purchases or clears their Cart.

- AbandonedCart

Updated when the user switches country. Used to identify user groups per country.

- {CountryCode} # GB, US...

Events

All poq events are forwarded to Airship. Some events are modified as follows.

Parameters written as ... are sent as the defaults for the poq event without modification.

Cart

The addToBag event is renamed item_to_bag.

item_to_bag:
...

Catalogue

The share event is renamed shared.

shared:
...

Checkout

The order event is renamed purchased and the revenue is sent with the event as its value.

purchased:
value: total # 20.96
...

Wishlist

The addToWishlist event is renamed add_to_wishlist.

add_to_wishlist:
...

Other

The screen event is tracked using Airships trackScreen API. The ScreenID is set to the poq screen name without spaces.

Airship.trackScreen:
id: screenName.withoutSpaces # HomeScreen, ProductDetailsScreen...