Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.47 KB

File metadata and controls

20 lines (12 loc) · 1.47 KB

ApplicationAnalyticsDataPoint

Properties

Name Type Description Notes
startTime OffsetDateTime The start of the aggregation time frame in UTC.
endTime OffsetDateTime The end of the aggregation time frame in UTC.
totalRevenue AnalyticsDataPoint The total, pre-discount value of all items purchased in a customer session. [optional]
sessionsCount AnalyticsDataPoint The number of all closed sessions. The `influenced` value includes only sessions with at least one applied effect. [optional]
avgItemsPerSession AnalyticsDataPoint The number of items from sessions divided by the number of sessions. The `influenced` value includes only sessions with at least one applied effect. [optional]
avgSessionValue AnalyticsDataPoint The average customer session value, calculated by dividing the revenue value by the number of sessions. The `influenced` value includes only sessions with at least one applied effect. [optional]
totalDiscounts BigDecimal The total value of discounts given for cart items in influenced sessions. [optional]
couponsCount BigDecimal The number of times a coupon was successfully redeemed in influenced sessions. [optional]