/
<NEW> Using The Data Layer

<NEW> Using The Data Layer

Data available

Here is a full list of the events and data available for the AI Shopping Assistant.

Event name

When it’s fired

Event details

Event name

When it’s fired

Event details

aishoppingassistant.view

upon widget load

jump to details

aishoppingassistant.externalTrigger

upon external trigger is interacted

jump to details

aishoppingassistant.opened

upon widget opened

jump to details

aishoppingassistant.1stMessageSent

upon the first message sent

jump to details

aishoppingassistant.messageSent

upon the message sent

jump to details

aishoppingassistant.productRecommended

upon product recommended

jump to details

aishoppingassistant.productClick

upon product clicked in the recommendation

jump to details

aishoppingassistant.addToCart

upon clicking the add to cart button

jump to details

aishoppingassistant.restart

upon clicking restart button

jump to details

aishoppingassistant.closed

upon widget closed

jump to details

Event details

AI shopping assistant view

event name: aishoppingassistant.view

This event is fired whenever the AI shopping assistant widget is loaded. It will fire each time the widget is viewed.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

AI shopping assistant external trigger

event name: aishoppingassistant.externalTrigger

This event is fired whenever an external trigger activates the AI shopping assistant widget. It will fire each time the external trigger is called.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

aishoppingassistant.message

Can you recommend me a T-shirt in navy colour?

message content

aishoppingassistant.triggerType

pdp

external trigger type

AI shopping assistant opened

event name: aishoppingassistant.opened

This event is fired when the AI shopping assistant widget trigger is clicked and the chat window opens.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

AI shopping assistant 1st message sent

event name: aishoppingassistant.1stMessageSent

This event is fired when the first message from user is sent.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

aishoppingassistant.message

Can you recommend me a T-shirt in navy colour?

first message content

aishoppingassistant.isSuggestedText

false

The message is coming from a suggested prompt

AI shopping assistant message sent

event name: aishoppingassistant.messageSent

This event is fired when a message from user is sent.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

aishoppingassistant.message

Can you recommend me a T-shirt in navy colour?

message content

aishoppingassistant.isSuggestedText

false

The message is coming from a suggested prompt

AI shopping assistant products recommended

event name: aishoppingassistant.productsRecommended

This event is fired when the widget recommends products to the user.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

aishoppingassistant.message

Can you recommend me a T-shirt in navy colour?

the message that triggered the product recommendation

aishoppingassistant.products(array)

[{id: "123", name: "active wear", price: "20.99", position: 1}, {id: "433", name: "sports wear", price: "201.99", position: 2}]

all the products recommended by the AI shopping assistant

AI shopping assistant product click

event name: aishoppingassistant.productClick

This event is fired when one of the recommended products is clicked.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

aishoppingassistant.productId

SKU1234

the SKU of the product clicked

aishoppingassistant.productName

Active Sports T-shirt Size L

the name of the product clicked

aishoppingassistant.productPrice

20.99

the price of the product clicked

aishoppingassistant.productPosition

1

the position of the product ranked in the recommended products

AI shopping assistant add-to-cart

event name: aishoppingassistant.addToCart

This event is fired when the user adds one of the recommended products to the cart.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

aishoppingassistant.productId

SKU1234

the SKU of the product added to the cart

aishoppingassistant.productName

Active Sports T-shirt Size L

the name of the product added to the cart

aishoppingassistant.productPrice

20.99

the price of the product added to the cart

AI shopping assistant restart

event name: aishoppingassistant.restart

This event is fired when a user restart the chat.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

AI shopping assistant closed

event name: aishoppingassistant.closed

This event is fired when a user closed the chat window.

Data variable

example

Description

Data variable

example

Description

aishoppingassistant.visitorId

51c297fd-cbaf-402f-84b6-5a30ceb87ee7

the visitor’s device ID

aishoppingassistant.sessionId

8FD4AF3A-3061-4BB3-0618-08D9775347C8

the visitor’s session ID

aishoppingassistant.page

https://preezie.com/

the page URL of the widget was loaded

 

Related content