fix tracking for webmecanik service
This commit is contained in:
parent
ce66e8d0b9
commit
ddf93bf274
|
|
@ -2610,7 +2610,7 @@ tarteaucitron.services.webmecanik = {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.WebmecanikTrackingObject = 'mt';
|
window.MauticTrackingObject = 'mt';
|
||||||
window.mt = window.mt || function () {
|
window.mt = window.mt || function () {
|
||||||
window.mt.q = window.mt.q || [];
|
window.mt.q = window.mt.q || [];
|
||||||
window.mt.q.push(arguments);
|
window.mt.q.push(arguments);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue