CTA

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

  • commentLink in Comments

  • countdown — Live Stream Countdown View

  • feedback — Live Stream Feedback View

  • poll — Poll

  • share — Social Sharing

  • sponsorSponsor Badge

This message is sent by the LiSA Player to the host app / environment.

Properties

Along with all standard Message properties, a CTA message includes the following additional properties:

Name
Type
Description

auxiliaryData

Required.

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 AuxiliaryData for detailed information.

ctaType

Required.

The ctaType property specifies the distinct type of a CTA. Refer to CtaType for detailed information.

mediaItemId

Required.

The mediaItemId property uniquely identifies the Media Item from which this message originates.

mediaItemType

Required.

The mediaItemType property specifies the type of Media Item from which this message originates. Refer to MediaItemType for detailed information.

messageType

Required.

lsc:cta:click

progress

Required.

The progress property is an object that holds additional metadata related to the media playback progress of the current media item. Please refer to MediaProgress for detailed information.


Type Definition


AuxiliaryData

CtaType

Last updated