AttributionParams
Ce contenu n’est pas encore disponible dans votre langue.
AttributionParams = {
ref?:string;utmCampaign?:string;utmContent?:string;utmMedium?:string;utmSource?:string;utmTerm?:string;via?:string; }
Defined in: types/tracking.ts:24
Attribution parameters appended to outbound sharing URLs.
Defaults are derived from the V2 Frak context when available:
utmSource:"frak"utmMedium:"referral"utmCampaign: merchantId (context.m)via:"frak"ref: clientId (context.c)
Fields explicitly set here override the defaults. Existing params on the base URL are preserved (gap-fill policy) to respect merchant-provided UTMs.
Properties
Section titled “Properties”
optionalref?:string
Defined in: types/tracking.ts:31
utmCampaign?
Section titled “utmCampaign?”
optionalutmCampaign?:string
Defined in: types/tracking.ts:27
utmContent?
Section titled “utmContent?”
optionalutmContent?:string
Defined in: types/tracking.ts:28
utmMedium?
Section titled “utmMedium?”
optionalutmMedium?:string
Defined in: types/tracking.ts:26
utmSource?
Section titled “utmSource?”
optionalutmSource?:string
Defined in: types/tracking.ts:25
utmTerm?
Section titled “utmTerm?”
optionalutmTerm?:string
Defined in: types/tracking.ts:29
optionalvia?:string
Defined in: types/tracking.ts:30