conversation
AVAILABILITY
Brand Concierge for the Web SDK is currently in beta. The functionality and documentation are subject to change.
The conversation object contains configuration options for Brand Concierge chat sessions. This object is supported on Web SDK versions 2.31.0 or later.
Properties
Property
Type
Description
collectSourcesbooleanDetermines if the Web SDK reads the
adobe_brand_concierge_source query string parameter and includes it in xdm.channel.referringSource. Defaults to false.stickyConversationSessionbooleanDetermines if the Web SDK sets a session cookie to preserve Brand Concierge chat sessions across page loads. Defaults to
false. If omitted or set to false, Brand Concierge chat starts a new session on every page load.Example
alloy("configure", {
datastreamId: "ebebf826-a01f-4458-8cec-ef61de241c93",
orgId: "ADB3LETTERSANDNUMBERS@AdobeOrg",
conversation: {
collectSources: true
stickyConversationSession: true
}
});
Configure conversation settings using the Web SDK tag extension
These settings can be configured in the Web SDK tag extension using Brand Concierge settings.
recommendation-more-help
1ae86b30-e55e-49c1-ab11-9d0356a5f3e1