Difference between revisions of "ATC/Current/SDK/Display icons in the Journey gadget"

From Genesys Documentation
Jump to: navigation, search
(Published)
(Published)
Line 3: Line 3:
 
|DisplayName=Display icons in the Journey gadget
 
|DisplayName=Display icons in the Journey gadget
 
|TocName=Display icons in the Journey gadget
 
|TocName=Display icons in the Journey gadget
|Context=Learn how to use the SDK to display icons for tracked visitor behavior on the Journey map.
+
|Context=Learn how to use the SDK to display icons for tracked visitor behavior on the Journey map.{{BarbFeatureTemp|Feature=Web messaging}}This article only applies to customers using web chat. If you are a Genesys Cloud customer, we encourage you to use the new {{Link-AnywhereElse|product=ATC|version=Current|manual=AdminGuide|topic=About_web_messaging|display text=web messaging}} feature to replace web chat.
 
|Dimension=DevTracking
 
|Dimension=DevTracking
 
|ComingSoon=No
 
|ComingSoon=No

Revision as of 18:30, April 28, 2021

This topic is part of the manual Journey JavaScript SDK for version Current of Genesys Predictive Engagement.

Learn how to use the SDK to display icons for tracked visitor behavior on the Journey map.

Feature coming soon: Web messaging

This article only applies to customers using web chat. If you are a Genesys Cloud customer, we encourage you to use the new web messaging feature to replace web chat.

About the icons

Use the ac('record') method to display a Genesys Predictive Engagement icon on the Visit journey map (admin view) when a visitor completes a tracked behavior.

Available icons

Code example

ShoppingCartEx.png

This code example shows how to use ac('record') to display the Product added icon in the Visit journey map (admin view) when a visitor adds a t-shirt to their shopping cart.
ac('record', 'product_added', [optionalExtraDataObject]
ac('record', 'product_added', { name: 't-shirt', id: 'hkds9d8j', price: '$45.45' });

Purchase-related icons


Icon Tooltip text Description Name
Product added to cart.png
Product added to cart Visitor added a product to their shopping cart. "product_added"
Product removed from cart.png
Product removed from cart Visitor removed a product from their shopping cart. "product_removed"
Checkout successful.png Checkout complete Visitor completed the purchase of the items in their shopping cart. "product_purchased"

Form-related icons

Important
You can display the icons in this section using ac('record') or auto form tracking.
Icon Tooltip text Description Name
Form submitted.png Form submitted Visitor submitted a form. "form_submitted"
Form abandoned.png Form abandoned Visitor navigated away from a form before completing it. "form_abandoned"

Miscellaneous icons


Icon Tooltip text Description Name
Search.png
Searched Visitor searched for the string shown in the tooltip. "search_performed"
Comments or questions about this documentation? Contact us for support!