Trigger Google Adwords Conversions from CANDDi Events
We’re often asked if we can flag CANDDi Capture answers as conversions within Google AdWords. This is 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(){
var image = new Image(1,1),
strId = 'PASTE YOUR GoogleAdWords Id [google_conversion_id ]'
strLabel = 'PASTE YOUR GoogleAdWords Label [google_conversion_label ]'
image.src = 'http://www.googleadservices.com/pagead/conversion/' + strId + '/?label=' + strLabel + ' &guid=ON&script=0';
}
);</script>`
Have more questions? Contact us at hello@canddi.com or 0161 414 1080
Updated on: 06/02/2020
Thank you!