CTA
Last updated
Last updated
When a Call-to-Action (CTA) is clicked in the LiSA Player, a message is sent containing detailed information about the CTA intent and any relevant auxiliary data.
The player distinguishes different types of CTAs.
calendar
— Add to Calendar
comment
—
countdown
— Live Stream Countdown View
feedback
— Live Stream Feedback View
poll
— Poll
share
— Social Sharing
sponsor
—
This message is sent by the LiSA Player to the host app / environment.
Along with all standard , a CTA message includes the following additional properties:
auxiliaryData
Required.
ctaType
Required.
mediaItemId
Required.
The mediaItemId
property uniquely identifies the Media Item from which this message originates.
mediaItemType
Required.
messageType
Required.
lsc:cta:click
progress
Required.
AuxiliaryData
CtaType
The auxiliaryData
property is an object that holds additional metadata related to a Call-to-Action. The structure and contents of this object vary depending on the specific type of CTA being used.
Please refer to for detailed information.
The ctaType
property specifies the distinct type of a CTA.
Refer to for detailed information.
The mediaItemType
property specifies the type of Media Item from which this message originates.
Refer to for detailed information.
The progress
property is an object that holds additional metadata related to the media playback progress of the current media item.
Please refer to for detailed information.