Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.17 KB

ApplicationAnalyticsDataPoint.md

File metadata and controls

18 lines (13 loc) · 1.17 KB

# ApplicationAnalyticsDataPoint

Properties

Name Type Description Notes
startTime \DateTime The start of the aggregation time frame in UTC.
endTime \DateTime The end of the aggregation time frame in UTC.
totalRevenue \TalonOne\Client\Model\AnalyticsDataPoint [optional]
sessionsCount \TalonOne\Client\Model\AnalyticsDataPoint [optional]
avgItemsPerSession \TalonOne\Client\Model\AnalyticsDataPoint [optional]
avgSessionValue \TalonOne\Client\Model\AnalyticsDataPoint [optional]
totalDiscounts float The total value of discounts given for cart items in influenced sessions. [optional]
couponsCount float The number of times a coupon was successfully redeemed in influenced sessions. [optional]

[Back to Model list] [Back to API list] [Back to README]