Skip to content

AttributionDefaults

AttributionDefaults = Omit<AttributionParams, "utmContent">

Defined in: types/tracking.ts:45

Merchant-level attribution defaults.

Same shape as AttributionParams minus utmContent, because utm_content describes the specific content/creative being shared and is inherently per-call or per-product (never a merchant-wide default).

Used as the shape for both:

  • FrakWalletSdkConfig.attribution (SDK-side compile-time defaults)
  • Backend merchant-config attribution (dashboard-driven defaults)