Load GTM with HTTPS
This commit is contained in:
parent
6726dd2e8a
commit
14af0a48a6
|
|
@ -1368,7 +1368,7 @@ tarteaucitron.services.googletagmanager = {
|
|||
'gtm.start': new Date().getTime(),
|
||||
event: 'gtm.js'
|
||||
});
|
||||
tarteaucitron.addScript('//www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId);
|
||||
tarteaucitron.addScript('https://www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue