Comments
lsc:comments:audience:join
lsc:comments:audience:joinVisitor joins the chat during a live stream.
Schema
export interface CommentsAudienceJoinEvent extends Omit<
AnalyticsEvent,
'eventType'
> {
eventType: 'lsc:comments:audience:join';
// Event-specific fields
/**
* The visitor's avatar image URL, if provided by the
* host application or environment.
*/
visitorAvatarUrl?: string;
/**
* The visitor's display name, either as chosen by the visitor
* or provided by the host application or environment.
*/
visitorName: string;
}Alias Mapping Table
Alias (contextData key)
Meaning / Use Case
Suggested Adobe Target (placeholder)
Friendly Label Example
lsc.visitorAvatarUrl
Visitor avatar
prop{VISITOR_AVATAR}
Visitor Avatar
lsc.visitorName
Visitor name
prop{VISITOR_NAME}
Visitor Name
lsc:comments:audience:comment
lsc:comments:audience:commentVisitor adds a comment during a live stream.
Schema
Alias Mapping Table
Alias (contextData key)
Meaning / Use Case
Suggested Adobe Target (placeholder)
Friendly Label Example
lsc.commentId
Comment-scoped identifier
prop{COMMENT_ID}
Comment ID
lsc.commentMessage
Comment message
prop{COMMENT_MESSAGE}
Comment Message
lsc.visitorAvatarUrl
Visitor avatar
prop{VISITOR_AVATAR}
Visitor Avatar
lsc.visitorName
Visitor name
prop{VISITOR_NAME}
Visitor Name
Last updated