website logo
⌘K
Overview
Account
Settings
Integrations
Custom fields
Goals
Placeholders
Parsers (Data Parsing Engine)
Branding
Dashboard
Widgets
Widget types
Widget elements
Widget steps
Automations
Widget display options
A/B Testing
Personalization
Pages
Variations
Goals
Traffic split
Targeting
First visit
First page view
Last visit
Last page view
Visit history
Page view history
Click history
Widget history
Order history
UTM Paremeters
Query string
Fields
Referrer
Entry page
Cookie
Location
Browser
Device
OS
Locale
Visitor's time
Selector
Cart value
Cart size
Cart items
Customer tags
SendPulse List
Sendinblue List
MailerLite List
Mailchimp List
iContact List
GetResponse List
ConvertKit Tag
ConvertKit Form
Campaign Monitor List
AWeber List
ActiveCampaign Tag
ActiveCampaign List
Placeholders
Client SDK
Website data
Docs powered by archbee 
2min

Website data

Website data is an ephemeral store that can hold data you might need to use for targetting and personalization for the duration of a visitor's session. Examples of such data can be:

  1. Cart size/value
  2. Site category
  3. Article name
  4. Any other data which relates to the site rather than to a customer

Website data can be set in several ways:

  1. Using the ply.setData client SDK method
  2. By using the data parser engine
  3. By setting the window.plyData object

How to set the website data using the plyData variable:

JS
|
window.plyData = {
    cartSize: 10,
    cartValue: 150
}




Updated 07 Mar 2023
Did this page help you?
Yes
No
Docs powered by archbee