Drift
We support a Drift integration out of the box that tracks emails captured through Drift.
Requirements
Your website must have Drift already integrated before the Dreamdata Analytics script can successfully capture and track emails through Drift.
Setting it up
Use the Dreamdata Analytics wizard to easily enable Drift. 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 drift
field into your load
call, similar to
below:
dreamdata.load('<DREAMDATA_API_KEY>', {
formTracking: {
drift: {
eventName: 'Chat converted',
},
},
})