Payload Definition

The payload definitions for each event listed in the Bridge Guide are as follows.

sauceShowroomMoveBanner

Passes the predefined values when a banner is clicked.

Property

Type

Description

bannerId

String

BannerId

linkTypeCode

'URL' | 'APP_SCHEME' | 'NONE'

linkType
'URL': URL
'APP_SCHEME': APP_SCHEME
'NONE': 링크 없음

linkUrl

String

URL linked to the banner

linkUrlTargetTypeCode

'SELF' | 'BLANK' | null

How the link opens
'SELF': current window
'BLANK': (only applies if linkTypeCode is not 'NONE')

partnerUniqueId

String

Partner ID

sauceShowroomMoveProduct

Passes the predefined values when a product is clicked.

PropertyTypeDescription
linkUrlStringURL linked to the product
partnerUniqueIdStringPartner ID
productUniqueIdStringProduct ID

sauceShowroomMoveSauceClipPlayer

Passes the required values when navigating to the clip player.

PropertyTypeDescription
clipCurationIdStringCuration ID of the clip
clipIdStringClip ID
clipUrlStringClip player URL
partnerUniqueIdStringPartner ID

sauceShowroomMoveSauceLivePlayer

Passes the required values when navigating to the live player.

Property

Type

Description

broadcastId

String

LIVE/VOD ID

broadcastUrl

String

Live player URL

partnerUniqueId

String

Partner ID

vodCurationId

String | undefined

Curation ID of the linked VOD
(Only present when clicked from VOD curation)

sauceShowroomTurnOnNotification

Passes the relevant values when clicking to receive a live notification.

PropertyTypeDescription
broadcastIdStringLIVE ID
broadcastUrlStringLive player URL
memberIdStringUser identifier ID
partnerUniqueIdStringPartner ID
programmingStartDtStringScheduled start time of the live, format: YYYY-MM-DD hh:mm:ss (UTC)
programmingEndDtStringScheduled end time of the live, format: YYYY-MM-DD hh:mm:ss (UTC)

sauceShowroomTurnOffNotification

Passes the relevant values when clicking to cancel a live notification.

PropertyTypeDescription
broadcastIdStringLIVE ID
broadcastUrlStringLive player URL
memberIdStringUser identifier ID
partnerUniqueIdStringPartner ID
programmingStartDtStringScheduled start time of the live, format: YYYY-MM-DD hh:mm:ss (UTC)
programmingEndDtStringScheduled end time of the live, format: YYYY-MM-DD hh:mm:ss (UTC)

sauceShowroomMemberLogin

Requests the event without a payload.

PropertyTypeDescription
---

sauceShowroomTurnOnNotificationCallback

Passes the predefined value upon successful notification registration.

PropertyTypeDescription
broadcastIdStringLIVE ID

sauceShowroomTurnOffNotificationCallback

Passes the predefined value upon successful notification cancellation.

PropertyTypeDescription
broadcastIdStringLIVE ID