Add GetQuanty
This commit is contained in:
parent
9c3b0ce765
commit
4b40224f35
|
|
@ -2495,3 +2495,25 @@ tarteaucitron.services.tawkto = {
|
|||
}
|
||||
|
||||
};
|
||||
|
||||
// getquanty
|
||||
tarteaucitron.services.getquanty = {
|
||||
"key": "getquanty",
|
||||
"type": "analytic",
|
||||
"name": "GetQuanty",
|
||||
"uri": "https://www.getquanty.com/mentions-legales/",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
if (tarteaucitron.user.getguanty === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
window.webleads_site_ids = window.webleads_site_ids || [];
|
||||
window.webleads_site_ids.push(tarteaucitron.user.getguanty);
|
||||
|
||||
tarteaucitron.addScript('https://stats.webleads-tracker.com/js');
|
||||
tarteaucitron.addScript('https://get.smart-data-systems.com/track?site_id=' + tarteaucitron.user.getguanty);
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue