Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.64 KB

ApplicationCampaignAnalytics.md

File metadata and controls

35 lines (24 loc) · 1.64 KB

ApplicationCampaignAnalytics

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.
campaignId Integer 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]

Enum: CampaignStateEnum

Name Value
EXPIRED "expired"
SCHEDULED "scheduled"
RUNNING "running"
DISABLED "disabled"
ARCHIVED "archived"