TrackArrivalParams
TrackArrivalParams = {
referralTimestamp?:number;referrerClientId?:string;referrerMerchantId?:string;referrerWallet?:Address; }
Defined in: types/tracking.ts:47
Properties
Section titled “Properties”referralTimestamp?
Section titled “referralTimestamp?”
optionalreferralTimestamp?:number
Defined in: types/tracking.ts:53
Epoch seconds timestamp from the referral link creation
referrerClientId?
Section titled “referrerClientId?”
optionalreferrerClientId?:string
Defined in: types/tracking.ts:50
referrerMerchantId?
Section titled “referrerMerchantId?”
optionalreferrerMerchantId?:string
Defined in: types/tracking.ts:51
referrerWallet?
Section titled “referrerWallet?”
optionalreferrerWallet?:Address
Defined in: types/tracking.ts:49
Sharer wallet address. Accepted in both V1 (legacy) and V2 (authenticated sharer) contexts.