Comment on page
Javascript Callbacks
Overview
iAdvize provides Javascript callbacks functions that can be used to perform actions on specific events.
Some callbacks have a parameter that contains data specific to the triggered event.
To execute custom code during an iAdvize callback function you have to define the callbacks you want to use in a
window.iAdvizeCallbacks
object.Please note that the
window.iAdvizeCallbacks
must be defined before the main iAdvize tag.Last modified 5mo ago