Sleeknote
We support a Sleeknote integration out of the box that tracks when Sleeknote popups are opened.
Requirements
Your website must have Sleeknote already integrated before the Dreamdata Analytics script can successfully track Sleeknote popups.
Setting it up
Use the Dreamdata Analytics wizard to easily enable Sleeknote. You can access
the setup wizard from the following URL app.dreamdata.io/<SLUG>/setup
inside
the Dreamdata app.
For reference, this will add a sleekNote
field into your load
call, similar
to below:
dreamdata.load('<DREAMDATA_API_KEY>', {
formTracking: {
sleeknote: {
eventName: 'Opened popup',
},
},
})