Donorperfect TAG Manager Setup and Tracking Donations

TAG Manager Setup Edit your WebLink form Click on Form Properties > Advanced Settings Paste your Google Analytics website tracking code and click Save Custom Javascript Javascript function(){ var price = $(‘.table-confirm tr:eq(1) td:eq(1)’).text().replace(“$”,””); console.log(price.replace(“$”, “”)); return price.replace(“$”, “”); } Variable responsetext=Approved
Track Conversion in qGiv with Google Tag Manager
To make these pages work you must put GTM code 2 places and place a snippet below in the ‘Bottom Content’ on the confirmation page. Place it in the ‘Top Content’ Area of Donation Page Place it in the ‘Top Content’ Area of Conformation page. Javascript needed on confirmation page dataLayer.push({ event: “purchase” }); GTM […]