Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.5 KB

ApplicationCampaignAnalytics.md

File metadata and controls

21 lines (17 loc) · 1.5 KB

ApplicationCampaignAnalytics

Properties

Name Type Description Notes
start_time datetime The start of the aggregation time frame in UTC.
end_time datetime The end of the aggregation time frame in UTC.
campaign_id int The ID of the campaign.
campaign_name str The name of the campaign.
campaign_tags list[str] A list of tags for the campaign.
campaign_state str The state of the campaign. Note: A disabled or archived campaign is not evaluated for rules or coupons.
total_revenue AnalyticsDataPointWithTrendAndInfluencedRate [optional]
sessions_count AnalyticsDataPointWithTrendAndInfluencedRate [optional]
avg_items_per_session AnalyticsDataPointWithTrendAndUplift [optional]
avg_session_value AnalyticsDataPointWithTrendAndUplift [optional]
total_discounts AnalyticsDataPointWithTrend [optional]
coupons_count AnalyticsDataPointWithTrend [optional]

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