Browse Source

Add ga tracking code

dev
Philipp Lang 4 years ago
parent
commit
a132b6b370
  1. 7
      assets/js/app.js

7
assets/js/app.js

@ -105,7 +105,12 @@ window.stepper = {
} else { } else {
this.errors = {}; this.errors = {};
this.slideTo(null, this.step+1); this.slideTo(null, this.step+1);
console.log('Anfrage versendet');
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(window.arguments);}
gtag('js', new Date());
gtag('config', 'AW-394678894');
} }
}); });
}, },

Loading…
Cancel
Save