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
How to set up Google Search Console

Go to Google Search Console. First you will need to log in. If you have Google Analytics, log in using the same details as you use to access your Analytics account. Alternatively you can log in with a Google account. If you don’t have a Google account, you will have to create one before you […]
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 […]