Aller au contenu

SharingPageProduct

Ce contenu n’est pas encore disponible dans votre langue.

SharingPageProduct = { imageUrl?: string; link?: string; title: string; utmContent?: string; }

Defined in: types/rpc/displaySharingPage.ts:9

Product information to display on the sharing page

optional imageUrl?: string

Defined in: types/rpc/displaySharingPage.ts:17

Optional product image URL


optional link?: string

Defined in: types/rpc/displaySharingPage.ts:22

Optional product-specific sharing link When provided and the product is selected, this link is used instead of the default sharing link


title: string

Defined in: types/rpc/displaySharingPage.ts:13

The product title / name


optional utmContent?: string

Defined in: types/rpc/displaySharingPage.ts:27

Optional utm_content value to apply when this product is selected. Falls back to the page-level attribution.utmContent when omitted.