Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.51 KB

ApplicationCampaignAnalytics.md

File metadata and controls

20 lines (17 loc) · 1.51 KB

TalonOne.Model.ApplicationCampaignAnalytics

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.
CampaignId int The ID of the campaign.
CampaignName string The name of the campaign.
CampaignTags List<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]

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