blob: c67770fb1e206f034cdeefcb9425bacfa83b1cf9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// ############################################################################
// # #
// # Description: Global site tag (gtag.js) - Google Analytics #
// # #
// ############################################################################
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-'); // G-XXXXXXXXXX -> Clef API à récupérer chez google
|