GraphQL OBJECT
SessionsStatistics
How many sessions for the promoted product have been placed.
link Definition
- type SessionsStatistics {
- # How many sessions have been placed in the past month.
- : StatisticValue
- # How many sessions have been placed in the past 14 days.
- : StatisticValue
- # How many sessions have been placed in the past 24 hours.
- : StatisticValue
- # How many sessions have been placed in the past 3 months.
- : StatisticValue
- }