Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 2.98 KB

CampaignAnalytics.md

File metadata and controls

35 lines (30 loc) · 2.98 KB

# CampaignAnalytics

Properties

Name Type Description Notes
date \DateTime
campaignRevenue float Amount of revenue in this campaign (for coupon or discount sessions).
totalCampaignRevenue float Amount of revenue in this campaign since it began (for coupon or discount sessions).
campaignRefund float Amount of refunds in this campaign (for coupon or discount sessions).
totalCampaignRefund float Amount of refunds in this campaign since it began (for coupon or discount sessions).
campaignDiscountCosts float Amount of cost caused by discounts given in the campaign.
totalCampaignDiscountCosts float Amount of cost caused by discounts given in the campaign since it began.
campaignRefundedDiscounts float Amount of discounts rolledback due to refund in the campaign.
totalCampaignRefundedDiscounts float Amount of discounts rolledback due to refund in the campaign since it began.
campaignFreeItems int Amount of free items given in the campaign.
totalCampaignFreeItems int Amount of free items given in the campaign since it began.
couponRedemptions int Number of coupon redemptions in the campaign.
totalCouponRedemptions int Number of coupon redemptions in the campaign since it began.
couponRolledbackRedemptions int Number of coupon redemptions that have been rolled back (due to canceling closed session) in the campaign.
totalCouponRolledbackRedemptions int Number of coupon redemptions that have been rolled back (due to canceling closed session) in the campaign since it began.
referralRedemptions int Number of referral redemptions in the campaign.
totalReferralRedemptions int Number of referral redemptions in the campaign since it began.
couponsCreated int Number of coupons created in the campaign by the rule engine.
totalCouponsCreated int Number of coupons created in the campaign by the rule engine since it began.
referralsCreated int Number of referrals created in the campaign by the rule engine.
totalReferralsCreated int Number of referrals created in the campaign by the rule engine since it began.
addedLoyaltyPoints float Number of added loyalty points in the campaign in a specific interval.
totalAddedLoyaltyPoints float Number of added loyalty points in the campaign since it began.
deductedLoyaltyPoints float Number of deducted loyalty points in the campaign in a specific interval.
totalDeductedLoyaltyPoints float Number of deducted loyalty points in the campaign since it began.

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