feat(api-gateway): add limited discount offer purchased to analytics report
This commit is contained in:
parent
268fed19f9
commit
d203ce188a
1 changed files with 8 additions and 0 deletions
|
@ -46,6 +46,14 @@ const requestReport = async (
|
|||
Period.Yesterday,
|
||||
),
|
||||
},
|
||||
{
|
||||
name: AnalyticsActivity.LimitedDiscountOfferPurchased,
|
||||
retention: 0,
|
||||
totalCount: await analyticsStore.calculateActivityTotalCount(
|
||||
AnalyticsActivity.LimitedDiscountOfferPurchased,
|
||||
Period.Yesterday,
|
||||
),
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue