feat(analytics): add behavior and payment funnel tracking
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import type { PayChannel } from "@/data/dto/payment";
|
||||
import type { PaymentAnalyticsContext } from "@/lib/analytics/payment_analytics_context";
|
||||
import type {
|
||||
PendingChatUnlockKind,
|
||||
PendingChatPromotion,
|
||||
@@ -13,6 +14,7 @@ export interface OpenSubscriptionInput {
|
||||
payChannel?: PayChannel;
|
||||
returnTo?: AppSubscriptionReturnTo;
|
||||
replace?: boolean;
|
||||
analytics?: PaymentAnalyticsContext;
|
||||
}
|
||||
|
||||
export interface StartMessageUnlockInput {
|
||||
@@ -37,4 +39,5 @@ export interface OpenSubscriptionForPendingUnlockInput {
|
||||
returnUrl: string;
|
||||
type: AppSubscriptionType;
|
||||
payChannel?: PayChannel;
|
||||
analytics?: PaymentAnalyticsContext;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user