Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.54 KB

ApplicationCampaignAnalytics.md

File metadata and controls

37 lines (22 loc) · 1.54 KB

TalonOne.ApplicationCampaignAnalytics

Properties

Name Type Description Notes
startTime Date The start of the aggregation time frame in UTC.
endTime Date The end of the aggregation time frame in UTC.
campaignId Number The ID of the campaign.
campaignName String The name of the campaign.
campaignTags [String] A list of tags for the campaign.
campaignState String 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

  • expired (value: "expired")

  • scheduled (value: "scheduled")

  • running (value: "running")

  • disabled (value: "disabled")

  • archived (value: "archived")