New features
App
9 March 2023

We are excited to announce a new way to store data that can be used for targeting and personalization. Website data is an ephemeral store that remembers the data for the whole duration of the session and it can be updated in several ways including:

  1. The client SDK (ply.setData)

  2. A pre-set JS variable (window.plyData)

  3. A data parser [soon]

This is a great new way to pass non-personal data to Personizely which gives you maximum flexibility and is really fast because it is not stored on the server but just in the visitor's session storage.

Contributors