| 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. | |
| campaignId | Long | The ID of the campaign. | |
| campaignName | String | The name of the campaign. | |
| campaignTags | List<String> | A list of tags for the campaign. | |
| campaignState | CampaignStateEnum | The state of the campaign. Note: A disabled or archived campaign is not evaluated for rules or coupons. | |
| totalRevenue | AnalyticsDataPointWithTrendAndInfluencedRate | [optional] | |
| sessionsCount | AnalyticsDataPointWithTrendAndInfluencedRate | [optional] | |
| avgItemsPerSession | AnalyticsDataPointWithTrendAndUplift | [optional] | |
| avgSessionValue | AnalyticsDataPointWithTrendAndUplift | [optional] | |
| totalDiscounts | AnalyticsDataPointWithTrend | [optional] | |
| couponsCount | AnalyticsDataPointWithTrend | [optional] |
| Name | Value |
|---|---|
| EXPIRED | "expired" |
| SCHEDULED | "scheduled" |
| RUNNING | "running" |
| DISABLED | "disabled" |
| ARCHIVED | "archived" |
| STAGED | "staged" |