Add visiblee service
This commit is contained in:
parent
4d413c469e
commit
0a664a0ebc
|
|
@ -4191,3 +4191,21 @@ tarteaucitron.services.ausha = {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// visiblee
|
||||||
|
tarteaucitron.services.visiblee = {
|
||||||
|
key: "visiblee",
|
||||||
|
type: "analytic",
|
||||||
|
name: "Visiblee",
|
||||||
|
uri: "http://confidentiality.visiblee.io/fr/confidentialite",
|
||||||
|
needConsent: true,
|
||||||
|
cookies: ["visitor_v2", tarteaucitron.user.visibleedomain, "check", "campaign_ref_"+tarteaucitron.user.visibleedomain, "reload_"+tarteaucitron.user.visibleedomain],
|
||||||
|
js: function () {
|
||||||
|
"use strict";
|
||||||
|
|
||||||
|
if (tarteaucitron.user.visibleeclientid === undefined) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
tarteaucitron.addScript('//www.link-page.info/tracking_'+tarteaucitron.user.visibleeclientid+'.js', 'visiblee');
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue