Powered By Olvy

New features
API
8 September 2025

Introducing plyLayer, our new way to call Personizely JS API methods even before the script is loaded.

This ensures more reliable integration and eliminates race conditions, especially for fast-loading SPA environments or third-party script managers.

Example usage:

window.plyLayer = window.plyLayer || [];
window.plyLayer.push(['trackGoal', 'signup']);

Contributors