Trigger Google Analytics Conversions from CANDDi events
We are often asked if we can flag CANDDi Capture answers as conversions within Google Analytics, and the good news is - we can! This document tells you how to do it.
NOTE: This uses CANDDi Tracker Subscriptions see https://support.canddi.com/hc/en-gb/articles/212588067 for generic subscriptions.
Register a Google Call back within the CANDDi ‘track.questions.answer’ subscription
<script>
var _canEvents = _canEvents || [];
_canEvents.push(
"track.questions.answer",
function(){
ga(
'send',
'event',
{
eventCategory: 'Pop Up Contact Form',
eventAction: 'Pop Up Contact Form',
eventLabel: 'Pop Up Contact Form'}
);
}
);</script>
Have more questions? Contact us at hello@canddi.com or 0161 414 1080
NOTE: This uses CANDDi Tracker Subscriptions see https://support.canddi.com/hc/en-gb/articles/212588067 for generic subscriptions.
Register a Google Call back within the CANDDi ‘track.questions.answer’ subscription
<script>
var _canEvents = _canEvents || [];
_canEvents.push(
"track.questions.answer",
function(){
ga(
'send',
'event',
{
eventCategory: 'Pop Up Contact Form',
eventAction: 'Pop Up Contact Form',
eventLabel: 'Pop Up Contact Form'}
);
}
);</script>
Have more questions? Contact us at hello@canddi.com or 0161 414 1080
Updated on: 06/02/2020
Thank you!