CTA — Sponsor Badge
The LiSA Player generates a message whenever a the sponsor badge in the Live Player is clicked.
This message is sent by the LiSA Player to the host app / environment.
Properties
Along with all standard CTA message properties, a Sponsor Badge message includes the following additional properties:
auxiliaryData
Required.
The auxiliaryData property is an object that holds additional metadata related to a Call-to-Action.
Please refer to AuxiliaryData for detailed information.
ctaType
Required.
sponsor
Legacy Properties
If your integration uses LiSA Player Version 1, none of the properties described above will be available.
For LiSA Player Version 2, legacy properties can be ignored.
action
Required.
click
⚠️ Please use messageType instead.
ctaId
Required.
sponsor-badge
⚠️ Please use ctaType instead.
ref
Required.
sponsor-badge
⚠️ Please use ctaType instead.
sponsorId
Optional.
The sponsorId field represents a unique identifier for a sponsor.
This ID can be used by the host app or environment to retrieve detailed sponsorship information.
It helps associate sponsored content, branding, or promotions with the relevant sponsor.
⚠️ Please use messageType instead.
sponsorLabel
Required.
The sponsorLabel field represents the text displayed on the sponsor badge in the Player header.
⚠️ Please use auxiliaryData.sponsorLabel instead.
target
Required.
cta
⚠️ Please use messageType instead.
type
Required.
lsc:cta:click
⚠️ Please use messageType instead.
Type Definition
AuxiliaryData
AuxiliaryDatasponsorId
Optional.
The sponsorId field represents a unique identifier for a sponsor.
This ID can be used by the host app or environment to retrieve detailed sponsorship information.
It helps associate sponsored content, branding, or promotions with the relevant sponsor.
sponsorLabel
Required.
The sponsorLabel field represents the text displayed on the sponsor badge in the Player header.
Examples
Last updated