Comments
lsc:comments:audience:join
lsc:comments:audience:joinSchema
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:comments:audience:comment
lsc:comments:audience:commentSchema
Alias Mapping Table
Alias (contextData key)
Meaning / Use Case
Suggested Adobe Target (placeholder)
Friendly Label Example
Last updated