CTA — Link in Comments
Last updated
Last updated
The LiSA Player generates a message whenever a link in the comments is clicked. This is particularly useful in native app environments, where opening a URL in a browser requires special handling.
This message is sent by the LiSA Player to the host app / environment.
Along with all standard , a Link in Comments message includes the following additional properties:
auxiliaryData
Required.
ctaType
Required.
comment
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.
target
Required.
url
Required.
The url
field represents the destination or action associated with the CTA click event. Its value can vary based on customer implementation:
Standard URL:
A direct link to an internal or external page (e.g., "https://example.com"
).
Serialized JSON Object: A structured representation of the action, allowing for more complex interactions — e.g.
AuxiliaryData
url
Required.
The url
field represents the destination or action associated with the CTA click event. Its value can vary based on customer implementation:
Standard URL: A direct link to an internal or external page — e.g.
Object: A structured representation of the action, allowing for more complex interactions — e.g.
The auxiliaryData
property is an object that holds additional metadata related to a Call-to-Action.
Please refer to for detailed information.
click
Please use messageType
instead.
link
Please use messageType
instead.
Please use auxiliaryData.url
instead.