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
Properties
Section titled “Properties”imageUrl?
Section titled “imageUrl?”
optionalimageUrl?:string
Defined in: types/rpc/displaySharingPage.ts:17
Optional product image URL
optionallink?: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
utmContent?
Section titled “utmContent?”
optionalutmContent?: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.