stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerJourney

AdminTypes.CustomerJourney interface

Represents a customer’s visiting activities on a shop’s online store.

Signature:

export interface CustomerJourney 

Properties

Property Modifiers Type Description
customerOrderIndex   Scalars[‘Int’][‘output’] The position of the current order within the customer’s order history.
daysToConversion   Scalars[‘Int’][‘output’] The amount of days between first session and order creation date. First session represents first session since the last order, or first session within the 30 day attribution window, if more than 30 days has passed since the last order.
firstVisit   CustomerVisit The customer’s first session going into the shop.
lastVisit?   Maybe<CustomerVisit> (Optional) The last session before an order is made.
moments   Array<CustomerMoment> Events preceding a customer order, such as shop sessions.