/*global tarteaucitron, ga, Shareaholic, stLight, clicky, top, google, Typekit, FB, ferankReady, IN, stButtons, twttr, PCWidget*/
/*jslint regexp: true, nomen: true*/
+/* min ready */
// generic iframe
tarteaucitron.services.iframe = {
"js": function () {
"use strict";
tarteaucitron.fallback(['tac_iframe'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title")),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = x.getAttribute("data-url");
+ var frame_title = (tarteaucitron.getElemAttr(x,"title")) ? tarteaucitron.getElemAttr(x,"title") : '',
+ width = tarteaucitron.getElemAttr(x,"width"),
+ height = tarteaucitron.getElemAttr(x,"height"),
+ allowfullscreen = tarteaucitron.getElemAttr(x,"allowfullscreen"),
+ scrolling = (tarteaucitron.getElemAttr(x,"scrolling")),
+ url = tarteaucitron.getElemAttr(x,"url");
+
+ if(!scrolling){
+ scrolling = 'no';
+ }
- return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
+ return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="'+scrolling+'" allowtransparency' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
});
},
"fallback": function () {
"use strict";
var id = 'iframe';
tarteaucitron.fallback(['tac_iframe'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
+ elem.style.width = tarteaucitron.getElemAttr(elem,'width') + 'px';
+ elem.style.height = tarteaucitron.getElemAttr(elem,'height') + 'px';
return tarteaucitron.engage(id);
});
}
};
-// sharpspring
-tarteaucitron.services.sharpspring = {
- "key": "sharpspring",
- "type": "analytic",
- "name": "SharpSpring",
- "uri": "https://sharpspring.com/legal/sharpspring-cookie-policy/",
+// tolkaigenii
+tarteaucitron.services.tolkaigenii = {
+ "key": "tolkaigenii",
+ "type": "support",
+ "name": "Tolk.ai Genii",
+ "uri": "https://www.tolk.ai/",
"needConsent": true,
- "cookies": ['koitk', '__ss', '__ss_tk', '__ss_referrer'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.ssId === undefined || tarteaucitron.user.ssAccount === undefined) {
+ if (tarteaucitron.user.tolkaiGeniiProject === undefined) {
return;
}
- window._ss = window._ss || [];
- window._ss.push(['_setDomain', 'https://' + tarteaucitron.user.ssId + '.marketingautomation.services/net']);
- window._ss.push(['_setAccount', tarteaucitron.user.ssAccount]);
- window._ss.push(['_trackPageView']);
-
- window._pa = window._pa || {};
-
- tarteaucitron.addScript('https://' + tarteaucitron.user.ssId + '.marketingautomation.services/client/ss.js');
+ tarteaucitron.addScript('https://genii-script.tolk.ai/lightchat.js', 'lightchat-bot', '', '', 'project-id', tarteaucitron.user.tolkaiGeniiProject);
}
};
-// pardot
-tarteaucitron.services.pardot = {
- "key": "pardot",
- "type": "analytic",
- "name": "Pardot",
- "uri": "https://www.salesforce.com/company/privacy/full_privacy/",
+// seamlessaccess
+tarteaucitron.services.seamlessaccess = {
+ "key": "seamlessaccess",
+ "type": "api",
+ "name": "Seamlessaccess",
+ "uri": "https://seamlessaccess.org/about/trust/",
"needConsent": true,
- "cookies": ['visitor_id'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.piAId === undefined || tarteaucitron.user.piCId === undefined) {
+ if (tarteaucitron.user.seamlessaccessInitiator === undefined) {
return;
}
+ var uniqIds = [];
+ tarteaucitron.fallback(['seamlessaccess_button'], function(x) {
+ var uniqId = x.getAttribute('id');
+ if (uniqId === undefined) {
+ uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ x.setAttribute('id', uniqId);
+ }
+ uniqIds.push(uniqId);
+ x.innerHTML = '';
+ }, true);
+ tarteaucitron.addScript('//service.seamlessaccess.org/thiss.js', 'seamlessaccessjs', function() {
+ for (var i = 0; i < uniqIds.length; i += 1) {
+ thiss.DiscoveryComponent.render({
+ loginInitiatorURL: tarteaucitron.user.seamlessaccessInitiator,
+ }, '#' + uniqIds[i]);
+ }
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'seamlessaccess';
+ tarteaucitron.fallback(['seamlessaccess_button'], tarteaucitron.engage(id));
+ }
+};
- window.piAId = tarteaucitron.user.piAId;
- window.piCId = tarteaucitron.user.piCId;
- window.piHostname = 'pi.pardot.com';
+// reddit
+tarteaucitron.services.reddit = {
+ "key": "reddit",
+ "type": "ads",
+ "name": "Reddit",
+ "uri": "https://business.reddithelp.com/helpcenter/s/article/Reddit-Advertising-Policy-Overview",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
- tarteaucitron.addScript('https://pi.pardot.com/pd.js');
+ if (tarteaucitron.user.redditInit === undefined) {
+ return;
+ }
+
+ !function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt('init',tarteaucitron.user.redditInit, {"aaid":tarteaucitron.user.redditAAID,"externalId":tarteaucitron.user.redditExternalId,"idfa":tarteaucitron.user.redditIDFA});rdt('track', 'PageVisit');
}
};
-// Open Web Analytics
-tarteaucitron.services.openwebanalytics = {
- "key": "openwebanalytics",
- "type": "analytic",
- "name": "Open Web Analytics",
- "uri": "",
+// zoho
+tarteaucitron.services.zoho = {
+ "key": "zoho",
+ "type": "support",
+ "name": "Zoho SalesIQ",
+ "uri": "https://www.zoho.com/gdpr.html",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.openwebanalyticsId === undefined || tarteaucitron.user.openwebanalyticsHost === undefined) {
+ if (tarteaucitron.user.zohoWidgetCode === undefined) {
return;
}
- window.owa_baseUrl = tarteaucitron.user.openwebanalyticsHost;
- window.owa_cmds = window.owa_cmds || [];
- window.owa_cmds.push(['setSiteId', tarteaucitron.user.openwebanalyticsId]);
- window.owa_cmds.push(['trackPageView']);
- window.owa_cmds.push(['trackClicks']);
-
- tarteaucitron.addScript(window.owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js');
+ var $zoho=$zoho || {};
+ $zoho.salesiq = $zoho.salesiq || {widgetcode:tarteaucitron.user.zohoWidgetCode, values:{},ready:function(){}};
+ tarteaucitron.addScript('https://salesiq.zoho.eu/widget');
}
};
-// xandr universal pixel
-// https://docs.xandr.com/bundle/invest_invest-standard/page/topics/universal-pixel-overview.html
-tarteaucitron.services.xandr = {
- "key": "xandr",
+// teads
+tarteaucitron.services.teads = {
+ "key": "teads",
"type": "ads",
- "name": "Xandr (Universal)",
- "uri": "https://www.xandr.com/privacy/cookie-policy/",
+ "name": "Teads",
+ "uri": "https://privacy-policy.teads.com",
"needConsent": true,
- "cookies": ['uuid2', 'uids', 'sess', 'icu', 'anj', 'usersync'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.xandrId === undefined) {
+
+ if (tarteaucitron.user.teadsBuyerPixelId === undefined) {
return;
}
- if (!window.pixie) {
- var n = window.pixie = function(e, i, a) {
- n.actionQueue.push({
- action: e,
- actionValue: i,
- params: a
- })
- };
- n.actionQueue = [];
- }
+ tarteaucitron.addScript('https://p.teads.tv/teads-fellow.js');
- tarteaucitron.addScript('https://acdn.adnxs.com/dmp/up/pixie.js', '', function() {
- window.pixie('init', tarteaucitron.user.xandrId);
- window.pixie('event', 'PageView');
- });
+ window.teads_e = window.teads_e || [];
+ window.teads_buyer_pixel_id = tarteaucitron.user.teadsBuyerPixelId;
}
};
-// xandr segment
-// https://docs.xandr.com/bundle/invest_invest-standard/page/topics/segment-pixels-advanced.html
-tarteaucitron.services.xandrsegment = {
- "key": "xandrsegment",
+// thetradedesk
+tarteaucitron.services.thetradedesk = {
+ "key": "thetradedesk",
"type": "ads",
- "name": "Xandr (Segment)",
- "uri": "https://www.xandr.com/privacy/cookie-policy/",
+ "name": "TheTradeDesk",
+ "uri": "https://www.thetradedesk.com/fr/privacy",
"needConsent": true,
- "cookies": ['uuid2', 'uids', 'sess', 'icu', 'anj', 'usersync'],
+ "cookies": [],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
- tarteaucitron.fallback(['xandrsegment-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" xandrsegmentAdd="' + (x.getAttribute('xandrsegmentAdd') ?? '') + '" xandrsegmentAddCode="' + (x.getAttribute('xandrsegmentAddCode') ?? '') + '" xandrsegmentRemove="' + (x.getAttribute('xandrsegmentRemove') ?? '') + '" xandrsegmentRemoveCode="' + (x.getAttribute('xandrsegmentRemoveCode') ?? '') + '" xandrsegmentMember="' + (x.getAttribute('xandrsegmentMember') ?? '') + '" xandrsegmentRedir="' + (x.getAttribute('xandrsegmentRedir') ?? '') + '" xandrsegmentValue="' + (x.getAttribute('xandrsegmentValue') ?? '') + '" xandrsegmentOther="' + (x.getAttribute('xandrsegmentOther') ?? '') + '"></div>';
+ if (tarteaucitron.user.thetradedeskAdvertiserId === undefined || tarteaucitron.user.thetradedeskUpixelId === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://js.adsrvr.org/up_loader.1.1.0.js', '', function() {
+ ttd_dom_ready( function() {
+ if (typeof TTDUniversalPixelApi === 'function') {
+ var universalPixelApi = new TTDUniversalPixelApi();
+ universalPixelApi.init(tarteaucitron.user.thetradedeskAdvertiserId, [tarteaucitron.user.thetradedeskUpixelId], "https://insight.adsrvr.org/track/up");
+ }
+ });
});
+ }
+};
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = '//ib.adnxs.com/seg?t=2&';
- uri += 'add=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentAdd') + '&';
- uri += 'add_code=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentAddCode') + '&';
- uri += 'remove=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentRemove') + '&';
- uri += 'remove_code=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentRemoveCode') + '&';
- uri += 'member=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentMember') + '&';
- uri += 'redir=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentRedir') + '&';
- uri += 'value=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentValue') + '&';
- uri += 'other=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentOther');
+// gcmanalyticsstorage
+tarteaucitron.services.gcmanalyticsstorage = {
+ "key": "gcmanalyticsstorage",
+ "type": "google",
+ "name": "Analytics",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
- document.getElementById(uniqIds[i]).innerHTML = '<img src=\'' + uri + '\' width=\'1\' height=\'1\' />';
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ analytics_storage: 'granted'
+ });
}
},
"fallback": function () {
"use strict";
- var id = 'xandrsegment';
- tarteaucitron.fallback(['xandrsegment-canvas'], tarteaucitron.engage(id));
+
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ analytics_storage: 'denied'
+ });
+ }
}
};
-// xandr conversion
-// https://docs.xandr.com/bundle/invest_invest-standard/page/topics/working-with-conversion-pixels.html
-tarteaucitron.services.xandrconversion = {
- "key": "xandrconversion",
- "type": "ads",
- "name": "Xandr (Conversion)",
- "uri": "https://www.xandr.com/privacy/cookie-policy/",
+// gcmadstorage
+tarteaucitron.services.gcmadstorage = {
+ "key": "gcmadstorage",
+ "type": "google",
+ "name": "Advertising",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
- "cookies": ['uuid2', 'uids', 'sess', 'icu', 'anj', 'usersync'],
+ "cookies": [],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
-
- tarteaucitron.fallback(['xandrconversion-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" xandrconversionId="' + (x.getAttribute('xandrconversionId') ?? '') + '" xandrconversionSeg="' + (x.getAttribute('xandrconversionSeg') ?? '') + '" xandrconversionOrderId="' + (x.getAttribute('xandrconversionOrderId') ?? '') + '" xandrconversionValue="' + (x.getAttribute('xandrconversionValue') ?? '') + '" xandrconversionRedir="' + (x.getAttribute('xandrconversionRedir') ?? '') + '" xandrconversionOther="' + (x.getAttribute('xandrconversionOther') ?? '') + '"></div>';
- });
-
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = '//ib.adnxs.com/px?t=2&';
- uri += 'id=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionId') + '&';
- uri += 'seg=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionSeg') + '&';
- uri += 'order_id=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionOrderId') + '&';
- uri += 'value=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionValue') + '&';
- uri += 'redir=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionRedir') + '&';
- uri += 'other=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionOther');
- document.getElementById(uniqIds[i]).innerHTML = '<img src=\'' + uri + '\' width=\'1\' height=\'1\' />';
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ ad_storage: 'granted'
+ });
}
},
"fallback": function () {
"use strict";
- var id = 'xandrconversion';
- tarteaucitron.fallback(['xandrconversion-canvas'], tarteaucitron.engage(id));
+
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ ad_storage: 'denied'
+ });
+ }
}
};
-// helloasso
-tarteaucitron.services.helloasso = {
- "key": "helloasso",
- "type": "api",
- "name": "HelloAsso",
- "uri": "https://www.helloasso.com/confidentialite",
+// gcmadsuserdata
+tarteaucitron.services.gcmadsuserdata = {
+ "key": "gcmadsuserdata",
+ "type": "google",
+ "name": "Personalized Advertising",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tac_helloasso'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'HelloAsso iframe'),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = x.getAttribute("data-url");
- return '<iframe title="' + frame_title + '" id="haWidget" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency allowfullscreen></iframe>';
- });
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ ad_user_data: 'granted',
+ ad_personalization: 'granted'
+ });
+ }
},
"fallback": function () {
"use strict";
- var id = 'helloasso';
- tarteaucitron.fallback(['tac_helloasso'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ ad_user_data: 'denied',
+ ad_personalization: 'denied'
+ });
+ }
}
};
-// podcloud
-tarteaucitron.services.podcloud = {
- "key": "podcloud",
- "type": "video",
- "name": "podCloud",
- "uri": "https://podcloud.fr/privacy",
+// gcmpersonalization
+tarteaucitron.services.gcmpersonalization = {
+ "key": "gcmpersonalization",
+ "type": "google",
+ "name": "Personalization",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tac_podcloud'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'podCloud iframe'),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = x.getAttribute("data-url");
- return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency allowfullscreen></iframe>';
- });
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ personalization_storage: 'granted'
+ });
+ }
},
"fallback": function () {
"use strict";
- var id = 'podcloud';
- tarteaucitron.fallback(['tac_podcloud'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ personalization_storage: 'denied'
+ });
+ }
}
};
-// facebookpost
-tarteaucitron.services.facebookpost = {
- "key": "facebookpost",
- "type": "social",
- "name": "Facebook (post)",
- "uri": "https://www.facebook.com/policy.php",
+// gcmfunctionality
+tarteaucitron.services.gcmfunctionality = {
+ "key": "gcmfunctionality",
+ "type": "google",
+ "name": "Functionality",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tac_facebookpost'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Facebook iframe'),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = x.getAttribute("data-url"),
- appId = x.getAttribute("data-appid");
- return '<iframe title="' + frame_title + '" src="https://www.facebook.com/plugins/post.php?href=' + encodeURIComponent(url) + '&width=' + width + '&show_text=false&appId=' + appId + '&height=' + height + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency allowfullscreen></iframe>';
- });
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ functionality_storage: 'granted'
+ });
+ }
},
"fallback": function () {
"use strict";
- var id = 'facebookpost';
- tarteaucitron.fallback(['tac_facebookpost'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ functionality_storage: 'denied'
+ });
+ }
}
};
-// amplitude
-tarteaucitron.services.amplitude = {
- "key": "amplitude",
- "type": "analytic",
- "name": "Amplitude",
- "uri": "https://amplitude.com/privacy",
+// gcmsecurity
+tarteaucitron.services.gcmsecurity = {
+ "key": "gcmsecurity",
+ "type": "google",
+ "name": "Security",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.amplitude === undefined) {
- return;
- }
- tarteaucitron.addScript('https://cdn.amplitude.com/libs/amplitude-5.8.0-min.gz.js', '', function() {
- window.amplitude = {
- _q: [],
- _iq: {}
- };
- function s(e,t){e.prototype[t]=function(){this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));return this}}
- var o=function(){this._q=[];return this};
- var a=["add","append","clearAll","prepend","set","setOnce","unset"];
- for(var u=0;u<a.length;u++){s(o,a[u])}
- amplitude.Identify=o;
- var c=function(){this._q=[];return this};
- var l=["setProductId","setQuantity","setPrice","setRevenueType","setEventProperties"];
- for(var p=0;p<l.length;p++){s(c,l[p])}
- amplitude.Revenue=c;
- var d=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","enableTracking","setGlobalUserProperties","identify","clearUserProperties","setGroup","logRevenueV2","regenerateDeviceId","groupIdentify","onInit","logEventWithTimestamp","logEventWithGroups","setSessionId","resetSessionId"];
- function v(e){function t(t){e[t]=function(){e._q.push([t].concat(Array.prototype.slice.call(arguments,0)))}}for(var n=0;n<d.length;n++){t(d[n])}}
- v(amplitude);
- amplitude.getInstance=function(e){e=(!e||e.length===0?"$default_instance":e).toLowerCase();if(!amplitude._iq.hasOwnProperty(e)){amplitude._iq[e]={_q:[]};v(amplitude._iq[e])}return amplitude._iq[e]};
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ security_storage: 'granted'
+ });
+ }
+ },
+ "fallback": function () {
+ "use strict";
- amplitude.getInstance().init(tarteaucitron.user.amplitude);
- });
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ window.tac_gtag('consent', 'update', {
+ security_storage: 'denied'
+ });
+ }
}
};
-// abtasty
-tarteaucitron.services.abtasty = {
- "key": "abtasty",
- "type": "api",
- "name": "ABTasty",
- "uri": "https://www.abtasty.com/terms-of-use/",
+// piximedia
+tarteaucitron.services.piximedia = {
+ "key": "piximedia",
+ "type": "ads",
+ "name": "Piximedia",
+ "uri": "https://piximedia.com/privacy/",
"needConsent": true,
- "cookies": ['ABTasty', 'ABTastySession'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.abtastyID === undefined) {
+
+ if (tarteaucitron.user.piximediaName === undefined || tarteaucitron.user.piximediaTag === undefined || tarteaucitron.user.piximediaType === undefined || tarteaucitron.user.piximediaId === undefined) {
return;
}
- tarteaucitron.addScript('//try.abtasty.com/'+tarteaucitron.user.abtastyID+'.js');
+
+ tarteaucitron.addScript('https://ad.piximedia.com/tools/activity/?' + tarteaucitron.user.piximediaName + '||'+ tarteaucitron.user.piximediaTag + '|' + tarteaucitron.user.piximediaType + '|' + tarteaucitron.user.piximediaId + '|||||');
}
};
-
-// yandex metrica
-tarteaucitron.services.metrica = {
- "key": "metrica",
- "type": "analytic",
- "name": "Yandex Metrica",
- "uri": "https://yandex.com/legal/confidential/",
+// screeb
+tarteaucitron.services.screeb = {
+ "key": "screeb",
+ "type": "support",
+ "name": "Screeb",
+ "uri": "https://screeb.app/gdpr-privacy",
"needConsent": true,
- "cookies": ['_ym_metrika_enabled','_ym_isad', '_ym_uid', '_ym_d','yabs-sid','_ym_debug','_ym_mp2_substs','_ym_hostIndex','_ym_mp2_track','yandexuid','usst'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.yandexmetrica === undefined) {
+
+ if (tarteaucitron.user.screebId === undefined) {
return;
}
- tarteaucitron.addScript('https://mc.yandex.ru/metrika/tag.js', '', function() {
- (function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
- m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
- (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
+ window['ScreebObject'] = '$screeb';
+ window['$screeb'] = window['$screeb'] || function() {
+ var d = arguments;
+ return new Promise(function(a, b) {
+ (window['$screeb'].q = window['$screeb'].q || []).push({
+ v: 1,
+ args: d,
+ ok: a,
+ ko: b
+ })
+ })
+ };
+
+ tarteaucitron.addScript('https://t.screeb.app/tag.js', '$screeb');
- ym(tarteaucitron.user.yandexmetrica, "init", {
- clickmap:true,
- trackLinks:true,
- accurateTrackBounce:true,
- webvisor:true,
- ecommerce:"dataLayer"
- });
- });
+ if (tarteaucitron.user.screebDontInit !== true) {
+ window.$screeb('init', tarteaucitron.user.screebId);
+ }
}
};
-// addthis
-tarteaucitron.services.addthis = {
- "key": "addthis",
- "type": "social",
- "name": "AddThis",
- "uri": "https://www.addthis.com/privacy/privacy-policy#publisher-visitors",
+// pipedrive
+tarteaucitron.services.pipedrive = {
+ "key": "pipedrive",
+ "type": "support",
+ "name": "Pipedrive",
+ "uri": "https://www.pipedrive.com/en/cookie-notice",
"needConsent": true,
- "cookies": ['__atuvc', '__atuvs'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.addthisPubId === undefined) {
+
+ if (tarteaucitron.user.pipedriveCompany === undefined || tarteaucitron.user.pipedrivePlaybook === undefined) {
return;
}
- if (tarteaucitron.isAjax === true) {
- window.addthis = null;
- window._adr = null;
- window._atc = null;
- window._atd = null;
- window._ate = null;
- window._atr = null;
- window._atw = null;
+
+ window.pipedriveLeadboosterConfig = {base: 'leadbooster-chat.pipedrive.com', companyId: tarteaucitron.user.pipedriveCompany, playbookUuid: tarteaucitron.user.pipedrivePlaybook, version: 2};
+
+ if (!window.LeadBooster) {
+ window.LeadBooster = {
+ q: [],
+ on: function(n, h) {
+ this.q.push({
+ t: 'o',
+ n: n,
+ h: h
+ });
+ },
+ trigger: function(n) {
+ this.q.push({
+ t: 't',
+ n: n
+ });
+ },
+ };
}
- tarteaucitron.fallback(['addthis_inline_share_toolbox'], '');
- tarteaucitron.addScript('//s7.addthis.com/js/300/addthis_widget.js#pubid=' + tarteaucitron.user.addthisPubId);
+
+ tarteaucitron.addScript('https://leadbooster-chat.pipedrive.com/assets/loader.js');
},
"fallback": function () {
"use strict";
- var id = 'addthis';
- tarteaucitron.fallback(['addthis_inline_share_toolbox'], tarteaucitron.engage(id));
+ var id = '';
+ tarteaucitron.fallback(['proactiveChat'], function (elem) {
+ return tarteaucitron.engage(id);
+ });
}
};
-// addtoanyfeed
-tarteaucitron.services.addtoanyfeed = {
- "key": "addtoanyfeed",
- "type": "social",
- "name": "AddToAny (feed)",
- "uri": "https://www.addtoany.com/privacy",
+// dynatrace
+tarteaucitron.services.dynatrace = {
+ "key": "dynatrace",
+ "type": "api",
+ "name": "Dynatrace",
+ "uri": "https://www.dynatrace.com/company/trust-center/privacy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.addtoanyfeedUri === undefined) {
+
+ if (tarteaucitron.user.dynatraceJSPath === undefined || tarteaucitron.user.dynatraceConfig === undefined) {
return;
}
- tarteaucitron.user.addtoanyfeedSubscribeLink = 'https://www.addtoany.com/subscribe?linkurl=' + tarteaucitron.user.addtoanyfeedUri;
- window.a2a_config = window.a2a_config || {};
- window.a2a_config.linkurl = tarteaucitron.user.addtoanyfeedUri;
- tarteaucitron.addScript('//static.addtoany.com/menu/feed.js');
- },
- "fallback": function () {
- "use strict";
- tarteaucitron.user.addtoanyfeedSubscribeLink = 'https://www.addtoany.com/subscribe?linkurl=' + tarteaucitron.user.addtoanyfeedUri;
+
+ tarteaucitron.addScript(tarteaucitron.user.dynatraceJSPath, '', '', '', 'data-dtconfig', tarteaucitron.user.dynatraceConfig);
}
};
-// addtoanyshare
-tarteaucitron.services.addtoanyshare = {
- "key": "addtoanyshare",
- "type": "social",
- "name": "AddToAny (share)",
- "uri": "https://www.addtoany.com/privacy",
+// mixpanel
+tarteaucitron.services.mixpanel = {
+ "key": "mixpanel",
+ "type": "analytic",
+ "name": "Mixpanel",
+ "uri": "https://docs.mixpanel.com/docs/privacy/overview",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tac_addtoanyshare'], '');
- tarteaucitron.addScript('//static.addtoany.com/menu/page.js');
- },
- "fallback": function () {
- "use strict";
- var id = 'addtoanyshare';
- tarteaucitron.fallback(['tac_addtoanyshare'], tarteaucitron.engage(id));
+
+ (function (f, b) { if (!b.__SV) { var e, g, i, h; window.mixpanel = b; b._i = []; b.init = function (e, f, c) { function g(a, d) { var b = d.split("."); 2 == b.length && ((a = a[b[0]]), (d = b[1])); a[d] = function () { a.push([d].concat(Array.prototype.slice.call(arguments, 0))); }; } var a = b; "undefined" !== typeof c ? (a = b[c] = []) : (c = "mixpanel"); a.people = a.people || []; a.toString = function (a) { var d = "mixpanel"; "mixpanel" !== c && (d += "." + c); a || (d += " (stub)"); return d; }; a.people.toString = function () { return a.toString(1) + ".people (stub)"; }; i = "disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking start_batch_senders people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split( " "); for (h = 0; h < i.length; h++) g(a, i[h]); var j = "set set_once union unset remove delete".split(" "); a.get_group = function () { function b(c) { d[c] = function () { call2_args = arguments; call2 = [c].concat(Array.prototype.slice.call(call2_args, 0)); a.push([e, call2]); }; } for ( var d = {}, e = ["get_group"].concat( Array.prototype.slice.call(arguments, 0)), c = 0; c < j.length; c++) b(j[c]); return d; }; b._i.push([e, f, c]); }; b.__SV = 1.2; e = f.createElement("script"); e.type = "text/javascript"; e.async = !0; e.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "file:" === f.location.protocol && "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//) ? "https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js" : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js"; g = f.getElementsByTagName("script")[0]; g.parentNode.insertBefore(e, g); } })(document, window.mixpanel || []);
}
};
-// aduptech ads
-tarteaucitron.services.aduptech_ads = {
- "key": "aduptech_ads",
+// freshsalescrm
+tarteaucitron.services.freshsalescrm = {
+ "key": "freshsalescrm",
+ "type": "analytic",
+ "name": "FreshSales (CRM)",
+ "uri": "https://www.freshworks.com/gdpr/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.freshsalescrmId === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://eu.fw-cdn.com/' + tarteaucitron.user.freshsalescrmId + '.js');
+ }
+};
+
+// equativ
+tarteaucitron.services.equativ = {
+ "key": "equativ",
"type": "ads",
- "name": "Ad Up Technology (ads)",
- "uri": "https://www.adup-tech.com/datenschutz",
+ "name": "Equativ",
+ "uri": "https://equativ.com/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- var IDENTIFIER = "aduptech_ads",
- API_URL = "https://s.d.adup-tech.com/jsapi";
-
- var elements = document.getElementsByClassName(IDENTIFIER);
- if (!elements || elements.length === 0) {
+ if (tarteaucitron.user.equativId === undefined) {
return;
}
- tarteaucitron.fallback([IDENTIFIER], "");
-
- tarteaucitron.addScript(API_URL, "", function() {
- for (var i = 0; i < elements.length; i++) {
- var element = elements[i];
-
- if (!element.getAttribute("id")) {
- element.setAttribute("id", IDENTIFIER + Math.random().toString(36).substr(2, 9));
- }
+ tarteaucitron.addScript('https://ced.sascdn.com/tag/' + tarteaucitron.user.equativId + '/smart.js');
+ }
+};
- window.uAd.embed(element.getAttribute("id"), {
- placementKey: element.getAttribute("placementKey"),
- responsive: Boolean(element.getAttribute("responsive")),
- lazy: Boolean(element.getAttribute("lazy")),
- adtest: Boolean(element.getAttribute("test")),
- query: element.getAttribute("query") || "",
- minCpc: element.getAttribute("minCpc") || "",
- pageUrl: element.getAttribute("pageUrl") || "",
- skip: element.getAttribute("skip") || ""
- });
- }
+// twitch
+tarteaucitron.services.twitch = {
+ "key": "twitch",
+ "type": "video",
+ "name": "Twitch",
+ "needConsent": true,
+ "cookies": [],
+ "uri": "https://www.twitch.tv/p/en/legal/privacy-notice",
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['twitch_player'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'videoID'),
+ parent = tarteaucitron.getElemAttr(x, 'parent'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height');
+ var embedURL = "https://player.twitch.tv/?video=" + id + "&parent=" + parent;
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"" + embedURL + "\" scrolling=\"no\" frameborder=\"0\"></iframe>";
});
-
},
"fallback": function () {
"use strict";
- tarteaucitron.fallback(["aduptech_ads"], tarteaucitron.engage("aduptech_ads"));
+ var id = "twitch";
+ tarteaucitron.fallback(["twitch_player"], tarteaucitron.engage(id));
}
};
-// aduptech conversion
-tarteaucitron.services.aduptech_conversion = {
- "key": "aduptech_conversion",
+// eskimi
+tarteaucitron.services.eskimi = {
+ "key": "eskimi",
"type": "ads",
- "name": "Ad Up Technology (conversion)",
- "uri": "https://www.adup-tech.com/datenschutz",
+ "name": "Eskimi",
+ "uri": "https://fr.eskimi.com/privacy-policy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- var IDENTIFIER = "aduptech_conversion",
- CONVERSION_PIXEL_BASE_URL = "https://d.adup-tech.com/campaign/conversion";
-
- var elements = document.getElementsByClassName(IDENTIFIER);
- if (!elements || elements.length === 0) {
+ if (tarteaucitron.user.eskimiInit === undefined) {
return;
}
- tarteaucitron.fallback([IDENTIFIER], "");
+ window.___esk = window.esk = function () {
+ window.___esk.callMethod ? window.___esk.callMethod.apply(window.___esk, arguments) : window.___esk.queue.push(arguments);
+ };
+ window.___esk.push = window.___esk;
+ window.___esk.loaded = true;
+ window.___esk.queue = [];
- for (var i = 0; i < elements.length; i++) {
- var element = elements[i];
+ tarteaucitron.addScript("https://dsp-media.eskimi.com/assets/js/e/gtr.min.js", '', function () {
+ esk('init', tarteaucitron.user.eskimiInit);
+ });
+ }
+};
- if (!element.getAttribute("advertiserId") || !element.getAttribute("conversionCode")) {
- continue;
- }
+// sharethissticky
+tarteaucitron.services.sharethissticky = {
+ "key": "sharethissticky",
+ "type": "social",
+ "name": "ShareThis Sticky",
+ "uri": "https://sharethis.com/fr/privacy/",
+ "needConsent": true,
+ "cookies": ['_stid','_stidv','pubconsent'],
+ "js": function () {
+ "use strict";
- var url = CONVERSION_PIXEL_BASE_URL +
- "/" + encodeURIComponent(element.getAttribute("advertiserId")) +
- "?t=" + encodeURIComponent(element.getAttribute("conversionCode"));
+ if (tarteaucitron.user.sharethisStickyProperty === undefined) {
+ return;
+ }
- if (element.getAttribute("price")) {
- url += "&price=" + encodeURIComponent(element.getAttribute("price"));
- }
+ tarteaucitron.addScript("https://platform-api.sharethis.com/js/sharethis.js#property=" + tarteaucitron.user.sharethisStickyProperty + "&product=sticky-share-buttons");
+ }
+};
- if (element.getAttribute("quantity")) {
- url += "&quantity=" + encodeURIComponent(element.getAttribute("quantity"));
- }
+// pianoanalytics
+tarteaucitron.services.pianoanalytics = {
+ "key": "pianoanalytics",
+ "type": "analytic",
+ "name": "Piano Analytics",
+ "uri": "https://piano.io/privacy-policy/",
+ "needConsent": true,
+ "cookies": ['_pcid','_pctx','_pctx','pa_user', 'pa_privacy'],
+ "js": function () {
+ "use strict";
- if (element.getAttribute("total")) {
- url += "&total=" + encodeURIComponent(element.getAttribute("total"));
- }
+ if (tarteaucitron.user.pianoCollectDomain === undefined || tarteaucitron.user.pianoSite === undefined) {
+ return;
+ }
- if (element.getAttribute("orderId")) {
- url += "&order_id=" + encodeURIComponent(element.getAttribute("orderId"));
- }
+ tarteaucitron.addScript("https://tag.aticdn.net/piano-analytics.js", '', function () {
- if (element.getAttribute("itemNumber")) {
- url += "&item_number=" + encodeURIComponent(element.getAttribute("itemNumber"));
- }
+ pa.setConfigurations({
+ site: tarteaucitron.user.pianoSite,
+ collectDomain: tarteaucitron.user.pianoCollectDomain
+ });
- if (element.getAttribute("description")) {
- url += "&description=" + encodeURIComponent(element.getAttribute("description"));
+ if (tarteaucitron.user.pianoSendData !== false) {
+ pa.sendEvent('page.display', {
+ 'page': document.title
+ });
}
+ });
+ }
+};
- (new Image()).src = url;
+// actistat
+tarteaucitron.services.actistat = {
+ "key": "actistat",
+ "type": "analytic",
+ "name": "ActiSTAT",
+ "uri": "https://actigraph.com/actistat",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.actistatId === undefined) {
+ return;
}
+
+ tarteaucitron.addScript('https://actistat.fr/umami.js', '', '', '', 'data-website-id', tarteaucitron.user.actistatId);
}
};
-// aduptech retargeting
-tarteaucitron.services.aduptech_retargeting = {
- "key": "aduptech_retargeting",
+// outbrainamplify
+tarteaucitron.services.outbrainamplify = {
+ "key": "outbrainamplify",
"type": "ads",
- "name": "Ad Up Technology (retargeting)",
- "uri": "https://www.adup-tech.com/datenschutz",
+ "name": "Outbrain Amplify",
+ "uri": "https://www.outbrain.com/privacy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- var IDENTIFIER = "aduptech_retargeting",
- API_URL = "https://s.d.adup-tech.com/services/retargeting.js";
+ if (tarteaucitron.user.outbrainamplifyId === undefined) {
+ return;
+ }
- var elements = document.getElementsByClassName(IDENTIFIER);
- if (!elements || elements.length === 0) {
+ var OB_ADV_ID = tarteaucitron.user.outbrainamplifyId;
+ if (window.obApi) {
+ var toArray = function(object) {
+ return Object.prototype.toString.call(object) === '[object Array]' ? object : [object];
+ };
+ window.obApi.marketerId = toArray(_window.obApi.marketerId).concat(toArray(OB_ADV_ID));
return;
}
+ var api = window.obApi = function() {
+ api.dispatch ? api.dispatch.apply(api, arguments) : api.queue.push(arguments);
+ };
+ api.version = '1.1';
+ api.loaded = true;
+ api.marketerId = OB_ADV_ID;
+ api.queue = [];
- tarteaucitron.fallback([IDENTIFIER], "");
+ tarteaucitron.addScript('https://amplify.outbrain.com/cp/obtp.js', '', function () {
+ obApi('track', 'PAGE_VIEW');
+ });
+ }
+};
- window.AdUpRetargeting = function(api) {
- for (var i = 0; i < elements.length; i++) {
- var element = elements[i];
+// playplay
+tarteaucitron.services.playplay = {
+ "key": "playplay",
+ "type": "video",
+ "name": "PlayPlay",
+ "uri": "https://playplay.com/fr/confidentialite",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
- api.init();
+ tarteaucitron.fallback(['tac_playplay'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, "data-id"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height");
- api.setAccount(element.getAttribute("account"));
+ var playURL = "https://playplay.com/app/embed-video/" + id;
- if (element.getAttribute("email")) {
- api.setEmail(element.getAttribute("email"));
- } else if (element.getAttribute("hashedEmail")) {
- api.setHashedEmail(element.getAttribute("hashedEmail"));
- }
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"" + playURL + "\" style=\"border:0;\" allowfullscreen=\"\"></iframe>";
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'playplay';
+ tarteaucitron.fallback(['tac_playplay'], function (elem) {
+ return tarteaucitron.engage(id);
+ });
+ }
+};
- if (element.getAttribute("product")) {
- try {
- api.setProduct(JSON.parse(element.getAttribute("product")));
- } catch (e) {
- api.setProduct(element.getAttribute("product"));
- }
- }
+// adobeworkspace
+tarteaucitron.services.adobeworkspace = {
+ "key": "adobeworkspace",
+ "type": "analytic",
+ "name": "Adobe - Analysis Workspace",
+ "uri": "https://www.adobe.com/privacy/policy.html",
+ "needConsent": true,
+ "cookies": ['s_ecid', 's_cc', 's_sq', 's_vi', 's_fid'],
+ "js": function () {
+ "use strict";
- if (element.getAttribute("transaction")) {
- try {
- api.setTransaction(JSON.parse(element.getAttribute("transaction")));
- } catch (e) {
- api.setTransaction(element.getAttribute("transaction"));
- }
- }
+ if (tarteaucitron.user.adobeworkspaceId1 === undefined || tarteaucitron.user.adobeworkspaceId2 === undefined || tarteaucitron.user.adobeworkspaceId3 === undefined) {
+ return;
+ }
- if (element.getAttribute("demarkUser")) {
- api.setDemarkUser();
- } else if (element.getAttribute("demarkProducts")) {
- api.setDemarkProducts();
- }
-
- if (element.getAttribute("conversionCode")) {
- api.setConversionCode(element.getAttribute("conversionCode"));
- }
-
- if (element.getAttribute("device")) {
- var setter = "set" + element.getAttribute("device").charAt(0).toUpperCase() + element.getAttribute("device").slice(1);
- if (typeof api[setter] === 'function') {
- api[setter]();
- }
- }
+ tarteaucitron.addScript('https://assets.adobedtm.com/'+tarteaucitron.user.adobeworkspaceId1+'/'+tarteaucitron.user.adobeworkspaceId2+'/launch-'+tarteaucitron.user.adobeworkspaceId3+'.min.js');
+ }
+};
- if (element.getAttribute("track")) {
- var tracker = "track" + element.getAttribute("track").charAt(0).toUpperCase() + element.getAttribute("track").slice(1);
- if (typeof api[tracker] === "function") {
- api[tracker]();
- } else {
- api.trackHomepage();
- }
- }
- };
- };
+// zohopagesense
+tarteaucitron.services.zohopagesense = {
+ "key": "zohopagesense",
+ "type": "analytic",
+ "name": "Zoho PageSense",
+ "uri": "https://www.zoho.com/pagesense/cookie-policy.html",
+ "needConsent": true,
+ "cookies": ["zab_g_", "zabUserID", "zabVisitID", "zabSplit", "zabBucket", "zabHMBucket", "zpsfa_", "zfa", "zsr", "zabme", "zsd", "ps_payloadSeqId", "zabPZBucket", "zPersonalization", "zia_", "zpc", "zps_permission_status", "zps-tgr-dts", "zpspolls_", "zpsPollsBucket", "zpspb", "zpsPopupBucket", "zpssr", "zab_g_", "zab_", "zPersonalization"],
+ "js": function () {
+ "use strict";
- tarteaucitron.addScript(API_URL);
+ if (tarteaucitron.user.zohoPageSenseProjectId === undefined || tarteaucitron.user.zohoPageSenseScriptHash === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('https://cdn-eu.pagesense.io/js/' + tarteaucitron.user.zohoPageSenseProjectId + '/' + tarteaucitron.user.zohoPageSenseScriptHash + '.js');
}
};
-// alexa
-tarteaucitron.services.alexa = {
- "key": "alexa",
+// leadinfo
+tarteaucitron.services.leadinfo = {
+ "key": "leadinfo",
"type": "analytic",
- "name": "Alexa",
- "uri": "https://www.alexa.com/help/privacy",
+ "name": "Leadinfo",
+ "uri": "https://www.leadinfo.com/en/privacy/",
"needConsent": true,
- "cookies": ['__asc', '__auc'],
+ "cookies": ['_li_id', '_li_ses'],
"js": function () {
"use strict";
- if (tarteaucitron.user.alexaAccountID === undefined) {
+
+ if (tarteaucitron.user.leadinfoId === undefined) {
return;
}
- window._atrk_opts = {
- atrk_acct: tarteaucitron.user.alexaAccountID,
- domain: window.location.hostname.match(/[^\.]*\.[^.]*$/)[0],
- dynamic: true
+
+ window.GlobalLeadinfoNamespace = window.GlobalLeadinfoNamespace || [];
+ window.GlobalLeadinfoNamespace.push("leadinfo");
+ window["leadinfo"] = function() {
+ (window["leadinfo"].q = window["leadinfo"].q || []).push(arguments)
};
- tarteaucitron.addScript('https://d31qbv1cthcecs.cloudfront.net/atrk.js');
+ window["leadinfo"].t = window["leadinfo"].t || tarteaucitron.user.leadinfoId;
+ window["leadinfo"].q = window["leadinfo"].q || [];
+
+ tarteaucitron.addScript('https://cdn.leadinfo.net/ping.js');
}
};
-// amazon
-tarteaucitron.services.amazon = {
- "key": "amazon",
- "type": "ads",
- "name": "Amazon",
- "uri": "https://www.amazon.com/gp/help/customer/display.html/ref=help_search_1-1?ie=UTF8&nodeId=201909010&qid=1544617177&sr=1-1",
+// force24
+tarteaucitron.services.force24 = {
+ "key": "force24",
+ "type": "analytic",
+ "name": "Force24",
+ "uri": "https://support.force24.co.uk/support/solutions/articles/79000128057-cookie-policies",
"needConsent": true,
- "cookies": [],
+ "cookies": ['F24_autoID', 'F24_personID'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['amazon_product'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Amazon iframe'),
- amazonId = x.getAttribute("amazonid"),
- productId = x.getAttribute("productid"),
- url = '//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=' + tarteaucitron.getLanguage().toUpperCase() + '&source=ss&ref=ss_til&ad_type=product_link&tracking_id=' + amazonId + '&marketplace=amazon®ion=' + tarteaucitron.getLanguage().toUpperCase() + '&placement=' + productId + '&asins=' + productId + '&show_border=true&link_opens_in_new_window=true',
- iframe = '<iframe title="' + frame_title + '" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" src="' + url + '"></iframe>';
- return iframe;
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'amazon';
- tarteaucitron.fallback(['amazon_product'], tarteaucitron.engage(id));
+ if (tarteaucitron.user.force24trackingId === undefined || tarteaucitron.user.force24clientId === undefined) {
+ return;
+ }
+
+ window.Force24Object = "f24", window["f24"] = window["f24"] || function() {
+ window["f24"].q = window["f24"].q || [],
+ window["f24"].q.push(arguments)
+ }, window["f24"].l = 1 * new Date;
+
+ tarteaucitron.addScript('https://static.websites.data-crypt.com/scripts/activity/v3/inject-v3.min.js');
+
+ f24('config', 'set_tracking_id', tarteaucitron.user.force24trackingId);
+ f24('config', 'set_client_id', tarteaucitron.user.force24clientId);
}
};
-// calameo
-tarteaucitron.services.calameo = {
- "key": "calameo",
+// tiktokvideo
+tarteaucitron.services.tiktokvideo = {
+ "key": "tiktokvideo",
"type": "video",
- "name": "Calameo",
- "uri": "https://fr.calameo.com/privacy",
+ "name": "Tiktok Video",
+ "uri": "https://www.tiktok.com/legal/page/eea/privacy-policy/en",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['calameo-canvas'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Calameo iframe'),
- id = x.getAttribute("data-id"),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = '//v.calameo.com/?bkcode=' + id;
- return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
- });
+ tarteaucitron.addScript('https://www.tiktok.com/embed.js');
},
"fallback": function () {
"use strict";
- var id = 'calameo';
- tarteaucitron.fallback(['calameo-canvas'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
+ var id = 'tiktokvideo';
+ tarteaucitron.fallback(['tiktok-embed'], function (elem) {
return tarteaucitron.engage(id);
});
}
};
-// clicky
-tarteaucitron.services.clicky = {
- "key": "clicky",
+// shinystat
+tarteaucitron.services.shinystat = {
+ "key": "shinystat",
"type": "analytic",
- "name": "Clicky",
- "uri": "https://clicky.com/terms",
+ "name": "Shinystat",
+ "uri": "https://www.shinystat.com/en/opt-out.html",
"needConsent": true,
- "cookies": ['_jsuid', '_eventqueue', '_referrer_og', '_utm_og', '_first_pageview', 'clicky_olark', 'no_trackyy_' + tarteaucitron.user.clickyId, 'unpoco_' + tarteaucitron.user.clickyId, 'heatmaps_g2g_' + tarteaucitron.user.clickyId],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.clickyId === undefined) {
+
+ if (tarteaucitron.user.shinystatUser === undefined) {
return;
}
- tarteaucitron.addScript('//static.getclicky.com/js', '', function () {
- if (typeof clicky.init === 'function') {
- clicky.init(tarteaucitron.user.clickyId);
- }
- if (typeof tarteaucitron.user.clickyMore === 'function') {
- tarteaucitron.user.clickyMore();
- }
- });
+
+ tarteaucitron.addScript('https://codice.shinystat.com/cgi-bin/getcod.cgi?USER=' + tarteaucitron.user.shinystatUser);
}
};
-// clicmanager
-tarteaucitron.services.clicmanager = {
- "key": "clicmanager",
- "type": "ads",
- "name": "Clicmanager",
- "uri": "http://www.clicmanager.fr/infos_legales.php",
+// activecampaignvgo
+tarteaucitron.services.activecampaignvgo = {
+ "key": "activecampaignvgo",
+ "type": "other",
+ "name": "Active Campaign",
+ "uri": "https://www.activecampaign.com/legal/privacy-policy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
- tarteaucitron.fallback(['clicmanager-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" c="' + x.getAttribute('c') + '" s="' + x.getAttribute('s') + '" t="' + x.getAttribute('t') + '"></div>';
- });
+ if (tarteaucitron.user.activecampaignAccount === undefined) {
+ return;
+ }
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = '//ads.clicmanager.fr/exe.php?';
- uri += 'c=' + document.getElementById(uniqIds[i]).getAttribute('c') + '&';
- uri += 's=' + document.getElementById(uniqIds[i]).getAttribute('s') + '&';
- uri += 't=' + document.getElementById(uniqIds[i]).getAttribute('t');
+ window.visitorGlobalObjectAlias="vgo";
+ window[window.visitorGlobalObjectAlias]=window[window.visitorGlobalObjectAlias]||function(){(window[window.visitorGlobalObjectAlias].q=window[window.visitorGlobalObjectAlias].q||[]).push(arguments)};
+ window[window.visitorGlobalObjectAlias].l=(new Date).getTime();
- tarteaucitron.makeAsync.init(uri, uniqIds[i]);
- }
- },
- "fallback": function () {
- "use strict";
- var id = 'clicmanager';
- tarteaucitron.fallback(['clicmanager-canvas'], tarteaucitron.engage(id));
+ tarteaucitron.addScript('https://diffuser-cdn.app-us1.com/diffuser/diffuser.js', '', function () {
+ vgo('setAccount', tarteaucitron.user.activecampaignAccount);
+ vgo('setTrackByDefault', true);
+ vgo('process');
+ });
}
};
-// compteur
-tarteaucitron.services.compteur = {
- "key": "compteur",
- "type": "analytic",
- "name": "Compteur.fr",
- "uri": "https://www.compteur.fr/help_privacy_policy.htm",
+// Brevo (formerly sendinblue)
+tarteaucitron.services.sendinblue = {
+ "key": "sendinblue",
+ "type": "other",
+ "name": "Brevo (formerly sendinblue)",
+ "uri": "https://www.brevo.com/fr/legal/cookies/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.compteurID === undefined) {
+
+ if (tarteaucitron.user.sendinblueKey === undefined) {
return;
}
- tarteaucitron.addScript('https://server2.compteur.fr/log7.js', '', function() {wtslog7(tarteaucitron.user.compteurID,1);});
+
+ window.sib = {equeue: [], client_key: tarteaucitron.user.sendinblueKey};
+ window.sendinblue = {};
+ for (var j = ['track', 'identify', 'trackLink', 'page'], i = 0; i < j.length; i++) {
+ (function(k) {
+ window.sendinblue[k] = function() {
+ var arg = Array.prototype.slice.call(arguments);
+ (window.sib[k] || function() {
+ var t = {};
+ t[k] = arg;
+ window.sib.equeue.push(t);
+ })(arg[0], arg[1], arg[2], arg[3]);
+ };
+ })(j[i]);
+ }
+
+ tarteaucitron.addScript('https://sibautomation.com/sa.js?key=' + window.sib.client_key, 'sendinblue-js', function () {
+ window.sendinblue.page();
+ });
}
};
-// contentsquare
-tarteaucitron.services.contentsquare = {
- "key": "contentsquare",
- "type": "api",
- "name": "ContentSquare",
- "uri": "https://docs.contentsquare.com/uxa-en/#collected-data",
+// collectchat
+tarteaucitron.services.collectchat = {
+ "key": "collectchat",
+ "type": "other",
+ "name": "Collect Chat",
+ "uri": "https://collect.chat/privacy/",
"needConsent": true,
- "cookies": ['_cs_id', '_cs_s', '_cs_vars', '_cs_ex', '_cs_c', '_cs_optout'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.contentsquareID === undefined) {
+
+ if (tarteaucitron.user.collectchatId === undefined) {
return;
}
- tarteaucitron.addScript('//t.contentsquare.net/uxa/'+tarteaucitron.user.contentsquareID+'.js');
+
+ window.CollectId = tarteaucitron.user.collectchatId;
+
+ tarteaucitron.addScript('https://collectcdn.com/launcher.js');
}
};
-// crazyegg
-tarteaucitron.services.crazyegg = {
- "key": "crazyegg",
+// eulerian
+tarteaucitron.services.eulerian = {
+ "key": "eulerian",
"type": "analytic",
- "name": "Crazy Egg",
- "uri": "https://www.crazyegg.com/privacy",
+ "name": "Eulerian",
+ "uri": "https://www.eulerian.com/rgpd",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.crazyeggId === undefined) {
+ if (tarteaucitron.user.eulerianHost === undefined) {
return;
}
- tarteaucitron.addScript('//script.crazyegg.com/pages/scripts/' + tarteaucitron.user.crazyeggId.substr(0, 4) + '/' + tarteaucitron.user.crazyeggId.substr(4, 4) + '.js');
+ (function(e,a){var i=e.length,y=5381,k='script',s=window,v=document,o=v.createElement(k);for(;i;){i-=1;y=(y*33)^e.charCodeAt(i)}y='_EA_'+(y>>>=0);(function(e,a,s,y){s[a]=s[a]||function(){(s[y]=s[y]||[]).push(arguments);s[y].eah=e;};}(e,a,s,y));i=new Date/1E7|0;o.ea=y;y=i%26;o.async=1;o.src='//'+e+'/'+String.fromCharCode(97+y,122-y,65+y)+(i%1E3)+'.js?2';s=v.getElementsByTagName(k)[0];s.parentNode.insertBefore(o,s);})
+ (tarteaucitron.user.eulerianHost,'EA_push');
+ EA_push();
}
};
-// clarity
-tarteaucitron.services.clarity = {
- "key": "clarity",
- "type": "analytic",
- "name": "Clarity",
- "uri": "https://clarity.microsoft.com/",
+// posthog
+tarteaucitron.services.posthog = {
+ "key": "posthog",
+ "type": "other",
+ "name": "Posthog",
+ "uri": "https://posthog.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- window["clarity"]= window["clarity"]||function(){(window["clarity"].q= window["clarity"].q||[]).push(arguments)};
+ if (tarteaucitron.user.posthogApiKey === undefined || tarteaucitron.user.posthogHost === undefined) {
+ return;
+ }
+
+ !function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);
+
+ posthog.init(tarteaucitron.user.posthogApiKey, {api_host: tarteaucitron.user.posthogHost});
- tarteaucitron.addScript('https://www.clarity.ms/tag/' + tarteaucitron.user.clarity);
}
};
-// criteo
-tarteaucitron.services.criteo = {
- "key": "criteo",
- "type": "ads",
- "name": "Criteo",
- "uri": "http://www.criteo.com/privacy/",
+// googlesignin
+tarteaucitron.services.googlesignin = {
+ "key": "googlesignin",
+ "type": "other",
+ "name": "Google Signin",
+ "uri": "https://policies.google.com/technologies/cookies#types-of-cookies",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- document.MAX_ct0 = '';
- var uniqIds = [],
- i,
- uri;
-
- tarteaucitron.fallback(['criteo-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" zoneid="' + x.getAttribute('zoneid') + '"></div>';
- });
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = '//cas.criteo.com/delivery/ajs.php?';
- uri += 'zoneid=' + document.getElementById(uniqIds[i]).getAttribute('zoneid');
- uri += '&nodis=1&cb=' + Math.floor(Math.random() * 99999999999);
- uri += '&loc=' + encodeURI(window.location);
- uri += (document.MAX_used !== ',') ? '&exclude=' + document.MAX_used : '';
- uri += (document.charset !== undefined ? '&charset=' + document.charset : '');
- uri += (document.characterSet !== undefined ? '&charset=' + document.characterSet : '');
- uri += (document.referrer !== undefined) ? '&referer=' + encodeURI(document.referrer) : '';
- uri += (document.context !== undefined) ? '&context=' + encodeURI(document.context) : '';
- uri += ((document.MAX_ct0 !== undefined) && (document.MAX_ct0.substring(0, 4) === 'http')) ? '&ct0=' + encodeURI(document.MAX_ct0) : '';
- uri += (document.mmm_fo !== undefined) ? '&mmm_fo=1' : '';
+ tarteaucitron.addScript('https://accounts.google.com/gsi/client');
+ }
+};
- tarteaucitron.makeAsync.init(uri, uniqIds[i]);
- }
- },
- "fallback": function () {
+// calendly
+tarteaucitron.services.calendly = {
+ "key": "calendly",
+ "type": "other",
+ "name": "Calendly",
+ "uri": "https://calendly.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
"use strict";
- var id = 'criteo';
- tarteaucitron.fallback(['criteo-canvas'], tarteaucitron.engage(id));
+
+ tarteaucitron.addScript('https://assets.calendly.com/assets/external/widget.js');
}
};
-// artetv
-tarteaucitron.services.artetv = {
- "key": "artetv",
- "type": "video",
- "name": "Arte.tv",
- "uri": "https://www.arte.tv/sites/fr/corporate/donnees-personnelles/",
+// tolkai
+tarteaucitron.services.tolkai = {
+ "key": "tolkai",
+ "type": "other",
+ "name": "tolk.ai",
+ "uri": "https://www.tolk.ai/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['artetv_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Arte.tv iframe'),
- video_json = x.getAttribute("json"),
- video_width = x.getAttribute("width"),
- video_height = x.getAttribute("height"),
- video_frame;
- if (video_json === undefined) {
- return "";
- }
+ if (tarteaucitron.user.tolkaiBot === undefined) {
+ return;
+ }
- video_frame = '<iframe title="' + frame_title + '" style="transition-duration: 0; transition-property: no; margin: 0 auto; position: relative; display: block; background-color: #000000;" src="https://www.arte.tv/player/v5/index.php?json_url=' + video_json + '" width="' + video_width + '" height="' + video_height + '" scrolling="no" allowfullscreen="allowfullscreen"></iframe>';
- return video_frame;
+ window.tcfbot = tarteaucitron.user.tolkaiBot;
+ window.TcfWbchtParams = { behaviour: 'default' };
+ window.display = 'iframe';
+ tarteaucitron.addScript('https://script.tolk.ai/iframe-latest.js');
+ }
+};
+
+// kwanko
+tarteaucitron.services.kwanko = {
+ "key": "kwanko",
+ "type": "ads",
+ "name": "Kwanko",
+ "uri": "https://www.kwanko.com/fr/rgpd/politique-gestion-donnees/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['tac_kwanko'], function (x) {
+ var mclic = tarteaucitron.getElemAttr(x, "data-mclic");
+
+ return '<img src="https://action.metaffiliation.com/trk.php?mclic=' + mclic + '" width="1" height="1" border="0" />';
});
},
"fallback": function () {
"use strict";
- var id = 'artetv';
- tarteaucitron.fallback(['artetv_player'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
+ var id = 'kwanko';
+ tarteaucitron.fallback(['tac_kwanko'], function (elem) {
return tarteaucitron.engage(id);
});
}
};
-// dailymotion
-tarteaucitron.services.dailymotion = {
- "key": "dailymotion",
- "type": "video",
- "name": "Dailymotion",
- "uri": "https://www.dailymotion.com/legal/privacy",
+// leadforensics
+tarteaucitron.services.leadforensics = {
+ "key": "leadforensics",
+ "type": "ads",
+ "name": "Lead Forensics",
+ "uri": "https://www.leadforensics.com/cookie-policy/",
"needConsent": true,
- "cookies": ['ts', 'dmvk', 'hist', 'v1st', 's_vi'],
+ "cookies": ['ifuuid'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['dailymotion_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Dailymotion iframe'),
- video_id = x.getAttribute("videoID"),
- video_width = x.getAttribute("width"),
- frame_width = 'width=',
- video_height = x.getAttribute("height"),
- frame_height = 'height=',
- video_frame,
- embed_type = x.getAttribute("embedType"),
- params = 'info=' + x.getAttribute("showinfo") + '&autoPlay=' + x.getAttribute("autoplay");
+ if (tarteaucitron.user.leadforensicsId === undefined) {
+ return;
+ }
- if (video_id === undefined) {
- return "";
- }
- if (video_width !== undefined) {
- frame_width += '"' + video_width + '" ';
- } else {
- frame_width += '"" ';
- }
- if (video_height !== undefined) {
- frame_height += '"' + video_height + '" ';
- } else {
- frame_height += '"" ';
- }
- if (embed_type === undefined || !['video', 'playlist'].includes(embed_type) ) {
- embed_type = "video";
- }
- video_frame = '<iframe title="' + frame_title + '" src="//www.dailymotion.com/embed/' + embed_type + '/' + video_id + '?' + params + '" ' + frame_width + frame_height + ' allowfullscreen></iframe>';
- return video_frame;
- });
- },
- "fallback": function () {
+ tarteaucitron.addScript('https://secure.team8save.com/js/sc/'+ tarteaucitron.user.leadforensicsId +'.js');
+ }
+};
+
+// ubib
+tarteaucitron.services.ubib = {
+ "key": "ubib",
+ "type": "support",
+ "name": "Ubib Chatbot",
+ "uri": "https://ubib.libanswers.com/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
"use strict";
- var id = 'dailymotion';
- tarteaucitron.fallback(['dailymotion_player'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+
+ if (tarteaucitron.user.ubibId === undefined || tarteaucitron.user.ubibHash === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://' + tarteaucitron.user.ubibId + '.libanswers.com/load_chat.php?hash=' + tarteaucitron.user.ubibHash);
}
};
-// dating affiliation
-tarteaucitron.services.datingaffiliation = {
- "key": "datingaffiliation",
- "type": "ads",
- "name": "Dating Affiliation",
- "uri": "http://www.dating-affiliation.com/conditions-generales.php",
+// wysistathightrack
+tarteaucitron.services.wysistathightrack = {
+ "key": "wysistathightrack",
+ "type": "analytic",
+ "name": "Wysistat (privacy by design)",
+ "uri": "https://www.wysistat.net/webanalytics/exemption-cnil/",
+ "needConsent": false,
+ "cookies": ['wysistat'],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.wysistatNom === undefined) {
+ return;
+ }
+
+ window._wsq = window._wsq || [];
+ window._wsq.push(['_setNom', tarteaucitron.user.wysistatNom]);
+ window._wsq.push(['_wysistat']);
+
+ tarteaucitron.addScript('https://www.wysistat.com/ws.jsa');
+ }
+};
+
+// robofabrica
+tarteaucitron.services.robofabrica = {
+ "key": "robofabrica",
+ "type": "support",
+ "name": "Robo Fabrica Chatbot",
+ "uri": "https://robofabrica.tech/charte-vie-privee/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['datingaffiliation-canvas'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Dating Affiliation iframe'),
- comfrom = x.getAttribute("data-comfrom"),
- r = x.getAttribute("data-r"),
- p = x.getAttribute("data-p"),
- cf0 = x.getAttribute("data-cf0"),
- langue = x.getAttribute("data-langue"),
- forward_affiliate = x.getAttribute("data-forwardAffiliate"),
- cf2 = x.getAttribute("data-cf2"),
- cfsa2 = x.getAttribute("data-cfsa2"),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = 'http://www.tools-affil2.com/rotaban/ban.php?' + comfrom;
- return '<iframe title="' + frame_title + '" src="' + url + '&r=' + r + '&p=' + p + '&cf0=' + cf0 + '&langue=' + langue + '&forward_affiliate=' + forward_affiliate + '&cf2=' + cf2 + '&cfsa2=' + cfsa2 + '" width="' + width + '" height="' + height + '" marginheight="0" marginwidth="0" scrolling="no"></iframe>';
+ if (tarteaucitron.user.robofabricaUuid === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://app.robofabrica.tech/widget/script', 'inceptive-cw-script', function() {
+
+ document.getElementById('inceptive-cw-script').setAttribute('unique-url', tarteaucitron.user.robofabricaUuid);
+ document.getElementById('inceptive-cw-script').setAttribute('label', 'start');
+ document.getElementById('inceptive-cw-script').setAttribute('launch-btn-id', 'inceptive-cw-launch');
+ document.getElementById('inceptive-cw-script').setAttribute('chat-server-url', 'https://app.robofabrica.tech:443');
+
});
+ }
+};
+
+// trustpilot
+tarteaucitron.services.trustpilot = {
+ "key": "trustpilot",
+ "type": "other",
+ "name": "Trustpilot",
+ "uri": "https://fr.legal.trustpilot.com/for-reviewers/end-user-privacy-terms",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['trustpilot-widget'], '');
+ tarteaucitron.addScript('https://widget.trustpilot.com/bootstrap/v5/tp.widget.sync.bootstrap.min.js');
},
"fallback": function () {
"use strict";
- var id = 'datingaffiliation';
- tarteaucitron.fallback(['datingaffiliation-canvas'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
+ var id = 'trustpilot';
+ tarteaucitron.fallback(['trustpilot-widget'], function (elem) {
+ elem.style.width = elem.getAttribute('data-style-width');
+ elem.style.height = elem.getAttribute('data-style-height');
return tarteaucitron.engage(id);
});
}
};
-// dating affiliation popup
-tarteaucitron.services.datingaffiliationpopup = {
- "key": "datingaffiliationpopup",
- "type": "ads",
- "name": "Dating Affiliation (Pop Up)",
- "uri": "http://www.dating-affiliation.com/conditions-generales.php",
+// snapchat
+tarteaucitron.services.snapchat = {
+ "key": "snapchat",
+ "type": "analytic",
+ "name": "Snapchat",
+ "uri": "https://snap.com/fr-FR/privacy/privacy-policy",
"needConsent": true,
- "cookies": ['__utma', '__utmb', '__utmc', '__utmt_Tools', '__utmv', '__utmz', '_ga', '_gat', '_gat_UA-65072040-17', '__da-pu-xflirt-ID-pc-o169'],
+ "cookies": [],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
- tarteaucitron.fallback(['datingaffiliationpopup-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" uri="' + x.getAttribute('uri') + '" comfrom="' + x.getAttribute('comfrom') + '" promo="' + x.getAttribute('promo') + '" productid="' + x.getAttribute('productid') + '" submitconfig="' + x.getAttribute('submitconfig') + '" ur="' + x.getAttribute('ur') + '" brand="' + x.getAttribute('brand') + '" lang="' + x.getAttribute('lang') + '" cf0="' + x.getAttribute('cf0') + '" cf2="' + x.getAttribute('cf2') + '" subid1="' + x.getAttribute('subid1') + '" cfsa2="' + x.getAttribute('cfsa2') + '" subid2="' + x.getAttribute('subid2') + '" nicheid="' + x.getAttribute('nicheid') + '" degreid="' + x.getAttribute('degreid') + '" bt="' + x.getAttribute('bt') + '" vis="' + x.getAttribute('vis') + '" hid="' + x.getAttribute('hid') + '" snd="' + x.getAttribute('snd') + '" aabd="' + x.getAttribute('aabd') + '" aabs="' + x.getAttribute('aabs') + '"></div>';
- });
+ if (tarteaucitron.user.snapchatId === undefined) {
+ return;
+ }
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = 'http://www.promotools.biz/da/popunder/script.php?';
- uri += 'comfrom=' + document.getElementById(uniqIds[i]).getAttribute('comfrom') + '&';
- uri += 'promo=' + document.getElementById(uniqIds[i]).getAttribute('promo') + '&';
- uri += 'product_id=' + document.getElementById(uniqIds[i]).getAttribute('productid') + '&';
- uri += 'submitconfig=' + document.getElementById(uniqIds[i]).getAttribute('submitconfig') + '&';
- uri += 'ur=' + document.getElementById(uniqIds[i]).getAttribute('ur') + '&';
- uri += 'brand=' + document.getElementById(uniqIds[i]).getAttribute('brand') + '&';
- uri += 'lang=' + document.getElementById(uniqIds[i]).getAttribute('lang') + '&';
- uri += 'cf0=' + document.getElementById(uniqIds[i]).getAttribute('cf0') + '&';
- uri += 'cf2=' + document.getElementById(uniqIds[i]).getAttribute('cf2') + '&';
- uri += 'subid1=' + document.getElementById(uniqIds[i]).getAttribute('subid1') + '&';
- uri += 'cfsa2=' + document.getElementById(uniqIds[i]).getAttribute('cfsa2') + '&';
- uri += 'subid2=' + document.getElementById(uniqIds[i]).getAttribute('subid2') + '&';
- uri += 'nicheId=' + document.getElementById(uniqIds[i]).getAttribute('nicheid') + '&';
- uri += 'degreId=' + document.getElementById(uniqIds[i]).getAttribute('degreid') + '&';
- uri += 'bt=' + document.getElementById(uniqIds[i]).getAttribute('bt') + '&';
- uri += 'vis=' + document.getElementById(uniqIds[i]).getAttribute('vis') + '&';
- uri += 'hid=' + document.getElementById(uniqIds[i]).getAttribute('hid') + '&';
- uri += 'snd=' + document.getElementById(uniqIds[i]).getAttribute('snd') + '&';
- uri += 'aabd=' + document.getElementById(uniqIds[i]).getAttribute('aabd') + '&';
- uri += 'aabs=' + document.getElementById(uniqIds[i]).getAttribute('aabs');
+ var a = window.snaptr = function() {
+ a.handleRequest ? a.handleRequest.apply(a, arguments) : a.queue.push(arguments)
+ };
+ a.queue = [];
- tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ if (tarteaucitron.user.snapchatEmail === undefined) {
+ window.snaptr('init', tarteaucitron.user.snapchatId);
+ } else {
+ window.snaptr('init', tarteaucitron.user.snapchatId, {
+ 'user_email': tarteaucitron.user.snapchatEmail
+ });
}
- },
- "fallback": function () {
+ window.snaptr('track', 'PAGE_VIEW');
+
+ tarteaucitron.addScript('https://sc-static.net/scevent.min.js');
+
+ if (typeof tarteaucitron.user.snapchatMore === 'function') {
+ tarteaucitron.user.snapchatMore();
+ }
+ }
+};
+
+// antvoice
+tarteaucitron.services.antvoice = {
+ "key": "antvoice",
+ "type": "ads",
+ "name": "antvoice",
+ "uri": "https://www.antvoice.com/fr/privacy-policy/",
+ "needConsent": true,
+ "cookies": ['antvoice'],
+ "js": function () {
"use strict";
- var id = 'datingaffiliationpopup';
- tarteaucitron.fallback(['datingaffiliationpopup-canvas'], tarteaucitron.engage(id));
+
+ if (tarteaucitron.user.antvoiceId === undefined) {
+ return;
+ }
+
+ window.avDataLayer = window.avDataLayer || [];
+ window.avtag = window.avtag || function(_cmd,_p) {
+ window.avDataLayer.push({cmd:_cmd,p:_p});
+ }
+ window.avtag('setConsent', {consent:true});
+ window.avtag('init', {id: tarteaucitron.user.antvoiceId});
+
+ tarteaucitron.addScript('https://static.avads.net/avtag.min.js');
}
};
-// deezer
-tarteaucitron.services.deezer = {
- "key": "deezer",
+// plausible
+tarteaucitron.services.plausible = {
+ "key": "plausible",
+ "type": "analytic",
+ "name": "Plausible",
+ "uri": "https://plausible.io/privacy",
+ "needConsent": false,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.plausibleDomain === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://plausible.io/js/script.js', '', '', '', 'data-domain', tarteaucitron.user.plausibleDomain);
+ }
+};
+
+// videas
+tarteaucitron.services.videas = {
+ "key": "videas",
"type": "video",
- "name": "Deezer",
- "uri": "https://www.deezer.com/legal/personal-datas",
+ "name": "Videas",
+ "uri": "https://videas.fr/fr/legal",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['deezer_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Deezer iframe'),
- deezer_id = x.getAttribute("deezerID"),
- deezer_width = x.getAttribute("width"),
- frame_width = 'width=',
- deezer_height = x.getAttribute("height"),
- frame_height = 'height=',
- deezer_frame,
- embed_theme = x.getAttribute("theme"),
- embed_type = x.getAttribute("embedType"),
- radius = x.getAttribute("radius"),
- tracklist = x.getAttribute("tracklist"),
- params;
+ tarteaucitron.fallback(['tac_videas'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Videas iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ id = tarteaucitron.getElemAttr(x, "data-id"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
- if (deezer_id === undefined) {
- return "";
- }
- if (deezer_width !== undefined) {
- frame_width += '"' + deezer_width + '" ';
- } else {
- frame_width += '"" ';
- }
- if (deezer_height !== undefined) {
- frame_height += '"' + deezer_height + '" ';
- } else {
- frame_height += '"" ';
- }
- if (embed_theme === undefined || !['auto', 'light', 'dark'].includes(embed_theme) ) {
- embed_theme = "auto";
- }
- if (embed_type === undefined || !['album', 'track', 'playlist'].includes(embed_type) ) {
- embed_type = "album";
- }
- if (radius === undefined || !['true', 'false'].includes(radius) ) {
- radius = "true";
- }
- if (tracklist === undefined || !['true', 'false'].includes(tracklist) ) {
- tracklist = "true";
- }
- params = 'tracklist=' + tracklist + '&radius=' + radius;
- deezer_frame = '<iframe title="' + frame_title + '" src="//widget.deezer.com/widget/' + embed_theme + '/' + embed_type + '/' + deezer_id + '?' + params + '" ' + frame_width + frame_height + ' allowfullscreen></iframe>';
- return deezer_frame;
+ return '<iframe title="' + frame_title + '" src="https://app.videas.fr/embed/' + id + '/" width="' + width + '" height="' + height + '" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
});
},
"fallback": function () {
"use strict";
- var id = 'deezer';
- tarteaucitron.fallback(['deezer_player'], function (elem) {
+ var id = 'videas';
+ tarteaucitron.fallback(['tac_videas'], function (elem) {
elem.style.width = elem.getAttribute('width') + 'px';
elem.style.height = elem.getAttribute('height') + 'px';
return tarteaucitron.engage(id);
}
};
-// leadforensics
-tarteaucitron.services.leadforensics = {
- "key": "leadforensics",
- "type": "analytic",
- "name": "LeadForensics",
- "uri": "https://www.leadforensics.com/privacy-policy/",
+// myfeelback
+tarteaucitron.services.myfeelback = {
+ "key": "myfeelback",
+ "type": "api",
+ "name": "MyFeelBack (Skeepers)",
+ "uri": "https://help.myfeelback.com/fr/quels-sont-les-cookies-d%C3%A9pos%C3%A9s-par-un-dispositif-de-collecte-myfeelback",
"needConsent": true,
- "cookies": ['trackalyzer'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.leadforensicsSf14gv === undefined ||
- tarteaucitron.user.leadforensicsIidentifier === undefined) {
+ if (tarteaucitron.user.myfeelbackId === undefined) {
return;
}
- window.sf14gv = tarteaucitron.user.leadforensicsSf14gv;
-
- (function() {
- var sf14g = document.createElement('script'); sf14g.async = true;
- sf14g.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 't.sf14g.com/sf14g.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sf14g, s);
- })();
-
- tarteaucitron.addScript('//secure.leadforensics.com/js/' + tarteaucitron.user.leadforensicsIidentifier + '.js');
+ window._Mfb_useCookie = true;
+ window._Mfb_ud = {
+ var1: undefined,
+ var2: undefined,
+ varN: undefined,
+ _context: {
+ lang: undefined,
+ privacyMode: false,
+ _page: {
+ url: location.pathname,
+ storageDuration: 30
+ }
+ }
+ };
+ tarteaucitron.addScript('https://actorssl-5637.kxcdn.com/actor/'+tarteaucitron.user.myfeelbackId+'/action', 'MFBActor');
}
};
-// disqus
-tarteaucitron.services.disqus = {
- "key": "disqus",
- "type": "comment",
- "name": "Disqus",
- "uri": "https://help.disqus.com/customer/portal/articles/466259-privacy-policy",
+// arcio
+tarteaucitron.services.arcio = {
+ "key": "arcio",
+ "type": "api",
+ "name": "Arc.io",
+ "uri": "https://arc.io/about",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.disqusShortname === undefined) {
+ if (tarteaucitron.user.arcId === undefined) {
return;
}
- tarteaucitron.addScript('//' + tarteaucitron.user.disqusShortname + '.disqus.com/embed.js');
- tarteaucitron.addScript('//' + tarteaucitron.user.disqusShortname + '.disqus.com/count.js');
- },
- "fallback": function () {
- "use strict";
- var id = 'disqus';
- if (document.getElementById('disqus_thread')) {
- document.getElementById('disqus_thread').innerHTML = tarteaucitron.engage(id);
- }
+ tarteaucitron.addScript('https://arc.io/widget.min.js#'+tarteaucitron.user.arcId);
}
};
-// ekomi
-tarteaucitron.services.ekomi = {
- "key": "ekomi",
- "type": "social",
- "name": "eKomi",
- "uri": "http://www.ekomi-us.com/us/privacy/",
+// doubleclick
+tarteaucitron.services.doubleclick = {
+ "key": "doubleclick",
+ "type": "ads",
+ "name": "DoubleClick",
+ "uri": "https://support.google.com/admanager/answer/2839090",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.ekomiCertId === undefined) {
- return;
- }
- window.eKomiIntegrationConfig = [
- {certId: tarteaucitron.user.ekomiCertId}
- ];
- tarteaucitron.addScript('//connect.ekomi.de/integration_1410173009/' + tarteaucitron.user.ekomiCertId + '.js');
+ tarteaucitron.fallback(['doubleclick_container'], function (x) {
+ var id1 = tarteaucitron.getElemAttr(x, "data-id1"),
+ id2 = tarteaucitron.getElemAttr(x, "data-id2"),
+ type = tarteaucitron.getElemAttr(x, "data-type"),
+ cat = tarteaucitron.getElemAttr(x, "data-cat"),
+ item = tarteaucitron.getElemAttr(x, "data-item"),
+ quantity = tarteaucitron.getElemAttr(x, "data-quantity"),
+ price = tarteaucitron.getElemAttr(x, "data-price"),
+ postage = tarteaucitron.getElemAttr(x, "data-postage"),
+ seller = tarteaucitron.getElemAttr(x, "data-seller"),
+ gdpr = tarteaucitron.getElemAttr(x, "data-gdpr"),
+ gdpr_consent = tarteaucitron.getElemAttr(x, "data-gdpr-consent"),
+ ord = tarteaucitron.getElemAttr(x, "data-ord"),
+ num = tarteaucitron.getElemAttr(x, "data-num");
+
+ return '<iframe src="https://'+id1+'.fls.doubleclick.net/activityi;src='+id2+';type='+type+';cat='+cat+';item='+item+';quantity='+quantity+';price='+price+';postage='+postage+';seller='+seller+';gdpr='+gdpr+';gdpr_consent='+gdpr_consent+';num='+num+';ord='+ord+'?" width="1" height="1" frameborder="0" style="display:none"></iframe>';
+ });
}
};
-// etracker
-tarteaucitron.services.etracker = {
- "key": "etracker",
+// userpilot
+tarteaucitron.services.userpilot = {
+ "key": "userpilot",
"type": "analytic",
- "name": "eTracker",
- "uri": "https://www.etracker.com/en/data-protection.html",
+ "name": "UserPilot",
+ "uri": "https://userpilot.com/privacy-policy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.etracker === undefined) {
+ if (tarteaucitron.user.userpilotToken === undefined) {
return;
}
- tarteaucitron.addScript('//static.etracker.com/code/e.js', '_etLoader', function () {}, true, "data-secure-code", tarteaucitron.user.etracker);
+ window.userpilotSettings = {token: tarteaucitron.user.userpilotToken};
+ tarteaucitron.addScript('https://js.userpilot.io/sdk/latest.js');
}
};
-// facebook
-tarteaucitron.services.facebook = {
- "key": "facebook",
- "type": "social",
- "name": "Facebook",
- "uri": "https://www.facebook.com/policy.php",
+tarteaucitron.services.piwikpro = {
+ "key": "piwikpro",
+ "type": "analytic",
+ "name": "Piwik Pro",
+ "uri": "https://piwik.pro/privacy-policy/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], '');
- tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.0', 'facebook-jssdk');
- if (tarteaucitron.isAjax === true) {
- if (typeof FB !== "undefined") {
- FB.XFBML.parse();
+ if (tarteaucitron.user.piwikProId === undefined || tarteaucitron.user.piwikProContainer === undefined) {
+ return;
+ }
+
+ window['dataLayer'] = window['dataLayer'] || [], window['dataLayer'].push({
+ start: (new Date).getTime(),
+ event: "stg.start"
+ });
+
+ function stgCreateCookie(a, b, c) {
+ var d = "";
+ if (c) {
+ var e = new Date;
+ e.setTime(e.getTime() + 24 * c * 60 * 60 * 1e3), d = "; expires=" + e.toUTCString()
}
+ document.cookie = a + "=" + b + d + "; path=/"
}
- },
- "fallback": function () {
- "use strict";
- var id = 'facebook';
- tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], tarteaucitron.engage(id));
+
+ var isStgDebug = (window.location.href.match("stg_debug") || document.cookie.match("stg_debug")) && !window.location.href.match("stg_disable_debug");
+ stgCreateCookie("stg_debug", isStgDebug ? 1 : "", isStgDebug ? 14 : -1);
+ var qP = [];
+
+ var qPString = qP.length > 0 ? ("?" + qP.join("&")) : "";
+ tarteaucitron.addScript('https://'+tarteaucitron.user.piwikProContainer+'.containers.piwik.pro/'+tarteaucitron.user.piwikProId+'.js'+qPString);
+
+ ! function(a, n, i) {
+ a[n] = a[n] || {};
+ for (var c = 0; c < i.length; c++) ! function(i) {
+ a[n][i] = a[n][i] || {}, a[n][i].api = a[n][i].api || function() {
+ var a = [].slice.call(arguments, 0);
+ "string" == typeof a[0] && window['dataLayer'].push({
+ event: n + "." + i + ":" + a[0],
+ parameters: [].slice.call(arguments, 1)
+ })
+ }
+ }(i[c])
+ }(window, "ppms", ["tm", "cm"]);
}
};
-// facebooklikebox
-tarteaucitron.services.facebooklikebox = {
- "key": "facebooklikebox",
- "type": "social",
- "name": "Facebook (like box)",
- "uri": "https://www.facebook.com/policy.php",
+// pinterestpixel
+tarteaucitron.services.pinterestpixel = {
+ "key": "pinterestpixel",
+ "type": "ads",
+ "name": "Pinterest Pixel",
+ "uri": "https://help.pinterest.com/fr/business/article/track-conversions-with-pinterest-tag",
"needConsent": true,
- "cookies": [],
+ "cookies": ['_pinterest_sess', '_pinterest_ct', '_pinterest_ct_mw', '_pinterest_ct_rt', '_epik', '_derived_epik', '_pin_unauth', '_pinterest_ct_ua'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['fb-like-box', 'fb-page'], '');
- tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.3', 'facebook-jssdk');
- if (tarteaucitron.isAjax === true) {
- if (typeof FB !== "undefined") {
- FB.XFBML.parse();
- }
+
+ if (tarteaucitron.user.pinterestpixelId === undefined) {
+ return;
+ }
+
+ if (!window.pintrk) {
+ window.pintrk = function () {
+ window.pintrk.queue.push(Array.prototype.slice.call(arguments));
+ };
+
+ var n = window.pintrk;
+ n.queue = [];
+ n.version = "3.0";
+
+ tarteaucitron.addScript('https://s.pinimg.com/ct/core.js', '', function () {
+ window.pintrk('load', tarteaucitron.user.pinterestpixelId);
+ window.pintrk('page');
+ });
}
- },
- "fallback": function () {
- "use strict";
- var id = 'facebooklikebox';
- tarteaucitron.fallback(['fb-like-box', 'fb-page'], tarteaucitron.engage(id));
}
};
-// facebookcomment
-tarteaucitron.services.facebookcomment = {
- "key": "facebookcomment",
- "type": "comment",
- "name": "Facebook (commentaire)",
- "uri": "https://www.facebook.com/policy.php",
+// elfsight
+tarteaucitron.services.elfsight = {
+ "key": "elfsight",
+ "type": "support",
+ "name": "Elfsight",
+ "uri": "https://elfsight.com/privacy-policy/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['__cfduid', '_p_hfp_client_id', 'session_id'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['fb-comments'], '');
- tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.0', 'facebook-jssdk');
- if (tarteaucitron.isAjax === true) {
- if (typeof FB !== "undefined") {
- FB.XFBML.parse();
- }
- }
- },
- "fallback": function () {
- "use strict";
- var id = 'facebookcomment';
- tarteaucitron.fallback(['fb-comments'], tarteaucitron.engage(id));
+
+ tarteaucitron.addScript('https://apps.elfsight.com/p/platform.js');
}
};
-// ferank
-tarteaucitron.services.ferank = {
- "key": "ferank",
+// plezi
+tarteaucitron.services.plezi = {
+ "key": "plezi",
"type": "analytic",
- "name": "FERank",
- "uri": "https://www.ferank.fr/respect-vie-privee/#mesureaudience",
- "needConsent": false,
+ "name": "Plezi",
+ "uri": "https://www.plezi.co/fr/mentions-legales/",
+ "needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.addScript('//static.ferank.fr/pixel.js', '', function () {
- if (typeof tarteaucitron.user.ferankMore === 'function') {
- tarteaucitron.user.ferankMore();
- }
- });
+
+ if (tarteaucitron.user.pleziTenant === undefined || tarteaucitron.user.pleziTw === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://brain.plezi.co/api/v1/analytics?tenant=' + tarteaucitron.user.pleziTenant + '&tw=' + tarteaucitron.user.pleziTw);
}
};
-// pingdom
-tarteaucitron.services.pingdom = {
- "key": "pingdom",
- "type": "api",
- "name": "Pingdom",
- "uri": "https://www.solarwinds.com/general-data-protection-regulation-cloud",
+
+// smartsupp
+tarteaucitron.services.smartsupp = {
+ "key": "smartsupp",
+ "type": "support",
+ "name": "Smartsupp",
+ "uri": "https://www.smartsupp.com/help/privacy/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['ssupp.vid', 'ssupp.visits', 'AWSALB', 'AWSALBCORS'],
"js": function () {
"use strict";
- if (tarteaucitron.user.pingdomId === undefined) {
+ if (tarteaucitron.user.smartsuppKey === undefined) {
return;
}
- window._prum = [['id', tarteaucitron.user.pingdomId], ['mark', 'firstbyte', (new Date()).getTime()]];
+ window._smartsupp = window._smartsupp || {};
+ window._smartsupp.key = tarteaucitron.user.smartsuppKey;
+ window.smartsupp = function () {
+ window.smartsupp._.push(arguments)
+ };
+ window.smartsupp._ = [];
- tarteaucitron.addScript('https://rum-static.pingdom.net/prum.min.js');
+ tarteaucitron.addScript('https://www.smartsuppchat.com/loader.js');
}
};
-// simpleanalytics
-tarteaucitron.services.simpleanalytics = {
- "key": "simpleanalytics",
+
+// sharpspring
+tarteaucitron.services.sharpspring = {
+ "key": "sharpspring",
"type": "analytic",
- "name": "Simple Analytics",
- "uri": "https://docs.simpleanalytics.com/what-we-collect",
- "needConsent": false,
- "cookies": [],
+ "name": "SharpSpring",
+ "uri": "https://sharpspring.com/legal/sharpspring-cookie-policy/",
+ "needConsent": true,
+ "cookies": ['koitk', '__ss', '__ss_tk', '__ss_referrer'],
"js": function () {
"use strict";
- tarteaucitron.addScript('https://scripts.simpleanalyticscdn.com/latest.js');
+
+ if (tarteaucitron.user.ssId === undefined || tarteaucitron.user.ssAccount === undefined) {
+ return;
+ }
+
+ window._ss = window._ss || [];
+ window._ss.push(['_setDomain', 'https://' + tarteaucitron.user.ssId + '.marketingautomation.services/net']);
+ window._ss.push(['_setAccount', tarteaucitron.user.ssAccount]);
+ window._ss.push(['_trackPageView']);
+
+ window._pa = window._pa || {};
+
+ tarteaucitron.addScript('https://' + tarteaucitron.user.ssId + '.marketingautomation.services/client/ss.js');
}
};
-// stonly
-tarteaucitron.services.stonly = {
- "key": "stonly",
- "type": "api",
- "name": "Stonly",
- "uri": "https://stonly.com/privacy",
+// pardot
+tarteaucitron.services.pardot = {
+ "key": "pardot",
+ "type": "analytic",
+ "name": "Pardot",
+ "uri": "https://www.salesforce.com/company/privacy/full_privacy/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['visitor_id'],
"js": function () {
"use strict";
- if (tarteaucitron.user.stonlyId === undefined) {
+ if (tarteaucitron.user.piAId === undefined || tarteaucitron.user.piCId === undefined) {
return;
}
- window.STONLY_WID = tarteaucitron.user.stonlyId;
- window.StonlyWidget || ((window.w = window.StonlyWidget = function() {
- window.w._api ? window.w._api.apply(window.w, arguments) : window.w.queue.push(arguments)
- }).queue = []);
+ window.piAId = tarteaucitron.user.piAId;
+ window.piCId = tarteaucitron.user.piCId;
+ window.piHostname = 'pi.pardot.com';
- tarteaucitron.addScript('https://stonly.com/js/widget/v2/stonly-widget.js?v=' + Date.now());
+ tarteaucitron.addScript('https://pi.pardot.com/pd.js');
}
};
-// stripe
-/*tarteaucitron.services.stripe = {
- "key": "stripe",
- "type": "api",
- "name": "Stripe",
- "uri": "https://stripe.com/cookies-policy/legal",
+// Open Web Analytics
+tarteaucitron.services.openwebanalytics = {
+ "key": "openwebanalytics",
+ "type": "analytic",
+ "name": "Open Web Analytics",
+ "uri": "",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.addScript('https://js.stripe.com/v3/');
- }
-};*/
-// ferank pub
-tarteaucitron.services.ferankpub = {
- "key": "ferankpub",
- "type": "ads",
- "name": "FERank (pub)",
- "uri": "https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",
- "needConsent": false,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.addScript('//static.ferank.fr/publicite.async.js');
- if (tarteaucitron.isAjax === true) {
- if (typeof ferankReady === 'function') {
- ferankReady();
- }
+ if (tarteaucitron.user.openwebanalyticsId === undefined || tarteaucitron.user.openwebanalyticsHost === undefined) {
+ return;
}
- },
- "fallback": function () {
- "use strict";
- var id = 'ferankpub';
- tarteaucitron.fallback(['ferank-publicite'], tarteaucitron.engage(id));
+
+ window.owa_baseUrl = tarteaucitron.user.openwebanalyticsHost;
+ window.owa_cmds = window.owa_cmds || [];
+ window.owa_cmds.push(['setSiteId', tarteaucitron.user.openwebanalyticsId]);
+ window.owa_cmds.push(['trackPageView']);
+ window.owa_cmds.push(['trackClicks']);
+
+ tarteaucitron.addScript(window.owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js');
}
};
-// get+
-tarteaucitron.services.getplus = {
- "key": "getplus",
- "type": "analytic",
- "name": "Get+",
- "uri": "http://www.getplus.fr/Conditions-generales-de-vente_a226.html",
+// xandr universal pixel
+// https://docs.xandr.com/bundle/invest_invest-standard/page/topics/universal-pixel-overview.html
+tarteaucitron.services.xandr = {
+ "key": "xandr",
+ "type": "ads",
+ "name": "Xandr (Universal)",
+ "uri": "https://www.xandr.com/privacy/cookie-policy/",
"needConsent": true,
- "cookies": ['_first_pageview', '_jsuid', 'no_trackyy_' + tarteaucitron.user.getplusId, '_eventqueue'],
+ "cookies": ['uuid2', 'uids', 'sess', 'icu', 'anj', 'usersync'],
"js": function () {
"use strict";
- if (tarteaucitron.user.getplusId === undefined) {
+ if (tarteaucitron.user.xandrId === undefined) {
return;
}
- window.webleads_site_ids = window.webleads_site_ids || [];
- window.webleads_site_ids.push(tarteaucitron.user.getplusId);
- tarteaucitron.addScript('//stats.webleads-tracker.com/js');
- }
-};
+ if (!window.pixie) {
+ var n = window.pixie = function (e, i, a) {
+ n.actionQueue.push({
+ action: e,
+ actionValue: i,
+ params: a
+ })
+ };
+ n.actionQueue = [];
+ }
-// google+
-tarteaucitron.services.gplus = {
- "key": "gplus",
- "type": "social",
- "name": "Google+",
- "uri": "https://policies.google.com/privacy",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.addScript('https://apis.google.com/js/platform.js');
- },
- "fallback": function () {
- "use strict";
- var id = 'gplus';
- tarteaucitron.fallback(['g-plus', 'g-plusone'], tarteaucitron.engage(id));
+ tarteaucitron.addScript('https://acdn.adnxs.com/dmp/up/pixie.js', '', function () {
+ window.pixie('init', tarteaucitron.user.xandrId);
+ window.pixie('event', 'PageView');
+ });
}
};
-// google+ badge
-tarteaucitron.services.gplusbadge = {
- "key": "gplusbadge",
- "type": "social",
- "name": "Google+ (badge)",
- "uri": "https://policies.google.com/privacy",
+// xandr segment
+// https://docs.xandr.com/bundle/invest_invest-standard/page/topics/segment-pixels-advanced.html
+tarteaucitron.services.xandrsegment = {
+ "key": "xandrsegment",
+ "type": "ads",
+ "name": "Xandr (Segment)",
+ "uri": "https://www.xandr.com/privacy/cookie-policy/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['uuid2', 'uids', 'sess', 'icu', 'anj', 'usersync'],
"js": function () {
"use strict";
- tarteaucitron.addScript('https://apis.google.com/js/platform.js');
- },
- "fallback": function () {
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['xandrsegment-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" xandrsegmentAdd="' + tarteaucitron.getElemAttr(x, 'xandrsegmentAdd') + '" xandrsegmentAddCode="' + tarteaucitron.getElemAttr(x, 'xandrsegmentAddCode') + '" xandrsegmentRemove="' + tarteaucitron.getElemAttr(x, 'xandrsegmentRemove') + '" xandrsegmentRemoveCode="' + tarteaucitron.getElemAttr(x, 'xandrsegmentRemoveCode') + '" xandrsegmentMember="' + tarteaucitron.getElemAttr(x, 'xandrsegmentMember') + '" xandrsegmentRedir="' + tarteaucitron.getElemAttr(x, 'xandrsegmentRedir') + '" xandrsegmentValue="' + tarteaucitron.getElemAttr(x, 'xandrsegmentValue') + '" xandrsegmentOther="' + tarteaucitron.getElemAttr(x, 'xandrsegmentOther') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = '//ib.adnxs.com/seg?t=2&';
+ uri += 'add=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentAdd') + '&';
+ uri += 'add_code=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentAddCode') + '&';
+ uri += 'remove=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentRemove') + '&';
+ uri += 'remove_code=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentRemoveCode') + '&';
+ uri += 'member=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentMember') + '&';
+ uri += 'redir=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentRedir') + '&';
+ uri += 'value=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentValue') + '&';
+ uri += 'other=' + document.getElementById(uniqIds[i]).getAttribute('xandrsegmentOther');
+
+ document.getElementById(uniqIds[i]).innerHTML = '<img src=\'' + uri + '\' width=\'1\' height=\'1\' />';
+ }
+ },
+ "fallback": function () {
"use strict";
- var id = 'gplusbadge';
- tarteaucitron.fallback(['g-page', 'g-person'], tarteaucitron.engage(id));
+ var id = 'xandrsegment';
+ tarteaucitron.fallback(['xandrsegment-canvas'], tarteaucitron.engage(id));
}
};
-// google adsense
-tarteaucitron.services.adsense = {
- "key": "adsense",
+// xandr conversion
+// https://docs.xandr.com/bundle/invest_invest-standard/page/topics/working-with-conversion-pixels.html
+tarteaucitron.services.xandrconversion = {
+ "key": "xandrconversion",
"type": "ads",
- "name": "Google Adsense",
- "uri": "https://adssettings.google.com/",
+ "name": "Xandr (Conversion)",
+ "uri": "https://www.xandr.com/privacy/cookie-policy/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['uuid2', 'uids', 'sess', 'icu', 'anj', 'usersync'],
"js": function () {
"use strict";
- tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['xandrconversion-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" xandrconversionId="' + tarteaucitron.getElemAttr(x, 'xandrconversionId') + '" xandrconversionSeg="' + tarteaucitron.getElemAttr(x, 'xandrconversionSeg') + '" xandrconversionOrderId="' + tarteaucitron.getElemAttr(x, 'xandrconversionOrderId') + '" xandrconversionValue="' + tarteaucitron.getElemAttr(x, 'xandrconversionValue') + '" xandrconversionRedir="' + tarteaucitron.getElemAttr(x, 'xandrconversionRedir') + '" xandrconversionOther="' + tarteaucitron.getElemAttr(x, 'xandrconversionOther') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = '//ib.adnxs.com/px?t=2&';
+ uri += 'id=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionId') + '&';
+ uri += 'seg=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionSeg') + '&';
+ uri += 'order_id=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionOrderId') + '&';
+ uri += 'value=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionValue') + '&';
+ uri += 'redir=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionRedir') + '&';
+ uri += 'other=' + document.getElementById(uniqIds[i]).getAttribute('xandrconversionOther');
+
+ document.getElementById(uniqIds[i]).innerHTML = '<img src=\'' + uri + '\' width=\'1\' height=\'1\' />';
+ }
},
"fallback": function () {
"use strict";
- var id = 'adsense';
- tarteaucitron.fallback(['adsbygoogle'], tarteaucitron.engage(id));
+ var id = 'xandrconversion';
+ tarteaucitron.fallback(['xandrconversion-canvas'], tarteaucitron.engage(id));
}
};
-// google partners badge
-tarteaucitron.services.googlepartners = {
- "key": "googlepartners",
- "type": "ads",
- "name": "Google Partners Badge",
- "uri": "https://adssettings.google.com/",
+// helloasso
+tarteaucitron.services.helloasso = {
+ "key": "helloasso",
+ "type": "api",
+ "name": "HelloAsso",
+ "uri": "https://www.helloasso.com/confidentialite",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.addScript('https://apis.google.com/js/platform.js');
+ tarteaucitron.fallback(['tac_helloasso'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'HelloAsso iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = tarteaucitron.getElemAttr(x, "data-url"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
+
+ return '<iframe title="' + frame_title + '" id="haWidget" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ });
},
"fallback": function () {
"use strict";
- var id = 'googlepartners';
- tarteaucitron.fallback(['g-partnersbadge'], tarteaucitron.engage(id));
+ var id = 'helloasso';
+ tarteaucitron.fallback(['tac_helloasso'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// google adsense search (form)
-tarteaucitron.services.adsensesearchform = {
- "key": "adsensesearchform",
- "type": "ads",
- "name": "Google Adsense Search (form)",
- "uri": "https://adssettings.google.com/",
+// podcloud
+tarteaucitron.services.podcloud = {
+ "key": "podcloud",
+ "type": "video",
+ "name": "podCloud",
+ "uri": "https://podcloud.fr/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.addScript('//www.google.com/coop/cse/brand?form=cse-search-box&lang=' + tarteaucitron.getLanguage());
+ tarteaucitron.fallback(['tac_podcloud'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'podCloud iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = tarteaucitron.getElemAttr(x, "data-url"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
+
+ return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'podcloud';
+ tarteaucitron.fallback(['tac_podcloud'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// google adsense search (result)
-tarteaucitron.services.adsensesearchresult = {
- "key": "adsensesearchresult",
- "type": "ads",
- "name": "Google Adsense Search (result)",
- "uri": "https://adssettings.google.com/",
+// facebookpost
+tarteaucitron.services.facebookpost = {
+ "key": "facebookpost",
+ "type": "social",
+ "name": "Facebook (post)",
+ "uri": "https://www.facebook.com/policy.php",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.adsensesearchresultCx === undefined) {
- return;
- }
- tarteaucitron.addScript('//www.google.com/cse/cse.js?cx=' + tarteaucitron.user.adsensesearchresultCx);
+ tarteaucitron.fallback(['tac_facebookpost'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Facebook iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = tarteaucitron.getElemAttr(x, "data-url"),
+ appId = tarteaucitron.getElemAttr(x, "data-appid"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen"),
+ showText = tarteaucitron.getElemAttr(x, "data-show-text");
+
+ return '<iframe title="' + frame_title + '" src="https://www.facebook.com/plugins/post.php?href=' + encodeURIComponent(url) + '&width=' + width + '&show_text=false&appId=' + appId + '&show_text=' + showText + '&height=' + height + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ });
},
"fallback": function () {
"use strict";
- var id = 'adsensesearchresult';
-
- if (document.getElementById('gcse_searchresults')) {
- document.getElementById('gcse_searchresults').innerHTML = tarteaucitron.engage(id);
- }
+ var id = 'facebookpost';
+ tarteaucitron.fallback(['tac_facebookpost'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// googleadwordsconversion
-tarteaucitron.services.googleadwordsconversion = {
- "key": "googleadwordsconversion",
- "type": "ads",
- "name": "Google Adwords (conversion)",
- "uri": "https://www.google.com/settings/ads",
+// amplitude
+tarteaucitron.services.amplitude = {
+ "key": "amplitude",
+ "type": "analytic",
+ "name": "Amplitude",
+ "uri": "https://amplitude.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.adwordsconversionId === undefined) {
+ if (tarteaucitron.user.amplitude === undefined) {
return;
}
+ tarteaucitron.addScript('https://cdn.amplitude.com/libs/amplitude-5.8.0-min.gz.js', '', function () {
- tarteaucitron.addScript('//www.googleadservices.com/pagead/conversion_async.js', '', function () {
- window.google_trackConversion({
- google_conversion_id: tarteaucitron.user.adwordsconversionId,
- google_conversion_label: tarteaucitron.user.adwordsconversionLabel,
- google_conversion_language: tarteaucitron.user.adwordsconversionLanguage,
- google_conversion_format: tarteaucitron.user.adwordsconversionFormat,
- google_conversion_color: tarteaucitron.user.adwordsconversionColor,
- google_conversion_value: tarteaucitron.user.adwordsconversionValue,
- google_conversion_currency: tarteaucitron.user.adwordsconversionCurrency,
- google_custom_params: {
- parameter1: tarteaucitron.user.adwordsconversionCustom1,
- parameter2: tarteaucitron.user.adwordsconversionCustom2
- }
- });
+ window.amplitude = {
+ _q: [],
+ _iq: {}
+ };
+ function s(e, t) { e.prototype[t] = function () { this._q.push([t].concat(Array.prototype.slice.call(arguments, 0))); return this } }
+ var o = function () { this._q = []; return this };
+ var a = ["add", "append", "clearAll", "prepend", "set", "setOnce", "unset"];
+ for (var u = 0; u < a.length; u++) { s(o, a[u]) }
+ amplitude.Identify = o;
+ var c = function () { this._q = []; return this };
+ var l = ["setProductId", "setQuantity", "setPrice", "setRevenueType", "setEventProperties"];
+ for (var p = 0; p < l.length; p++) { s(c, l[p]) }
+ amplitude.Revenue = c;
+ var d = ["init", "logEvent", "logRevenue", "setUserId", "setUserProperties", "setOptOut", "setVersionName", "setDomain", "setDeviceId", "enableTracking", "setGlobalUserProperties", "identify", "clearUserProperties", "setGroup", "logRevenueV2", "regenerateDeviceId", "groupIdentify", "onInit", "logEventWithTimestamp", "logEventWithGroups", "setSessionId", "resetSessionId"];
+ function v(e) { function t(t) { e[t] = function () { e._q.push([t].concat(Array.prototype.slice.call(arguments, 0))) } } for (var n = 0; n < d.length; n++) { t(d[n]) } }
+ v(amplitude);
+ amplitude.getInstance = function (e) { e = (!e || e.length === 0 ? "$default_instance" : e).toLowerCase(); if (!amplitude._iq.hasOwnProperty(e)) { amplitude._iq[e] = { _q: [] }; v(amplitude._iq[e]) } return amplitude._iq[e] };
+
+ amplitude.getInstance().init(tarteaucitron.user.amplitude);
});
}
};
-// googleadwordsremarketing
-tarteaucitron.services.googleadwordsremarketing = {
- "key": "googleadwordsremarketing",
- "type": "ads",
- "name": "Google Adwords (remarketing)",
- "uri": "https://www.google.com/settings/ads",
+// abtasty
+tarteaucitron.services.abtasty = {
+ "key": "abtasty",
+ "type": "api",
+ "name": "ABTasty",
+ "uri": "https://www.abtasty.com/terms-of-use/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['ABTasty', 'ABTastySession'],
"js": function () {
"use strict";
- if (tarteaucitron.user.adwordsremarketingId === undefined) {
+ if (tarteaucitron.user.abtastyID === undefined) {
return;
}
-
- tarteaucitron.addScript('//www.googleadservices.com/pagead/conversion_async.js', '', function () {
- window.google_trackConversion({
- google_conversion_id: tarteaucitron.user.adwordsremarketingId,
- google_remarketing_only: true
- });
- });
+ tarteaucitron.addScript('//try.abtasty.com/' + tarteaucitron.user.abtastyID + '.js');
}
};
-// google analytics (old)
-tarteaucitron.services.gajs = {
- "key": "gajs",
+
+// yandex metrica
+tarteaucitron.services.metrica = {
+ "key": "metrica",
"type": "analytic",
- "name": "Google Analytics (ga.js)",
- "uri": "https://policies.google.com/privacy",
+ "name": "Yandex Metrica",
+ "uri": "https://yandex.com/legal/confidential/",
"needConsent": true,
- "cookies": (function () {
- var googleIdentifier = tarteaucitron.user.gajsUa,
- tagUaCookie = '_gat_gtag_' + googleIdentifier,
- tagGCookie = '_ga_' + googleIdentifier;
-
- tagUaCookie = tagUaCookie.replace(/-/g, '_');
- tagGCookie = tagGCookie.replace(/G-/g, '');
-
- return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie];
- })(),
+ "cookies": ['_ym_metrika_enabled', '_ym_isad', '_ym_uid', '_ym_d', 'yabs-sid', '_ym_debug', '_ym_mp2_substs', '_ym_hostIndex', '_ym_mp2_track', 'yandexuid', 'usst'],
"js": function () {
"use strict";
- window._gaq = window._gaq || [];
- window._gaq.push(['_setAccount', tarteaucitron.user.gajsUa]);
-
- if (tarteaucitron.user.gajsAnonymizeIp) {
- window._gaq.push (['_gat._anonymizeIp']);
- }
-
- if (tarteaucitron.user.gajsPageView) {
- window._gaq.push(['_trackPageview, ' + tarteaucitron.user.gajsPageView]);
- } else {
- window._gaq.push(['_trackPageview']);
+ if (tarteaucitron.user.yandexmetrica === undefined) {
+ return;
}
-
- tarteaucitron.addScript('//www.google-analytics.com/ga.js', '', function () {
- if (typeof tarteaucitron.user.gajsMore === 'function') {
- tarteaucitron.user.gajsMore();
- }
+ tarteaucitron.addScript('https://mc.yandex.ru/metrika/tag.js', '', function () {
+
+ (function (m, e, t, r, i, k, a) {
+ m[i] = m[i] || function () { (m[i].a = m[i].a || []).push(arguments) };
+ m[i].l = 1 * new Date(); k = e.createElement(t), a = e.getElementsByTagName(t)[0], k.async = 1, k.src = r, a.parentNode.insertBefore(k, a)
+ })
+ (window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
+
+ ym(tarteaucitron.user.yandexmetrica, "init", {
+ clickmap: true,
+ trackLinks: true,
+ accurateTrackBounce: true,
+ webvisor: true,
+ ecommerce: "dataLayer"
+ });
});
}
};
-// google analytics
-tarteaucitron.services.analytics = {
- "key": "analytics",
- "type": "analytic",
- "name": "Google Analytics (universal)",
- "uri": "https://policies.google.com/privacy",
+// addthis
+tarteaucitron.services.addthis = {
+ "key": "addthis",
+ "type": "social",
+ "name": "AddThis",
+ "uri": "https://www.addthis.com/privacy/privacy-policy#publisher-visitors",
"needConsent": true,
- "cookies": (function () {
- var googleIdentifier = tarteaucitron.user.analyticsUa,
- tagUaCookie = '_gat_gtag_' + googleIdentifier,
- tagGCookie = '_ga_' + googleIdentifier;
-
- tagUaCookie = tagUaCookie.replace(/-/g, '_');
- tagGCookie = tagGCookie.replace(/G-/g, '');
-
- return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie];
- })(),
+ "cookies": ['__atuvc', '__atuvs'],
"js": function () {
"use strict";
- window.GoogleAnalyticsObject = 'ga';
- window.ga = window.ga || function () {
- window.ga.q = window.ga.q || [];
- window.ga.q.push(arguments);
- };
- window.ga.l = new Date();
- tarteaucitron.addScript('https://www.google-analytics.com/analytics.js', '', function () {
- var uaCreate = {'cookieExpires': 34128000};
- tarteaucitron.extend(uaCreate, tarteaucitron.user.analyticsUaCreate || {});
- ga('create', tarteaucitron.user.analyticsUa, uaCreate);
+ if (tarteaucitron.user.addthisPubId === undefined) {
+ return;
+ }
+ if (tarteaucitron.isAjax === true) {
+ window.addthis = null;
+ window._adr = null;
+ window._atc = null;
+ window._atd = null;
+ window._ate = null;
+ window._atr = null;
+ window._atw = null;
+ }
+ tarteaucitron.fallback(['addthis_inline_share_toolbox'], '');
+ tarteaucitron.addScript('//s7.addthis.com/js/300/addthis_widget.js#pubid=' + tarteaucitron.user.addthisPubId);
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'addthis';
+ tarteaucitron.fallback(['addthis_inline_share_toolbox'], tarteaucitron.engage(id));
+ }
+};
- if (tarteaucitron.user.analyticsAnonymizeIp) {
- ga('set', 'anonymizeIp', true);
- }
+// addtoanyfeed
+tarteaucitron.services.addtoanyfeed = {
+ "key": "addtoanyfeed",
+ "type": "social",
+ "name": "AddToAny (feed)",
+ "uri": "https://www.addtoany.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.addtoanyfeedUri === undefined) {
+ return;
+ }
+ tarteaucitron.user.addtoanyfeedSubscribeLink = 'https://www.addtoany.com/subscribe?linkurl=' + tarteaucitron.user.addtoanyfeedUri;
+ window.a2a_config = window.a2a_config || {};
+ window.a2a_config.linkurl = tarteaucitron.user.addtoanyfeedUri;
+ tarteaucitron.addScript('//static.addtoany.com/menu/feed.js');
+ },
+ "fallback": function () {
+ "use strict";
+ tarteaucitron.user.addtoanyfeedSubscribeLink = 'https://www.addtoany.com/subscribe?linkurl=' + tarteaucitron.user.addtoanyfeedUri;
+ }
+};
- if (typeof tarteaucitron.user.analyticsPrepare === 'function') {
- tarteaucitron.user.analyticsPrepare();
- }
+// addtoanyshare
+tarteaucitron.services.addtoanyshare = {
+ "key": "addtoanyshare",
+ "type": "social",
+ "name": "AddToAny (share)",
+ "uri": "https://www.addtoany.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['tac_addtoanyshare'], function (elem) {
+ elem.remove();
+ }, true);
+ tarteaucitron.addScript('//static.addtoany.com/menu/page.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'addtoanyshare';
+ tarteaucitron.fallback(['tac_addtoanyshare'], tarteaucitron.engage(id));
+ }
+};
- if (tarteaucitron.user.analyticsPageView) {
- ga('send', 'pageview', tarteaucitron.user.analyticsPageView);
- } else {
- ga('send', 'pageview');
- }
+// aduptech ads
+tarteaucitron.services.aduptech_ads = {
+ "key": "aduptech_ads",
+ "type": "ads",
+ "name": "Ad Up Technology (ads)",
+ "uri": "https://www.adup-tech.com/datenschutz",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
- if (typeof tarteaucitron.user.analyticsMore === 'function') {
- tarteaucitron.user.analyticsMore();
+ var IDENTIFIER = "aduptech_ads",
+ API_URL = "https://s.d.adup-tech.com/jsapi";
+
+ var elements = document.getElementsByClassName(IDENTIFIER);
+ if (!elements || elements.length === 0) {
+ return;
+ }
+
+ tarteaucitron.fallback([IDENTIFIER], "");
+
+ tarteaucitron.addScript(API_URL, "", function () {
+ for (var i = 0; i < elements.length; i++) {
+ var element = elements[i];
+
+ if (!element.getAttribute("id")) {
+ element.setAttribute("id", IDENTIFIER + Math.random().toString(36).substr(2, 9));
+ }
+
+ window.uAd.embed(element.getAttribute("id"), {
+ placementKey: element.getAttribute("placementKey"),
+ responsive: Boolean(element.getAttribute("responsive")),
+ lazy: Boolean(element.getAttribute("lazy")),
+ adtest: Boolean(element.getAttribute("test")),
+ query: element.getAttribute("query") || "",
+ minCpc: element.getAttribute("minCpc") || "",
+ pageUrl: element.getAttribute("pageUrl") || "",
+ skip: element.getAttribute("skip") || ""
+ });
}
});
+
+ },
+ "fallback": function () {
+ "use strict";
+ tarteaucitron.fallback(["aduptech_ads"], tarteaucitron.engage("aduptech_ads"));
}
};
-// google analytics
-tarteaucitron.services.gtag = {
- "key": "gtag",
- "type": "analytic",
- "name": "Google Analytics (gtag.js)",
- "uri": "https://policies.google.com/privacy",
+// aduptech conversion
+tarteaucitron.services.aduptech_conversion = {
+ "key": "aduptech_conversion",
+ "type": "ads",
+ "name": "Ad Up Technology (conversion)",
+ "uri": "https://www.adup-tech.com/datenschutz",
"needConsent": true,
- "cookies": (function () {
- var googleIdentifier = tarteaucitron.user.gtagUa,
- tagUaCookie = '_gat_gtag_' + googleIdentifier,
- tagGCookie = '_ga_' + googleIdentifier;
-
- tagUaCookie = tagUaCookie.replace(/-/g, '_');
- tagGCookie = tagGCookie.replace(/G-/g, '');
-
- return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie];
- })(),
+ "cookies": [],
"js": function () {
"use strict";
- window.dataLayer = window.dataLayer || [];
- tarteaucitron.addScript('https://www.googletagmanager.com/gtag/js?id=' + tarteaucitron.user.gtagUa, '', function () {
- window.gtag = function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- if (tarteaucitron.user.gtagCrossdomain) {
- /**
- * https://support.google.com/analytics/answer/7476333?hl=en
- * https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain
- */
- gtag(
- 'config',
- tarteaucitron.user.gtagUa,
- { 'anonymize_ip': true },
- {linker: {
- domains: tarteaucitron.user.gtagCrossdomain,
- }},
- );
- } else {
- gtag('config', tarteaucitron.user.gtagUa, { 'anonymize_ip': true });
+ var IDENTIFIER = "aduptech_conversion",
+ CONVERSION_PIXEL_BASE_URL = "https://d.adup-tech.com/campaign/conversion";
+
+ var elements = document.getElementsByClassName(IDENTIFIER);
+ if (!elements || elements.length === 0) {
+ return;
+ }
+
+ tarteaucitron.fallback([IDENTIFIER], "");
+
+ for (var i = 0; i < elements.length; i++) {
+ var element = elements[i];
+
+ if (!element.getAttribute("advertiserId") || !element.getAttribute("conversionCode")) {
+ continue;
}
- if (typeof tarteaucitron.user.gtagMore === 'function') {
- tarteaucitron.user.gtagMore();
+ var url = CONVERSION_PIXEL_BASE_URL +
+ "/" + encodeURIComponent(element.getAttribute("advertiserId")) +
+ "?t=" + encodeURIComponent(element.getAttribute("conversionCode"));
+
+ if (element.getAttribute("price")) {
+ url += "&price=" + encodeURIComponent(element.getAttribute("price"));
}
- });
+
+ if (element.getAttribute("quantity")) {
+ url += "&quantity=" + encodeURIComponent(element.getAttribute("quantity"));
+ }
+
+ if (element.getAttribute("total")) {
+ url += "&total=" + encodeURIComponent(element.getAttribute("total"));
+ }
+
+ if (element.getAttribute("orderId")) {
+ url += "&order_id=" + encodeURIComponent(element.getAttribute("orderId"));
+ }
+
+ if (element.getAttribute("itemNumber")) {
+ url += "&item_number=" + encodeURIComponent(element.getAttribute("itemNumber"));
+ }
+
+ if (element.getAttribute("description")) {
+ url += "&description=" + encodeURIComponent(element.getAttribute("description"));
+ }
+
+ (new Image()).src = url;
+ }
}
};
-// google maps
-tarteaucitron.services.googlemaps = {
- "key": "googlemaps",
- "type": "api",
- "name": "Google Maps",
- "uri": "https://policies.google.com/privacy",
+// aduptech retargeting
+tarteaucitron.services.aduptech_retargeting = {
+ "key": "aduptech_retargeting",
+ "type": "ads",
+ "name": "Ad Up Technology (retargeting)",
+ "uri": "https://www.adup-tech.com/datenschutz",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- var mapOptions,
- map,
- uniqIds = [],
- i;
- if (tarteaucitron.user.mapscallback === undefined) {
- tarteaucitron.user.mapscallback = 'tac_googlemaps_callback';
- }
+ var IDENTIFIER = "aduptech_retargeting",
+ API_URL = "https://s.d.adup-tech.com/services/retargeting.js";
- // Add Google Maps libraries if any (https://developers.google.com/maps/documentation/javascript/libraries)
- var googleMapsLibraries = '';
- if (tarteaucitron.user.googlemapsLibraries) {
- googleMapsLibraries = '&libraries=' + tarteaucitron.user.googlemapsLibraries;
+ var elements = document.getElementsByClassName(IDENTIFIER);
+ if (!elements || elements.length === 0) {
+ return;
}
- tarteaucitron.addScript('//maps.googleapis.com/maps/api/js?v=3.exp&key=' + tarteaucitron.user.googlemapsKey + '&callback='+tarteaucitron.user.mapscallback + googleMapsLibraries);
+ tarteaucitron.fallback([IDENTIFIER], "");
+
+ window.AdUpRetargeting = function (api) {
+ for (var i = 0; i < elements.length; i++) {
+ var element = elements[i];
+
+ api.init();
+
+ api.setAccount(element.getAttribute("account"));
+
+ if (element.getAttribute("email")) {
+ api.setEmail(element.getAttribute("email"));
+ } else if (element.getAttribute("hashedEmail")) {
+ api.setHashedEmail(element.getAttribute("hashedEmail"));
+ }
+
+ if (element.getAttribute("product")) {
+ try {
+ api.setProduct(JSON.parse(element.getAttribute("product")));
+ } catch (e) {
+ api.setProduct(element.getAttribute("product"));
+ }
+ }
+
+ if (element.getAttribute("transaction")) {
+ try {
+ api.setTransaction(JSON.parse(element.getAttribute("transaction")));
+ } catch (e) {
+ api.setTransaction(element.getAttribute("transaction"));
+ }
+ }
+
+ if (element.getAttribute("demarkUser")) {
+ api.setDemarkUser();
+ } else if (element.getAttribute("demarkProducts")) {
+ api.setDemarkProducts();
+ }
+
+ if (element.getAttribute("conversionCode")) {
+ api.setConversionCode(element.getAttribute("conversionCode"));
+ }
+
+ if (element.getAttribute("device")) {
+ var setter = "set" + element.getAttribute("device").charAt(0).toUpperCase() + element.getAttribute("device").slice(1);
+ if (typeof api[setter] === 'function') {
+ api[setter]();
+ }
+ }
+
+ if (element.getAttribute("track")) {
+ var tracker = "track" + element.getAttribute("track").charAt(0).toUpperCase() + element.getAttribute("track").slice(1);
+ if (typeof api[tracker] === "function") {
+ api[tracker]();
+ } else {
+ api.trackHomepage();
+ }
+ }
+ };
+ };
+
+ tarteaucitron.addScript(API_URL);
+ }
+};
+
+// alexa
+tarteaucitron.services.alexa = {
+ "key": "alexa",
+ "type": "analytic",
+ "name": "Alexa",
+ "uri": "https://www.alexa.com/help/privacy",
+ "needConsent": true,
+ "cookies": ['__asc', '__auc'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.alexaAccountID === undefined) {
+ return;
+ }
+ window._atrk_opts = {
+ atrk_acct: tarteaucitron.user.alexaAccountID,
+ domain: window.location.hostname.match(/[^\.]*\.[^.]*$/)[0],
+ dynamic: true
+ };
+ tarteaucitron.addScript('https://d31qbv1cthcecs.cloudfront.net/atrk.js');
+ }
+};
+
+// amazon
+tarteaucitron.services.amazon = {
+ "key": "amazon",
+ "type": "ads",
+ "name": "Amazon",
+ "uri": "https://www.amazon.com/gp/help/customer/display.html/?ie=UTF8&nodeId=201909010",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['amazon_product'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Amazon iframe',
+ amazonId = tarteaucitron.getElemAttr(x, "amazonid"),
+ productId = tarteaucitron.getElemAttr(x, "productid"),
+ url = '//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace=' + tarteaucitron.getLanguage().toUpperCase() + '&source=ss&ref=ss_til&ad_type=product_link&tracking_id=' + amazonId + '&marketplace=amazon®ion=' + tarteaucitron.getLanguage().toUpperCase() + '&placement=' + productId + '&asins=' + productId + '&show_border=true&link_opens_in_new_window=true',
+ iframe = '<iframe title="' + frame_title + '" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" src="' + url + '"></iframe>';
+
+ return iframe;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'amazon';
+ tarteaucitron.fallback(['amazon_product'], tarteaucitron.engage(id));
+ }
+};
+
+// calameo
+tarteaucitron.services.calameo = {
+ "key": "calameo",
+ "type": "video",
+ "name": "Calameo",
+ "uri": "https://fr.calameo.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['calameo-canvas'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Calameo iframe',
+ id = tarteaucitron.getElemAttr(x, "data-id"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = '//v.calameo.com/?bkcode=' + id,
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
+
+ return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'calameo';
+ tarteaucitron.fallback(['calameo-canvas'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// clicky
+tarteaucitron.services.clicky = {
+ "key": "clicky",
+ "type": "analytic",
+ "name": "Clicky",
+ "uri": "https://clicky.com/terms",
+ "needConsent": true,
+ "cookies": ['_jsuid', '_eventqueue', '_referrer_og', '_utm_og', '_first_pageview', 'clicky_olark', 'no_trackyy_' + tarteaucitron.user.clickyId, 'unpoco_' + tarteaucitron.user.clickyId, 'heatmaps_g2g_' + tarteaucitron.user.clickyId],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.clickyId === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//static.getclicky.com/js', '', function () {
+ if (typeof clicky.init === 'function') {
+ clicky.init(tarteaucitron.user.clickyId);
+ }
+ if (typeof tarteaucitron.user.clickyMore === 'function') {
+ tarteaucitron.user.clickyMore();
+ }
+ });
+ }
+};
+
+// clicmanager
+tarteaucitron.services.clicmanager = {
+ "key": "clicmanager",
+ "type": "ads",
+ "name": "Clicmanager",
+ "uri": "http://www.clicmanager.fr/infos_legales.php",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['clicmanager-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" c="' + tarteaucitron.getElemAttr(x, 'c') + '" s="' + tarteaucitron.getElemAttr(x, 's') + '" t="' + tarteaucitron.getElemAttr(x, 't') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = '//ads.clicmanager.fr/exe.php?';
+ uri += 'c=' + document.getElementById(uniqIds[i]).getAttribute('c') + '&';
+ uri += 's=' + document.getElementById(uniqIds[i]).getAttribute('s') + '&';
+ uri += 't=' + document.getElementById(uniqIds[i]).getAttribute('t');
+
+ tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'clicmanager';
+ tarteaucitron.fallback(['clicmanager-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// compteur
+tarteaucitron.services.compteur = {
+ "key": "compteur",
+ "type": "analytic",
+ "name": "Compteur.fr",
+ "uri": "https://www.compteur.fr/help_privacy_policy.htm",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.compteurID === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('https://server2.compteur.fr/log7.js', '', function () { wtslog7(tarteaucitron.user.compteurID, 1); });
+ }
+};
+
+// contentsquare
+tarteaucitron.services.contentsquare = {
+ "key": "contentsquare",
+ "type": "analytic",
+ "name": "ContentSquare",
+ "uri": "https://docs.contentsquare.com/uxa-en/#collected-data",
+ "needConsent": true,
+ "cookies": ['_cs_id', '_cs_s', '_cs_vars', '_cs_ex', '_cs_c', '_cs_optout'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.contentsquareID === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//t.contentsquare.net/uxa/' + tarteaucitron.user.contentsquareID + '.js');
+ }
+};
+
+// crazyegg
+tarteaucitron.services.crazyegg = {
+ "key": "crazyegg",
+ "type": "analytic",
+ "name": "Crazy Egg",
+ "uri": "https://www.crazyegg.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.crazyeggId === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//script.crazyegg.com/pages/scripts/' + tarteaucitron.user.crazyeggId.substr(0, 4) + '/' + tarteaucitron.user.crazyeggId.substr(4, 4) + '.js');
+ }
+};
+
+// clarity
+tarteaucitron.services.clarity = {
+ "key": "clarity",
+ "type": "analytic",
+ "name": "Clarity",
+ "uri": "https://clarity.microsoft.com/",
+ "needConsent": true,
+ "cookies": ['_clck', '_clsk', 'CLID', 'ANONCHK', 'MR', 'MUID', 'SM'],
+ "js": function () {
+ "use strict";
+
+ window["clarity"] = window["clarity"] || function () { (window["clarity"].q = window["clarity"].q || []).push(arguments) };
+
+ tarteaucitron.addScript('https://www.clarity.ms/tag/' + tarteaucitron.user.clarity);
+ }
+};
+
+// criteo
+tarteaucitron.services.criteo = {
+ "key": "criteo",
+ "type": "ads",
+ "name": "Criteo",
+ "uri": "http://www.criteo.com/privacy/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ document.MAX_ct0 = '';
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['criteo-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" zoneid="' + tarteaucitron.getElemAttr(x, 'zoneid') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = '//cas.criteo.com/delivery/ajs.php?';
+ uri += 'zoneid=' + document.getElementById(uniqIds[i]).getAttribute('zoneid');
+ uri += '&nodis=1&cb=' + Math.floor(Math.random() * 99999999999);
+ uri += '&loc=' + encodeURI(window.location);
+ uri += (document.MAX_used !== ',') ? '&exclude=' + document.MAX_used : '';
+ uri += (document.charset !== undefined ? '&charset=' + document.charset : '');
+ uri += (document.characterSet !== undefined ? '&charset=' + document.characterSet : '');
+ uri += (document.referrer !== undefined) ? '&referer=' + encodeURI(document.referrer) : '';
+ uri += (document.context !== undefined) ? '&context=' + encodeURI(document.context) : '';
+ uri += ((document.MAX_ct0 !== undefined) && (document.MAX_ct0.substring(0, 4) === 'http')) ? '&ct0=' + encodeURI(document.MAX_ct0) : '';
+ uri += (document.mmm_fo !== undefined) ? '&mmm_fo=1' : '';
+
+ tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'criteo';
+ tarteaucitron.fallback(['criteo-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// criteo onetag
+tarteaucitron.services.criteoonetag = {
+ "key": "criteoonetag",
+ "type": "ads",
+ "name": "Criteo OneTag",
+ "uri": "https://www.criteo.com/privacy/",
+ "needConsent": true,
+ "cookies": ['uid', 'tk', 'uid3pd'],
+ "js": function() {
+ "use strict";
+ if (tarteaucitron.user.criteoonetagAccount === undefined) return;
+
+ window.criteo_q = window.criteo_q || [];
+ window.criteo_q.push({
+ event: "setAccount",
+ account: tarteaucitron.user.criteoonetagAccount
+ })
+
+ tarteaucitron.addScript('//static.criteo.net/js/ld/ld.js', '', function() {
+ if (typeof tarteaucitron.user.criteoonetagMore === 'function') {
+ tarteaucitron.user.criteoonetagMore();
+ }
+ });
+ }
+};
+
+// artetv
+tarteaucitron.services.artetv = {
+ "key": "artetv",
+ "type": "video",
+ "name": "Arte.tv",
+ "uri": "https://www.arte.tv/sites/fr/corporate/donnees-personnelles/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['artetv_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Arte.tv iframe',
+ video_json = tarteaucitron.getElemAttr(x, "json"),
+ video_width = tarteaucitron.getElemAttr(x, "width"),
+ video_height = tarteaucitron.getElemAttr(x, "height"),
+ video_frame,
+ video_allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
+
+ if (video_json === undefined) {
+ return "";
+ }
+
+ video_frame = '<iframe title="' + frame_title + '" style="transition-duration: 0; transition-property: no; margin: 0 auto; position: relative; display: block; background-color: #000000;" src="https://www.arte.tv/player/v5/index.php?json_url=' + video_json + '" width="' + video_width + '" height="' + video_height + '" scrolling="no" ' + (video_allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ return video_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'artetv';
+ tarteaucitron.fallback(['artetv_player'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// dailymotion
+tarteaucitron.services.dailymotion = {
+ "key": "dailymotion",
+ "type": "video",
+ "name": "Dailymotion",
+ "uri": "https://www.dailymotion.com/legal/privacy",
+ "needConsent": true,
+ "cookies": ['ts', 'dmvk', 'hist', 'v1st', 's_vi'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['dailymotion_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Dailymotion iframe',
+ video_id = tarteaucitron.getElemAttr(x, "videoID"),
+ video_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ video_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+ video_frame,
+ embed_type = tarteaucitron.getElemAttr(x, "embedType"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen"),
+ showinfo = tarteaucitron.getElemAttr(x, "showinfo"),
+ autoplay = tarteaucitron.getElemAttr(x, "autoplay"),
+ api = tarteaucitron.getElemAttr(x, "api"),
+ params = 'info=' + showinfo + '&autoPlay=' + autoplay + '&api=' + api;
+
+ if (video_id === undefined) {
+ return "";
+ }
+ if (video_width !== undefined) {
+ frame_width += '"' + video_width + '" ';
+ } else {
+ frame_width += '"" ';
+ }
+ if (video_height !== undefined) {
+ frame_height += '"' + video_height + '" ';
+ } else {
+ frame_height += '"" ';
+ }
+ if (embed_type === undefined || !['video', 'playlist'].includes(embed_type)) {
+ embed_type = "video";
+ }
+ video_frame = '<iframe title="' + frame_title + '" src="//www.dailymotion.com/embed/' + embed_type + '/' + video_id + '?' + params + '" ' + frame_width + frame_height + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ return video_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'dailymotion';
+ tarteaucitron.fallback(['dailymotion_player'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// dating affiliation
+tarteaucitron.services.datingaffiliation = {
+ "key": "datingaffiliation",
+ "type": "ads",
+ "name": "Dating Affiliation",
+ "uri": "http://www.dating-affiliation.com/conditions-generales.php",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['datingaffiliation-canvas'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Dating Affiliation iframe',
+ comfrom = tarteaucitron.getElemAttr(x, "data-comfrom"),
+ r = tarteaucitron.getElemAttr(x, "data-r"),
+ p = tarteaucitron.getElemAttr(x, "data-p"),
+ cf0 = tarteaucitron.getElemAttr(x, "data-cf0"),
+ langue = tarteaucitron.getElemAttr(x, "data-langue"),
+ forward_affiliate = tarteaucitron.getElemAttr(x, "data-forwardAffiliate"),
+ cf2 = tarteaucitron.getElemAttr(x, "data-cf2"),
+ cfsa2 = tarteaucitron.getElemAttr(x, "data-cfsa2"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = 'http://www.tools-affil2.com/rotaban/ban.php?' + comfrom;
+
+ return '<iframe title="' + frame_title + '" src="' + url + '&r=' + r + '&p=' + p + '&cf0=' + cf0 + '&langue=' + langue + '&forward_affiliate=' + forward_affiliate + '&cf2=' + cf2 + '&cfsa2=' + cfsa2 + '" width="' + width + '" height="' + height + '" marginheight="0" marginwidth="0" scrolling="no"></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'datingaffiliation';
+ tarteaucitron.fallback(['datingaffiliation-canvas'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// dating affiliation popup
+tarteaucitron.services.datingaffiliationpopup = {
+ "key": "datingaffiliationpopup",
+ "type": "ads",
+ "name": "Dating Affiliation (Pop Up)",
+ "uri": "http://www.dating-affiliation.com/conditions-generales.php",
+ "needConsent": true,
+ "cookies": ['__utma', '__utmb', '__utmc', '__utmt_Tools', '__utmv', '__utmz', '_ga', '_gat', '_gat_UA-65072040-17', '__da-pu-xflirt-ID-pc-o169'],
+ "js": function () {
+ "use strict";
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['datingaffiliationpopup-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" uri="' + tarteaucitron.getElemAttr(x, 'uri') + '" comfrom="' + tarteaucitron.getElemAttr(x, 'comfrom') + '" promo="' + tarteaucitron.getElemAttr(x, 'promo') + '" productid="' + tarteaucitron.getElemAttr(x, 'productid') + '" submitconfig="' + tarteaucitron.getElemAttr(x, 'submitconfig') + '" ur="' + tarteaucitron.getElemAttr(x, 'ur') + '" brand="' + tarteaucitron.getElemAttr(x, 'brand') + '" lang="' + tarteaucitron.getElemAttr(x, 'lang') + '" cf0="' + tarteaucitron.getElemAttr(x, 'cf0') + '" cf2="' + tarteaucitron.getElemAttr(x, 'cf2') + '" subid1="' + tarteaucitron.getElemAttr(x, 'subid1') + '" cfsa2="' + tarteaucitron.getElemAttr(x, 'cfsa2') + '" subid2="' + tarteaucitron.getElemAttr(x, 'subid2') + '" nicheid="' + tarteaucitron.getElemAttr(x, 'nicheid') + '" degreid="' + tarteaucitron.getElemAttr(x, 'degreid') + '" bt="' + tarteaucitron.getElemAttr(x, 'bt') + '" vis="' + tarteaucitron.getElemAttr(x, 'vis') + '" hid="' + tarteaucitron.getElemAttr(x, 'hid') + '" snd="' + tarteaucitron.getElemAttr(x, 'snd') + '" aabd="' + tarteaucitron.getElemAttr(x, 'aabd') + '" aabs="' + tarteaucitron.getElemAttr(x, 'aabs') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = 'http://www.promotools.biz/da/popunder/script.php?';
+ uri += 'comfrom=' + document.getElementById(uniqIds[i]).getAttribute('comfrom') + '&';
+ uri += 'promo=' + document.getElementById(uniqIds[i]).getAttribute('promo') + '&';
+ uri += 'product_id=' + document.getElementById(uniqIds[i]).getAttribute('productid') + '&';
+ uri += 'submitconfig=' + document.getElementById(uniqIds[i]).getAttribute('submitconfig') + '&';
+ uri += 'ur=' + document.getElementById(uniqIds[i]).getAttribute('ur') + '&';
+ uri += 'brand=' + document.getElementById(uniqIds[i]).getAttribute('brand') + '&';
+ uri += 'lang=' + document.getElementById(uniqIds[i]).getAttribute('lang') + '&';
+ uri += 'cf0=' + document.getElementById(uniqIds[i]).getAttribute('cf0') + '&';
+ uri += 'cf2=' + document.getElementById(uniqIds[i]).getAttribute('cf2') + '&';
+ uri += 'subid1=' + document.getElementById(uniqIds[i]).getAttribute('subid1') + '&';
+ uri += 'cfsa2=' + document.getElementById(uniqIds[i]).getAttribute('cfsa2') + '&';
+ uri += 'subid2=' + document.getElementById(uniqIds[i]).getAttribute('subid2') + '&';
+ uri += 'nicheId=' + document.getElementById(uniqIds[i]).getAttribute('nicheid') + '&';
+ uri += 'degreId=' + document.getElementById(uniqIds[i]).getAttribute('degreid') + '&';
+ uri += 'bt=' + document.getElementById(uniqIds[i]).getAttribute('bt') + '&';
+ uri += 'vis=' + document.getElementById(uniqIds[i]).getAttribute('vis') + '&';
+ uri += 'hid=' + document.getElementById(uniqIds[i]).getAttribute('hid') + '&';
+ uri += 'snd=' + document.getElementById(uniqIds[i]).getAttribute('snd') + '&';
+ uri += 'aabd=' + document.getElementById(uniqIds[i]).getAttribute('aabd') + '&';
+ uri += 'aabs=' + document.getElementById(uniqIds[i]).getAttribute('aabs');
+
+ tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'datingaffiliationpopup';
+ tarteaucitron.fallback(['datingaffiliationpopup-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// deezer
+tarteaucitron.services.deezer = {
+ "key": "deezer",
+ "type": "video",
+ "name": "Deezer",
+ "uri": "https://www.deezer.com/legal/personal-datas",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['deezer_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Deezer iframe',
+ deezer_id = tarteaucitron.getElemAttr(x, "deezerID"),
+ deezer_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ deezer_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+ deezer_frame,
+ embed_theme = tarteaucitron.getElemAttr(x, "theme"),
+ embed_type = tarteaucitron.getElemAttr(x, "embedType"),
+ radius = tarteaucitron.getElemAttr(x, "radius"),
+ tracklist = tarteaucitron.getElemAttr(x, "tracklist"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen"),
+ params;
+
+ if (deezer_id === undefined) {
+ return "";
+ }
+ if (deezer_width !== undefined) {
+ frame_width += '"' + deezer_width + '" ';
+ } else {
+ frame_width += '"" ';
+ }
+ if (deezer_height !== undefined) {
+ frame_height += '"' + deezer_height + '" ';
+ } else {
+ frame_height += '"" ';
+ }
+ if (embed_theme === undefined || !['auto', 'light', 'dark'].includes(embed_theme)) {
+ embed_theme = "auto";
+ }
+ if (embed_type === undefined || !['album', 'track', 'playlist'].includes(embed_type)) {
+ embed_type = "album";
+ }
+ if (radius === undefined || !['true', 'false'].includes(radius)) {
+ radius = "true";
+ }
+ if (tracklist === undefined || !['true', 'false'].includes(tracklist)) {
+ tracklist = "true";
+ }
+ params = 'tracklist=' + tracklist + '&radius=' + radius;
+ deezer_frame = '<iframe title="' + frame_title + '" src="//widget.deezer.com/widget/' + embed_theme + '/' + embed_type + '/' + deezer_id + '?' + params + '" ' + frame_width + frame_height + ' ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ return deezer_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'deezer';
+ tarteaucitron.fallback(['deezer_player'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// leadforensicsold
+tarteaucitron.services.leadforensicsold = {
+ "key": "leadforensicsold",
+ "type": "analytic",
+ "name": "LeadForensics",
+ "uri": "https://www.leadforensics.com/privacy-policy/",
+ "needConsent": true,
+ "cookies": ['trackalyzer'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.leadforensicsSf14gv === undefined ||
+ tarteaucitron.user.leadforensicsIidentifier === undefined) {
+ return;
+ }
+
+ window.sf14gv = tarteaucitron.user.leadforensicsSf14gv;
+
+ (function () {
+ var sf14g = document.createElement('script'); sf14g.async = true;
+ sf14g.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 't.sf14g.com/sf14g.js';
+ var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(sf14g, s);
+ })();
+
+ tarteaucitron.addScript('//secure.leadforensics.com/js/' + tarteaucitron.user.leadforensicsIidentifier + '.js');
+ }
+};
+
+// disqus
+tarteaucitron.services.disqus = {
+ "key": "disqus",
+ "type": "comment",
+ "name": "Disqus",
+ "uri": "https://help.disqus.com/customer/portal/articles/466259-privacy-policy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.disqusShortname === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//' + tarteaucitron.user.disqusShortname + '.disqus.com/embed.js');
+ tarteaucitron.addScript('//' + tarteaucitron.user.disqusShortname + '.disqus.com/count.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'disqus';
+
+ if (document.getElementById('disqus_thread')) {
+ document.getElementById('disqus_thread').innerHTML = tarteaucitron.engage(id);
+ }
+ }
+};
+
+// ekomi
+tarteaucitron.services.ekomi = {
+ "key": "ekomi",
+ "type": "social",
+ "name": "eKomi",
+ "uri": "http://www.ekomi-us.com/us/privacy/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.ekomiCertId === undefined) {
+ return;
+ }
+ window.eKomiIntegrationConfig = [
+ { certId: tarteaucitron.user.ekomiCertId }
+ ];
+ tarteaucitron.addScript('//connect.ekomi.de/integration_1410173009/' + tarteaucitron.user.ekomiCertId + '.js');
+ }
+};
+
+// etracker
+tarteaucitron.services.etracker = {
+ "key": "etracker",
+ "type": "analytic",
+ "name": "eTracker",
+ "uri": "https://www.etracker.com/en/data-protection.html",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.etracker === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//static.etracker.com/code/e.js', '_etLoader', function () { }, true, "data-secure-code", tarteaucitron.user.etracker);
+ }
+};
+
+// facebook
+tarteaucitron.services.facebook = {
+ "key": "facebook",
+ "type": "social",
+ "name": "Facebook",
+ "uri": "https://www.facebook.com/policy.php",
+ "needConsent": true,
+ "cookies": ['xs', 'sb', 'fr', 'datr', 'dpr', 'c_user'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], '');
+ tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.0', 'facebook-jssdk');
+ if (tarteaucitron.isAjax === true) {
+ if (typeof FB !== "undefined") {
+ FB.XFBML.parse();
+ }
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'facebook';
+ tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like', 'fb-video'], tarteaucitron.engage(id));
+ }
+};
+
+// facebooklikebox
+tarteaucitron.services.facebooklikebox = {
+ "key": "facebooklikebox",
+ "type": "social",
+ "name": "Facebook (like box)",
+ "uri": "https://www.facebook.com/policy.php",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['fb-like-box', 'fb-page'], '');
+ tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.3', 'facebook-jssdk');
+ if (tarteaucitron.isAjax === true) {
+ if (typeof FB !== "undefined") {
+ FB.XFBML.parse();
+ }
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'facebooklikebox';
+ tarteaucitron.fallback(['fb-like-box', 'fb-page'], tarteaucitron.engage(id));
+ }
+};
+
+// facebookcomment
+tarteaucitron.services.facebookcomment = {
+ "key": "facebookcomment",
+ "type": "comment",
+ "name": "Facebook (commentaire)",
+ "uri": "https://www.facebook.com/policy.php",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['fb-comments'], '');
+ tarteaucitron.addScript('//connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk.js#xfbml=1&version=v2.0', 'facebook-jssdk');
+ if (tarteaucitron.isAjax === true) {
+ if (typeof FB !== "undefined") {
+ FB.XFBML.parse();
+ }
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'facebookcomment';
+ tarteaucitron.fallback(['fb-comments'], tarteaucitron.engage(id));
+ }
+};
+
+// ferank
+tarteaucitron.services.ferank = {
+ "key": "ferank",
+ "type": "analytic",
+ "name": "FERank",
+ "uri": "https://www.ferank.fr/respect-vie-privee/#mesureaudience",
+ "needConsent": false,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('//static.ferank.fr/pixel.js', '', function () {
+ if (typeof tarteaucitron.user.ferankMore === 'function') {
+ tarteaucitron.user.ferankMore();
+ }
+ });
+ }
+};
+
+// pingdom
+tarteaucitron.services.pingdom = {
+ "key": "pingdom",
+ "type": "api",
+ "name": "Pingdom",
+ "uri": "https://www.solarwinds.com/general-data-protection-regulation-cloud",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.pingdomId === undefined) {
+ return;
+ }
+
+ window._prum = [['id', tarteaucitron.user.pingdomId], ['mark', 'firstbyte', (new Date()).getTime()]];
+
+ tarteaucitron.addScript('https://rum-static.pingdom.net/prum.min.js');
+ }
+};
+
+
+// simpleanalytics
+tarteaucitron.services.simpleanalytics = {
+ "key": "simpleanalytics",
+ "type": "analytic",
+ "name": "Simple Analytics",
+ "uri": "https://docs.simpleanalytics.com/what-we-collect",
+ "needConsent": false,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('https://scripts.simpleanalyticscdn.com/latest.js');
+ }
+};
+
+// stonly
+tarteaucitron.services.stonly = {
+ "key": "stonly",
+ "type": "api",
+ "name": "Stonly (privacy by design)",
+ "uri": "https://trust.stonly.com/",
+ "needConsent": false,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.stonlyId === undefined) {
+ return;
+ }
+
+ window.STONLY_WID = tarteaucitron.user.stonlyId;
+ window.StonlyWidget || ((window.w = window.StonlyWidget = function () {
+ window.w._api ? window.w._api.apply(window.w, arguments) : window.w.queue.push(arguments)
+ }).queue = []);
+
+ tarteaucitron.addScript('https://stonly.com/js/widget/v2/stonly-widget.js?v=' + Date.now());
+ }
+};
+
+// stripe
+/*tarteaucitron.services.stripe = {
+ "key": "stripe",
+ "type": "api",
+ "name": "Stripe",
+ "uri": "https://stripe.com/cookies-policy/legal",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('https://js.stripe.com/v3/');
+ }
+};*/
+
+// ferank pub
+tarteaucitron.services.ferankpub = {
+ "key": "ferankpub",
+ "type": "ads",
+ "name": "FERank (pub)",
+ "uri": "https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",
+ "needConsent": false,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('//static.ferank.fr/publicite.async.js');
+ if (tarteaucitron.isAjax === true) {
+ if (typeof ferankReady === 'function') {
+ ferankReady();
+ }
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'ferankpub';
+ tarteaucitron.fallback(['ferank-publicite'], tarteaucitron.engage(id));
+ }
+};
+
+// get+
+tarteaucitron.services.getplus = {
+ "key": "getplus",
+ "type": "analytic",
+ "name": "Get+",
+ "uri": "http://www.getplus.fr/Conditions-generales-de-vente_a226.html",
+ "needConsent": true,
+ "cookies": ['_first_pageview', '_jsuid', 'no_trackyy_' + tarteaucitron.user.getplusId, '_eventqueue'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.getplusId === undefined) {
+ return;
+ }
+
+ window.webleads_site_ids = window.webleads_site_ids || [];
+ window.webleads_site_ids.push(tarteaucitron.user.getplusId);
+ tarteaucitron.addScript('//stats.webleads-tracker.com/js');
+ }
+};
+
+// google+
+tarteaucitron.services.gplus = {
+ "key": "gplus",
+ "type": "social",
+ "name": "Google+",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('https://apis.google.com/js/platform.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'gplus';
+ tarteaucitron.fallback(['g-plus', 'g-plusone'], tarteaucitron.engage(id));
+ }
+};
+
+// google+ badge
+tarteaucitron.services.gplusbadge = {
+ "key": "gplusbadge",
+ "type": "social",
+ "name": "Google+ (badge)",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('https://apis.google.com/js/platform.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'gplusbadge';
+ tarteaucitron.fallback(['g-page', 'g-person'], tarteaucitron.engage(id));
+ }
+};
+
+// google adsense
+tarteaucitron.services.adsense = {
+ "key": "adsense",
+ "type": "ads",
+ "name": "Google Adsense",
+ "uri": "https://adssettings.google.com/",
+ "needConsent": true,
+ "readmoreLink": "https://policies.google.com/technologies/partner-sites",
+ "cookies": ['__gads'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['adsbygoogle'], '');
+ tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'adsense';
+ tarteaucitron.fallback(['adsbygoogle'], tarteaucitron.engage(id));
+ }
+};
+
+
+// google adsense automatic
+tarteaucitron.services.adsenseauto = {
+ "key": "adsenseauto",
+ "type": "ads",
+ "name": "Google Adsense Automatic",
+ "uri": "https://adssettings.google.com/",
+ "needConsent": true,
+ "readmoreLink": "https://policies.google.com/technologies/partner-sites",
+ "cookies": ['__gads'],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.adsensecapub === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=' + tarteaucitron.user.adsensecapub, '', '', '', 'crossorigin', 'anonymous');
+ }
+};
+
+// Google Adsense Search
+tarteaucitron.services.adsensesearch = {
+ "key": "adsensesearch",
+ "type": "ads",
+ "name": "Google Adsense Search",
+ "uri": "https://adssettings.google.com/",
+ "needConsent": true,
+ "readmoreLink": "https://policies.google.com/technologies/partner-sites",
+ "cookies": ['__gads'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('https://www.google.com/adsense/search/ads.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'adsensesearch';
+ tarteaucitron.fallback(['afscontainer1'], tarteaucitron.engage(id));
+ }
+};
+
+// google partners badge
+tarteaucitron.services.googlepartners = {
+ "key": "googlepartners",
+ "type": "ads",
+ "name": "Google Partners Badge",
+ "uri": "https://adssettings.google.com/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('https://apis.google.com/js/platform.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'googlepartners';
+ tarteaucitron.fallback(['g-partnersbadge'], tarteaucitron.engage(id));
+ }
+};
+
+// google adsense search (form)
+tarteaucitron.services.adsensesearchform = {
+ "key": "adsensesearchform",
+ "type": "ads",
+ "name": "Google Adsense Search (form)",
+ "uri": "https://adssettings.google.com/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('//www.google.com/coop/cse/brand?form=cse-search-box&lang=' + tarteaucitron.getLanguage());
+ }
+};
+
+// google adsense search (result)
+tarteaucitron.services.adsensesearchresult = {
+ "key": "adsensesearchresult",
+ "type": "ads",
+ "name": "Google Adsense Search (result)",
+ "uri": "https://adssettings.google.com/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.adsensesearchresultCx === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//www.google.com/cse/cse.js?cx=' + tarteaucitron.user.adsensesearchresultCx);
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'adsensesearchresult';
+
+ if (document.getElementById('gcse_searchresults')) {
+ document.getElementById('gcse_searchresults').innerHTML = tarteaucitron.engage(id);
+ }
+ }
+};
+
+// googleadwordsconversion
+tarteaucitron.services.googleadwordsconversion = {
+ "key": "googleadwordsconversion",
+ "type": "ads",
+ "name": "Google Adwords (conversion)",
+ "uri": "https://www.google.com/settings/ads",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.adwordsconversionId === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//www.googleadservices.com/pagead/conversion_async.js', '', function () {
+ window.google_trackConversion({
+ google_conversion_id: tarteaucitron.user.adwordsconversionId,
+ google_conversion_label: tarteaucitron.user.adwordsconversionLabel,
+ google_conversion_language: tarteaucitron.user.adwordsconversionLanguage,
+ google_conversion_format: tarteaucitron.user.adwordsconversionFormat,
+ google_conversion_color: tarteaucitron.user.adwordsconversionColor,
+ google_conversion_value: tarteaucitron.user.adwordsconversionValue,
+ google_conversion_currency: tarteaucitron.user.adwordsconversionCurrency,
+ google_custom_params: {
+ parameter1: tarteaucitron.user.adwordsconversionCustom1,
+ parameter2: tarteaucitron.user.adwordsconversionCustom2
+ }
+ });
+ });
+ }
+};
+
+// googleadwordsremarketing
+tarteaucitron.services.googleadwordsremarketing = {
+ "key": "googleadwordsremarketing",
+ "type": "ads",
+ "name": "Google Adwords (remarketing)",
+ "uri": "https://www.google.com/settings/ads",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.adwordsremarketingId === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//www.googleadservices.com/pagead/conversion_async.js', '', function () {
+ window.google_trackConversion({
+ google_conversion_id: tarteaucitron.user.adwordsremarketingId,
+ google_remarketing_only: true
+ });
+ });
+ }
+};
+
+// google analytics (old)
+tarteaucitron.services.gajs = {
+ "key": "gajs",
+ "type": "analytic",
+ "name": "Google Analytics (ga.js)",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": (function () {
+ var googleIdentifier = tarteaucitron.user.gajsUa,
+ tagUaCookie = '_gat_gtag_' + googleIdentifier,
+ tagGCookie = '_ga_' + googleIdentifier;
+
+ tagUaCookie = tagUaCookie.replace(/-/g, '_');
+ tagGCookie = tagGCookie.replace(/G-/g, '');
+
+ return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
+ })(),
+ "js": function () {
+ "use strict";
+ window._gaq = window._gaq || [];
+ window._gaq.push(['_setAccount', tarteaucitron.user.gajsUa]);
+ if (timeExpire !== undefined) {
+ _gaq.push(['_setVisitorCookieTimeout', timeExpire]);
+ }
+
+ if (tarteaucitron.user.gajsAnonymizeIp) {
+ window._gaq.push(['_gat._anonymizeIp']);
+ }
+
+ if (tarteaucitron.user.gajsPageView) {
+ window._gaq.push(['_trackPageview, ' + tarteaucitron.user.gajsPageView]);
+ } else {
+ window._gaq.push(['_trackPageview']);
+ }
+
+ tarteaucitron.addScript('//www.google-analytics.com/ga.js', '', function () {
+ if (typeof tarteaucitron.user.gajsMore === 'function') {
+ tarteaucitron.user.gajsMore();
+ }
+ });
+ }
+};
+
+// google analytics
+tarteaucitron.services.analytics = {
+ "key": "analytics",
+ "type": "analytic",
+ "name": "Google Analytics (universal)",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": (function () {
+ var googleIdentifier = tarteaucitron.user.analyticsUa,
+ tagUaCookie = '_gat_gtag_' + googleIdentifier,
+ tagGCookie = '_ga_' + googleIdentifier;
+
+ tagUaCookie = tagUaCookie.replace(/-/g, '_');
+ tagGCookie = tagGCookie.replace(/G-/g, '');
+
+ return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
+ })(),
+ "js": function () {
+ "use strict";
+ window.GoogleAnalyticsObject = 'ga';
+ window.ga = window.ga || function () {
+ window.ga.q = window.ga.q || [];
+ window.ga.q.push(arguments);
+ };
+ window.ga.l = new Date();
+ tarteaucitron.addScript('https://www.google-analytics.com/analytics.js', '', function () {
+ var uaCreate = { 'cookieExpires': (timeExpire !== undefined) ? timeExpire : 34128000 };
+ tarteaucitron.extend(uaCreate, tarteaucitron.user.analyticsUaCreate || {});
+ ga('create', tarteaucitron.user.analyticsUa, uaCreate);
+
+ if (tarteaucitron.user.analyticsAnonymizeIp) {
+ ga('set', 'anonymizeIp', true);
+ }
+
+ if (typeof tarteaucitron.user.analyticsPrepare === 'function') {
+ tarteaucitron.user.analyticsPrepare();
+ }
+
+ if (tarteaucitron.user.analyticsPageView) {
+ ga('send', 'pageview', tarteaucitron.user.analyticsPageView);
+ } else {
+ ga('send', 'pageview');
+ }
+
+ if (typeof tarteaucitron.user.analyticsMore === 'function') {
+ tarteaucitron.user.analyticsMore();
+ }
+ });
+ }
+};
+
+// google ads
+tarteaucitron.services.googleads = {
+ "key": "googleads",
+ "type": "ads",
+ "name": "Google Ads",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": (function () {
+ var googleIdentifier = tarteaucitron.user.googleadsId,
+ tagUaCookie = '_gat_gtag_' + googleIdentifier,
+ tagGCookie = '_ga_' + googleIdentifier;
+
+ tagUaCookie = tagUaCookie.replace(/-/g, '_');
+ tagGCookie = tagGCookie.replace(/G-/g, '');
+
+ return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
+ })(),
+ "js": function () {
+ "use strict";
+ window.dataLayer = window.dataLayer || [];
+ tarteaucitron.addScript('https://www.googletagmanager.com/gtag/js?id=' + tarteaucitron.user.googleadsId, '', function () {
+ window.gtag = function gtag() { dataLayer.push(arguments); }
+ gtag('js', new Date());
+ var additional_config_info = (timeExpire !== undefined) ? {'anonymize_ip': true, 'cookie_expires': timeExpire / 1000} : {'anonymize_ip': true};
+
+ gtag('config', tarteaucitron.user.googleadsId, additional_config_info);
+
+ if (typeof tarteaucitron.user.googleadsMore === 'function') {
+ tarteaucitron.user.googleadsMore();
+ }
+ });
+ },
+ "fallback": function () {
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ this.js();
+ }
+ }
+};
+
+// google analytics
+tarteaucitron.services.gtag = {
+ "key": "gtag",
+ "type": "analytic",
+ "name": "Google Analytics (GA4)",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": (function () {
+ var googleIdentifier = tarteaucitron.user.gtagUa,
+ tagUaCookie = '_gat_gtag_' + googleIdentifier,
+ tagGCookie = '_ga_' + googleIdentifier;
+
+ tagUaCookie = tagUaCookie.replace(/-/g, '_');
+ tagGCookie = tagGCookie.replace(/G-/g, '');
+
+ return ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', tagUaCookie, tagGCookie, '_gcl_au'];
+ })(),
+ "js": function () {
+ "use strict";
+ window.dataLayer = window.dataLayer || [];
+ tarteaucitron.addScript('https://www.googletagmanager.com/gtag/js?id=' + tarteaucitron.user.gtagUa, '', function () {
+ window.gtag = function gtag() { dataLayer.push(arguments); }
+ gtag('js', new Date());
+ var additional_config_info = (timeExpire !== undefined) ? {'anonymize_ip': true, 'cookie_expires': timeExpire / 1000} : {'anonymize_ip': true};
+
+ if (tarteaucitron.user.gtagCrossdomain) {
+ /**
+ * https://support.google.com/analytics/answer/7476333?hl=en
+ * https://developers.google.com/analytics/devguides/collection/gtagjs/cross-domain
+ */
+ gtag('config', tarteaucitron.user.gtagUa, additional_config_info, { linker: { domains: tarteaucitron.user.gtagCrossdomain, } });
+ } else {
+ gtag('config', tarteaucitron.user.gtagUa, additional_config_info);
+ }
+
+ if (typeof tarteaucitron.user.gtagMore === 'function') {
+ tarteaucitron.user.gtagMore();
+ }
+ });
+ },
+ "fallback": function () {
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ this.js();
+ }
+ }
+};
+
+tarteaucitron.services.firebase = {
+ "key": "firebase",
+ "type": "analytic",
+ "name": "Firebase",
+ "uri": "https://firebase.google.com/support/privacy",
+ "needConsent": true,
+ "cookies": (function () {
+ var googleIdentifier = tarteaucitron.user.firebaseMeasurementId,
+ tagGCookie = '_ga_' + googleIdentifier;
+
+ tagGCookie = tagGCookie.replace(/G-/g, '');
+
+ return ['_ga', tagGCookie];
+ })(),
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.firebaseApiKey === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://www.gstatic.com/firebasejs/8.6.2/firebase-app.js', '', function () {
+ tarteaucitron.addScript('https://www.gstatic.com/firebasejs/8.6.2/firebase-analytics.js', '', function () {
+
+ var firebaseConfig = {
+ apiKey: tarteaucitron.user.firebaseApiKey,
+ authDomain: tarteaucitron.user.firebaseAuthDomain,
+ databaseURL: tarteaucitron.user.firebaseDatabaseUrl,
+ projectId: tarteaucitron.user.firebaseProjectId,
+ storageBucket: tarteaucitron.user.firebaseStorageBucket,
+ appId: tarteaucitron.user.firebaseAppId,
+ measurementId: tarteaucitron.user.firebaseMeasurementId,
+ };
+ firebase.initializeApp(firebaseConfig);
+ firebase.analytics();
+ });
+ });
+ }
+};
+
+// genially
+tarteaucitron.services.genially = {
+ "key": "genially",
+ "type": "api",
+ "name": "genially",
+ "uri": "https://www.genial.ly/cookies",
+ "needConsent": true,
+ "cookies": ['_gat', '_ga', '_gid'],
+ "js": function () {
+ "use strict";
+
+ tarteaucitron.fallback(['tac_genially'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'genially iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ geniallyid = tarteaucitron.getElemAttr(x, "geniallyid"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
+
+ return '<div style="position: relative; padding-bottom: 109.00%; padding-top: 0; height: 0;"><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" title="' + frame_title + '" src="https://view.genial.ly/' + geniallyid + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe></div>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'genially';
+ tarteaucitron.fallback(['tac_genially'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// google maps
+tarteaucitron.services.googlemaps = {
+ "key": "googlemaps",
+ "type": "api",
+ "name": "Google Maps",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ var mapOptions,
+ map,
+ uniqIds = [],
+ i;
+
+ if (tarteaucitron.user.mapscallback === undefined) {
+ tarteaucitron.user.mapscallback = 'tac_googlemaps_callback';
+ }
+
+ // Add Google Maps libraries if any (https://developers.google.com/maps/documentation/javascript/libraries)
+ var googleMapsLibraries = '';
+ if (tarteaucitron.user.googlemapsLibraries) {
+ googleMapsLibraries = '&libraries=' + tarteaucitron.user.googlemapsLibraries;
+ }
+
+ tarteaucitron.addScript('//maps.googleapis.com/maps/api/js?v=3.exp&key=' + tarteaucitron.user.googlemapsKey + '&callback=' + tarteaucitron.user.mapscallback + googleMapsLibraries);
+
+ window.tac_googlemaps_callback = function () {
+ tarteaucitron.fallback(['googlemaps-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" zoom="' + tarteaucitron.getElemAttr(x, 'zoom') + '" latitude="' + tarteaucitron.getElemAttr(x, 'latitude') + '" longitude="' + tarteaucitron.getElemAttr(x, 'longitude') + '" style="width:' + x.offsetWidth + 'px;height:' + x.offsetHeight + 'px"></div>';
+ });
+
+ var i;
+ for (i = 0; i < uniqIds.length; i += 1) {
+ mapOptions = {
+ zoom: parseInt(document.getElementById(uniqIds[i]).getAttribute('zoom'), 10),
+ center: new google.maps.LatLng(parseFloat(document.getElementById(uniqIds[i]).getAttribute('latitude'), 10), parseFloat(document.getElementById(uniqIds[i]).getAttribute('longitude'), 10))
+ };
+ map = new google.maps.Map(document.getElementById(uniqIds[i]), mapOptions);
+ new google.maps.Marker({ position: { lat: parseFloat(document.getElementById(uniqIds[i]).getAttribute('latitude'), 10), lng: parseFloat(document.getElementById(uniqIds[i]).getAttribute('longitude'), 10) }, map: map });
+ }
+ };
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'googlemaps';
+ tarteaucitron.fallback(['googlemaps-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// googlemaps search
+tarteaucitron.services.googlemapssearch = {
+ "key": "googlemapssearch",
+ "type": "api",
+ "name": "Google Maps Search API",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": ['nid'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['googlemapssearch'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Google search iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ // url = tarteaucitron.getElemAttr(x, "data-url");
+ query = escape(tarteaucitron.getElemAttr(x, "data-search")),
+ key = tarteaucitron.getElemAttr(x, "data-api-key");
+
+ return '<iframe title="' + frame_title + '" width="' + width + '" height="' + height + '" style="border:0" src="https://www.google.com/maps/embed/v1/place?q=' + query + '&key=' + key + '" allowfullscreen></iframe> '
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'googlemapssearch';
+ tarteaucitron.fallback(['googlemapssearch'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// googlemaps embed iframe
+tarteaucitron.services.googlemapsembed = {
+ "key": "googlemapsembed",
+ "type": "api",
+ "name": "Google Maps Embed",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": ['apisid', 'hsid', 'nid', 'sapisid', 'sid', 'sidcc', 'ssid', '1p_jar'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['googlemapsembed'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Google maps iframe',
+ width = tarteaucitron.getElemWidth(x),
+ height = tarteaucitron.getElemHeight(x),
+ url = tarteaucitron.getElemAttr(x, "data-url");
+
+ return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'googlemapsembed';
+ tarteaucitron.fallback(['googlemapsembed'], function (elem) {
+ elem.style.width = tarteaucitron.getElemWidth(elem) + 'px';
+ elem.style.height = tarteaucitron.getElemHeight(elem) + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+
+// openstreetmap embed iframe
+tarteaucitron.services.openstreetmap = {
+ "key": "openstreetmap",
+ "type": "api",
+ "name": "Openstreetmap Embed",
+ "uri": "https://wiki.osmfoundation.org/wiki/Privacy_Policy#Cookies",
+ "needConsent": true,
+ "cookies": ['apisid', 'hsid', 'nid', 'sapisid', 'sid', 'sidcc', 'ssid', '1p_jar'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['openstreetmap'], function (x) {
+ var width = tarteaucitron.getElemWidth(x),
+ height = tarteaucitron.getElemHeight(x),
+ url = tarteaucitron.getElemAttr(x, "data-url");
+
+ return '<iframe src="' + url + '" width="' + width + '" height="' + height + '" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" allowfullscreen></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'openstreetmap';
+ tarteaucitron.fallback(['openstreetmap'], function (elem) {
+ elem.style.width = tarteaucitron.getElemWidth(elem) + 'px';
+ elem.style.height = tarteaucitron.getElemHeight(elem) + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// geoportail embed iframe
+tarteaucitron.services.geoportail = {
+ "key": "geoportail",
+ "type": "api",
+ "name": "Geoportail maps Embed",
+ "uri": "https://www.ign.fr/institut/gestion-des-cookies",
+ "needConsent": true,
+ "cookies": ['apisid', 'hsid', 'nid', 'sapisid', 'sid', 'sidcc', 'ssid', '1p_jar'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['geoportail'], function (x) {
+ var width = tarteaucitron.getElemWidth(x),
+ height = tarteaucitron.getElemHeight(x),
+ url = tarteaucitron.getElemAttr(x, "data-url");
+
+ return '<iframe src="' + url + '" width="' + width + '" height="' + height + '" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" sandbox="allow-forms allow-scripts allow-same-origin" allowfullscreen></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'geoportail';
+ tarteaucitron.fallback(['geoportail'], function (elem) {
+ elem.style.width = tarteaucitron.getElemWidth(elem) + 'px';
+ elem.style.height = tarteaucitron.getElemHeight(elem) + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+
+// google tag manager
+tarteaucitron.services.googletagmanager = {
+ "key": "googletagmanager",
+ "type": "api",
+ "name": "Google Tag Manager",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.googletagmanagerId === undefined) {
+ return;
+ }
+ window.dataLayer = window.dataLayer || [];
+ window.dataLayer.push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+ tarteaucitron.addScript('https://www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId);
+ }
+};
+
+// google tag manager multiple
+tarteaucitron.services.multiplegoogletagmanager = {
+ "key": "multiplegoogletagmanager",
+ "type": "api",
+ "name": "Google Tag Manager",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.multiplegoogletagmanagerId === undefined) {
+ return;
+ }
+ window.dataLayer = window.dataLayer || [];
+ window.dataLayer.push({
+ 'gtm.start': new Date().getTime(),
+ event: 'gtm.js'
+ });
+
+ tarteaucitron.user.multiplegoogletagmanagerId.forEach(function (id) {
+ tarteaucitron.addScript('https://www.googletagmanager.com/gtm.js?id=' + id);
+ });
+
+ }
+};
+
+// google webfonts
+tarteaucitron.services.googlefonts = {
+ "key": "googlefonts",
+ "type": "api",
+ "name": "Google Webfonts",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.googleFonts === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js', '', function () {
+
+ if (tarteaucitron.user.googleFonts instanceof Array) {
+ WebFont.load({
+ google: {
+ families: tarteaucitron.user.googleFonts
+ }
+ });
+ } else {
+ WebFont.load({
+ google: {
+ families: [tarteaucitron.user.googleFonts]
+ }
+ });
+ }
+ });
+ }
+};
+
+// hubspot
+tarteaucitron.services.hubspot = {
+ "key": "hubspot",
+ "type": "analytic",
+ "name": "Hubspot",
+ "uri": "https://legal.hubspot.com/privacy-policy",
+ "needConsent": true,
+ "cookies": ['hubspotutk', 'fr', '__hstc', '__hssrc', '__hssc', '__cfduid'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('//js.hs-scripts.com/' + tarteaucitron.user.hubspotId + '.js', 'hs-script-loader');
+ }
+};
+
+// instagram
+tarteaucitron.services.instagram = {
+ "key": "instagram",
+ "type": "social",
+ "name": "Instagram",
+ "uri": "https://www.instagram.com/legal/privacy/",
+ "needConsent": true,
+ "cookies": ['shbts', 'sessionid', 'csrftoken', 'rur', 'shbid', 'mid', 'ds_usr_id', 'ig_did', 'ig_cb', 'datr'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['instagram_post'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Instagram iframe',
+ post_id = tarteaucitron.getElemAttr(x, 'postId'),
+ post_permalink = tarteaucitron.getElemAttr(x, 'data-instgrm-permalink'),
+ embed_width = tarteaucitron.getElemAttr(x, 'width'),
+ embed_height = tarteaucitron.getElemAttr(x, 'height'),
+ frame_width,
+ frame_height,
+ post_frame;
+
+ if (post_permalink != null) {
+ tarteaucitron.addScript('//www.instagram.com/embed.js', 'instagram-embed');
+
+ return '';
+ }
+
+ if (post_id === undefined) {
+ return "";
+ }
+
+ if (embed_width !== undefined) {
+ frame_width = 'width="' + embed_width + '" ';
+ } else {
+ frame_width = '"" ';
+ }
+ if (embed_height !== undefined) {
+ frame_height = 'height="' + embed_height + '" ';
+ } else {
+ frame_height = '"" ';
+ }
+
+ post_frame = '<iframe title="' + frame_title + '" src="//www.instagram.com/p/' + post_id + '/embed" ' + frame_width + frame_height + '></iframe>';
+
+ return post_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'instagram';
+ tarteaucitron.fallback(['instagram_post'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// jsapi
+tarteaucitron.services.jsapi = {
+ "key": "jsapi",
+ "type": "api",
+ "name": "Google jsapi",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.addScript('//www.google.com/jsapi');
+ }
+};
+
+// twitterwidgetsapi
+tarteaucitron.services.twitterwidgetsapi = {
+ "key": "twitterwidgetsapi",
+ "type": "api",
+ "name": "X (formerly Twitter) Widgets API",
+ "uri": "https://support.twitter.com/articles/20170514",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['tacTwitterAPI'], '');
+ tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'twitterwidgetsapi';
+ tarteaucitron.fallback(['tacTwitterAPI'], tarteaucitron.engage(id));
+ }
+};
+
+// recaptcha
+tarteaucitron.services.recaptcha = {
+ "key": "recaptcha",
+ "type": "api",
+ "name": "reCAPTCHA",
+ "uri": "https://policies.google.com/privacy",
+ "needConsent": true,
+ "cookies": ['nid'],
+ "js": function () {
+ "use strict";
+ window.tacRecaptchaOnLoad = tarteaucitron.user.recaptchaOnLoad || function () { };
+ tarteaucitron.fallback(['g-recaptcha'], '');
+
+ let url = 'https://www.google.com/recaptcha/api.js?onload=tacRecaptchaOnLoad';
+ if (tarteaucitron.user.recaptchaapi !== undefined) {
+ url += '&render=' + tarteaucitron.user.recaptchaapi;
+ }
+ if (tarteaucitron.user.recaptcha_hl !== undefined) {
+ url += '&hl=' + tarteaucitron.user.recaptcha_hl;
+ }
+ tarteaucitron.addScript(url);
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'recaptcha';
+ tarteaucitron.fallback(['g-recaptcha'], tarteaucitron.engage(id));
+ }
+};
+
+// linkedin
+tarteaucitron.services.linkedin = {
+ "key": "linkedin",
+ "type": "social",
+ "name": "Linkedin",
+ "uri": "https://www.linkedin.com/legal/cookie_policy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['tacLinkedin'], '');
+ tarteaucitron.addScript('//platform.linkedin.com/in.js');
+ if (tarteaucitron.isAjax === true) {
+ if (typeof IN !== "undefined") {
+ IN.parse();
+ }
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'linkedin';
+ tarteaucitron.fallback(['tacLinkedin'], tarteaucitron.engage(id));
+ }
+};
+
+// mautic
+tarteaucitron.services.mautic = {
+ "key": "mautic",
+ "type": "analytic",
+ "name": "Mautic",
+ "uri": "https://www.mautic.org/privacy-policy/",
+ "needConsent": true,
+ "cookies": ['mtc_id', 'mtc_sid'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.mauticurl === undefined) {
+ return;
+ }
+
+ window.MauticTrackingObject = 'mt';
+ window.mt = window.mt || function () {
+ window.mt.q = window.mt.q || [];
+ window.mt.q.push(arguments);
+ };
+
+ tarteaucitron.addScript(tarteaucitron.user.mauticurl, '', function () {
+ mt('send', 'pageview');
+ });
+ }
+};
+
+// microsoftcampaignanalytics
+tarteaucitron.services.microsoftcampaignanalytics = {
+ "key": "microsoftcampaignanalytics",
+ "type": "analytic",
+ "name": "Microsoft Campaign Analytics",
+ "uri": "https://privacy.microsoft.com/privacystatement/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.microsoftcampaignanalyticsUUID === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//flex.atdmt.com/mstag/site/' + tarteaucitron.user.microsoftcampaignanalyticsUUID + '/mstag.js', 'mstag_tops', function () {
+ window.mstag = { loadTag: function () { }, time: (new Date()).getTime() };
+ window.mstag.loadTag("analytics", { dedup: "1", domainId: tarteaucitron.user.microsoftcampaignanalyticsdomainId, type: "1", actionid: tarteaucitron.user.microsoftcampaignanalyticsactionId });
+ });
+ }
+};
+
+// onesignal
+tarteaucitron.services.onesignal = {
+ "key": "onesignal",
+ "type": "api",
+ "name": "OneSignal",
+ "uri": "https://onesignal.com/privacy_policy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.onesignalAppId === undefined) {
+ return;
+ }
+ window.OneSignal = window.OneSignal || [];
+
+ window.OneSignal.push(function () {
+ window.OneSignal.init({
+ appId: tarteaucitron.user.onesignalAppId,
+ });
+ });
+
+ tarteaucitron.addScript('https://cdn.onesignal.com/sdks/OneSignalSDK.js');
+ }
+};
+
+// pinterest
+tarteaucitron.services.pinterest = {
+ "key": "pinterest",
+ "type": "social",
+ "name": "Pinterest",
+ "uri": "https://about.pinterest.com/privacy-policy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['tacPinterest'], '');
+ tarteaucitron.addScript('//assets.pinterest.com/js/pinit.js');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'pinterest';
+ tarteaucitron.fallback(['tacPinterest'], tarteaucitron.engage(id));
+ }
+};
+
+// prelinker
+tarteaucitron.services.prelinker = {
+ "key": "prelinker",
+ "type": "ads",
+ "name": "Prelinker",
+ "uri": "http://www.prelinker.com/index/index/cgu/",
+ "needConsent": true,
+ "cookies": ['_sp_id.32f5', '_sp_ses.32f5'],
+ "js": function () {
+ "use strict";
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['prelinker-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" siteId="' + tarteaucitron.getElemAttr(x, 'siteId') + '" bannerId="' + tarteaucitron.getElemAttr(x, 'bannerId') + '" defaultLanguage="' + tarteaucitron.getElemAttr(x, 'defaultLanguage') + '" tracker="' + tarteaucitron.getElemAttr(x, 'tracker') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = 'http://promo.easy-dating.org/banner/index?';
+ uri += 'site_id=' + document.getElementById(uniqIds[i]).getAttribute('siteId') + '&';
+ uri += 'banner_id=' + document.getElementById(uniqIds[i]).getAttribute('bannerId') + '&';
+ uri += 'default_language=' + document.getElementById(uniqIds[i]).getAttribute('defaultLanguage') + '&';
+ uri += 'tr4ck=' + document.getElementById(uniqIds[i]).getAttribute('trackrt');
+
+ tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'prelinker';
+ tarteaucitron.fallback(['prelinker-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// prezi
+tarteaucitron.services.prezi = {
+ "key": "prezi",
+ "type": "video",
+ "name": "Prezi",
+ "uri": "https://prezi.com/privacy-policy/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['prezi-canvas'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Prezi iframe',
+ id = tarteaucitron.getElemAttr(x, "data-id"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = 'https://prezi.com/embed/' + id + '/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0';
+
+ return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'prezi';
+ tarteaucitron.fallback(['prezi-canvas'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// pubdirecte
+tarteaucitron.services.pubdirecte = {
+ "key": "pubdirecte",
+ "type": "ads",
+ "name": "Pubdirecte",
+ "uri": "http://pubdirecte.com/contact.php",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['pubdirecte-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" pid="' + tarteaucitron.getElemAttr(x, 'pid') + '" ref="' + tarteaucitron.getElemAttr(x, 'ref') + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = '//www.pubdirecte.com/script/banniere.php?';
+ uri += 'id=' + document.getElementById(uniqIds[i]).getAttribute('pid') + '&';
+ uri += 'ref=' + document.getElementById(uniqIds[i]).getAttribute('ref');
+
+ tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'pubdirecte';
+ tarteaucitron.fallback(['pubdirecte-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// purechat
+tarteaucitron.services.purechat = {
+ "key": "purechat",
+ "type": "support",
+ "name": "PureChat",
+ "uri": "https://www.purechat.com/privacy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.purechatId === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//app.purechat.com/VisitorWidget/WidgetScript', '', function () {
+ try {
+ window.w = new PCWidget({ c: tarteaucitron.user.purechatId, f: true });
+ } catch (e) { }
+ });
+ }
+};
+
+// Intercom
+tarteaucitron.services.intercomChat = {
+ "key": "intercomChat",
+ "type": "support",
+ "name": "Intercom",
+ "uri": "https://www.intercom.com/",
+ "needConsent": true,
+ "cookies": [
+ "intercom-id-" + tarteaucitron.user.intercomKey,
+ "intercom-session-" + tarteaucitron.user.intercomKey,
+ ],
+ "readmoreLink": "https://www.intercom.com/legal/privacy",
+ "js": function () {
+ window.intercomSettings = {
+ app_id: tarteaucitron.user.intercomKey,
+ };
+
+ var w = window;
+ var ic = w.Intercom;
+ if (typeof ic === "function") {
+ ic("reattach_activator");
+ ic("update", w.intercomSettings);
+ } else {
+ var i = function () {
+ i.c(arguments);
+ };
+ i.q = [];
+ i.c = function (args) {
+ i.q.push(args);
+ };
+ w.Intercom = i;
+ tarteaucitron.addScript(
+ "https://widget.intercom.io/widget/" + tarteaucitron.user.intercomKey,
+ "",
+ function () {
+ // Execute callback if function `intercomChatEnable`
+ // is defined
+ if (typeof intercomChatEnable === 'function') {
+ intercomChatEnable()
+ }
+ }
+ );
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "intercomChat";
+ tarteaucitron.fallback(
+ ["intercom-chat"],
+ function () {
+ // Execute callback if function `intercomChatDisable`
+ // is defined
+ if (typeof intercomChatDisable === 'function') {
+ intercomChatDisable()
+ }
+ return tarteaucitron.engage(id)
+ }
+ );
+ },
+};
+
+// rumbletalk
+tarteaucitron.services.rumbletalk = {
+ "key": "rumbletalk",
+ "type": "social",
+ "name": "RumbleTalk",
+ "needConsent": true,
+ "cookies": ['AWSALB'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.rumbletalkid === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://rumbletalk.com/client/?' + tarteaucitron.user.rumbletalkid);
+
+ tarteaucitron.fallback(['rumbletalk'], function (x) {
+ var width = tarteaucitron.getElemWidth(x),
+ height = tarteaucitron.getElemHeight(x),
+ id = tarteaucitron.getElemAttr(x, "data-id");
+
+ return '<div style="height: ' + height + 'px; width: ' + width + 'px;"><div id="' + id + '"></div></div>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'rumbletalk';
+ tarteaucitron.fallback(['rumbletalk'], function (elem) {
+ elem.style.width = tarteaucitron.getElemWidth(elem) + 'px';
+ elem.style.height = tarteaucitron.getElemHeight(elem) + 'px';
+
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// shareaholic
+tarteaucitron.services.shareaholic = {
+ "key": "shareaholic",
+ "type": "social",
+ "name": "Shareaholic",
+ "uri": "https://shareaholic.com/privacy/choices",
+ "needConsent": true,
+ "cookies": ['__utma', '__utmb', '__utmc', '__utmz', '__utmt_Shareaholic%20Pageviews'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.shareaholicSiteId === undefined) {
+ return;
+ }
+
+ tarteaucitron.fallback(['shareaholic-canvas'], '');
+ tarteaucitron.addScript('//dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js', '', function () {
+ try {
+ Shareaholic.init(tarteaucitron.user.shareaholicSiteId);
+ } catch (e) { }
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'shareaholic';
+ tarteaucitron.fallback(['shareaholic-canvas'], tarteaucitron.engage(id));
+ }
+};
+
+// shareasale
+tarteaucitron.services.shareasale = {
+ "key": "shareasale",
+ "type": "ads",
+ "name": "ShareASale",
+ "uri": "https://www.shareasale.com/PrivacyPolicy.pdf",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ var uniqIds = [],
+ i,
+ uri;
+
+ tarteaucitron.fallback(['shareasale-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '" amount="' + tarteaucitron.getElemAttr(x, 'amount') + '" tracking="' + tarteaucitron.getElemAttr(x, 'tracking') + '" transtype="' + tarteaucitron.getElemAttr(x, 'transtype') + '" persale="' + tarteaucitron.getElemAttr(x, 'persale') + '" perlead="' + tarteaucitron.getElemAttr(x, 'perlead') + '" perhit="' + tarteaucitron.getElemAttr(x, 'perhit') + '" merchantID="' + tarteaucitron.getElemAttr(x, 'merchantID') + '"></div>';
+ });
- window.tac_googlemaps_callback = function () {
- tarteaucitron.fallback(['googlemaps-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" zoom="' + x.getAttribute('zoom') + '" latitude="' + x.getAttribute('latitude') + '" longitude="' + x.getAttribute('longitude') + '" style="width:' + x.offsetWidth + 'px;height:' + x.offsetHeight + 'px"></div>';
- });
+ for (i = 0; i < uniqIds.length; i += 1) {
+ uri = 'https://shareasale.com/sale.cfm?';
+ uri += 'amount=' + document.getElementById(uniqIds[i]).getAttribute('amount') + '&';
+ uri += 'tracking=' + document.getElementById(uniqIds[i]).getAttribute('tracking') + '&';
+ uri += 'transtype=' + document.getElementById(uniqIds[i]).getAttribute('transtype') + '&';
+ uri += 'persale=' + document.getElementById(uniqIds[i]).getAttribute('persale') + '&';
+ uri += 'perlead=' + document.getElementById(uniqIds[i]).getAttribute('perlead') + '&';
+ uri += 'perhit=' + document.getElementById(uniqIds[i]).getAttribute('perhit') + '&';
+ uri += 'merchantID=' + document.getElementById(uniqIds[i]).getAttribute('merchantID');
- for (i = 0; i < uniqIds.length; i += 1) {
- mapOptions = {
- zoom: parseInt(document.getElementById(uniqIds[i]).getAttribute('zoom'), 10),
- center: new google.maps.LatLng(parseFloat(document.getElementById(uniqIds[i]).getAttribute('latitude'), 10), parseFloat(document.getElementById(uniqIds[i]).getAttribute('longitude'), 10))
- };
- map = new google.maps.Map(document.getElementById(uniqIds[i]), mapOptions);
- new google.maps.Marker({position:{lat:parseFloat(document.getElementById(uniqIds[i]).getAttribute('latitude'), 10),lng:parseFloat(document.getElementById(uniqIds[i]).getAttribute('longitude'), 10)},map:map});
- }
- };
+ document.getElementById(uniqIds[i]).innerHTML = '<img src=\'' + uri + '\' width=\'1\' height=\'1\' />';
+ }
},
"fallback": function () {
"use strict";
- var id = 'googlemaps';
- tarteaucitron.fallback(['googlemaps-canvas'], tarteaucitron.engage(id));
+ var id = 'shareasale';
+ tarteaucitron.fallback(['shareasale-canvas'], tarteaucitron.engage(id));
}
};
-// googlemaps search
-tarteaucitron.services.googlemapssearch = {
- "key": "googlemapssearch",
- "type": "api",
- "name": "Google Maps Search API",
- "uri": "https://policies.google.com/privacy",
+// sharethis
+tarteaucitron.services.sharethis = {
+ "key": "sharethis",
+ "type": "social",
+ "name": "ShareThis",
+ "uri": "http://www.sharethis.com/legal/privacy/",
"needConsent": true,
- "cookies": ['nid'],
+ "cookies": ['__unam'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['googlemapssearch'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Google search iframe'),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- // url = x.getAttribute("data-url");
- query = escape(x.getAttribute("data-search")),
- key = x.getAttribute("data-api-key");
+ if (tarteaucitron.user.sharethisPublisher === undefined) {
+ return;
+ }
+ var switchTo5x = true,
+ uri = ('https:' === document.location.protocol ? 'https://ws' : 'http://w') + '.sharethis.com/button/buttons.js';
- return '<iframe title="' + frame_title + '" width="' + width +'" height="' + height + '" style="border:0" src="https://www.google.com/maps/embed/v1/place?q='+query+'&key='+key+'" allowfullscreen></iframe> '
+ tarteaucitron.fallback(['tacSharethis'], '');
+ tarteaucitron.addScript(uri, '', function () {
+ stLight.options({ publisher: tarteaucitron.user.sharethisPublisher, doNotHash: false, doNotCopy: false, hashAddressBar: false });
});
+
+ if (tarteaucitron.isAjax === true) {
+ if (typeof stButtons !== "undefined") {
+ stButtons.locateElements();
+ }
+ }
},
"fallback": function () {
"use strict";
- var id = 'googlemapssearch';
- tarteaucitron.fallback(['googlemapssearch'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+ var id = 'sharethis';
+ tarteaucitron.fallback(['tacSharethis'], tarteaucitron.engage(id));
}
};
-// googlemaps embed iframe
-tarteaucitron.services.googlemapsembed = {
- "key": "googlemapsembed",
- "type": "api",
- "name": "Google Maps Embed",
- "uri": "https://policies.google.com/privacy",
+// slideshare
+tarteaucitron.services.slideshare = {
+ "key": "slideshare",
+ "type": "video",
+ "name": "SlideShare",
+ "uri": "https://www.linkedin.com/legal/privacy-policy",
"needConsent": true,
- "cookies": ['apisid', 'hsid', 'nid', 'sapisid', 'sid', 'sidcc', 'ssid', '1p_jar'],
+ "cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['googlemapsembed'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Google maps iframe'),
- width = tarteaucitron.getElemWidth(x),
- height = tarteaucitron.getElemHeight(x),
- url = x.getAttribute("data-url");
+ tarteaucitron.fallback(['slideshare-canvas'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Slideshare iframe',
+ id = tarteaucitron.getElemAttr(x, "data-id"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ url = '//www.slideshare.net/slideshow/embed_code/key/' + id;
return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
});
},
"fallback": function () {
"use strict";
- var id = 'googlemapsembed';
- tarteaucitron.fallback(['googlemapsembed'], function (elem) {
- elem.style.width = tarteaucitron.getElemWidth(elem) + 'px';
- elem.style.height = tarteaucitron.getElemHeight(elem) + 'px';
+ var id = 'slideshare';
+ tarteaucitron.fallback(['slideshare-canvas'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
return tarteaucitron.engage(id);
});
}
};
-// google tag manager
-tarteaucitron.services.googletagmanager = {
- "key": "googletagmanager",
- "type": "api",
- "name": "Google Tag Manager",
- "uri": "https://policies.google.com/privacy",
- "needConsent": true,
- "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
- "js": function () {
+// soundcloud
+tarteaucitron.services.soundcloud = {
+ key: 'soundcloud',
+ type: 'video',
+ name: 'SoundCloud',
+ needConsent: true,
+ uri: "https://soundcloud.com/pages/privacy",
+ cookies: ['sc_anonymous_id', 'sclocale'],
+ js: function () {
"use strict";
- if (tarteaucitron.user.googletagmanagerId === undefined) {
- return;
- }
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'gtm.start': new Date().getTime(),
- event: 'gtm.js'
- });
- tarteaucitron.addScript('https://www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId);
- }
-};
-
-// google tag manager multiple
-tarteaucitron.services.multiplegoogletagmanager = {
- "key": "multiplegoogletagmanager",
- "type": "api",
- "name": "Google Tag Manager",
- "uri": "https://policies.google.com/privacy",
- "needConsent": true,
- "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '__gads', '_drt_', 'FLC', 'exchange_uid', 'id', 'fc', 'rrs', 'rds', 'rv', 'uid', 'UIDR', 'UID', 'clid', 'ipinfo', 'acs'],
- "js": function () {
- "use strict";
- if (tarteaucitron.user.multiplegoogletagmanagerId === undefined) {
- return;
- }
- window.dataLayer = window.dataLayer || [];
- window.dataLayer.push({
- 'gtm.start': new Date().getTime(),
- event: 'gtm.js'
- });
+ tarteaucitron.fallback(['soundcloud_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Soundcloud iframe',
+ player_height = tarteaucitron.getElemAttr(x, 'data-height'),
+ frame_height = 'height="' + player_height + '" ',
+ playable_id = tarteaucitron.getElemAttr(x, 'data-playable-id'),
+ playable_type = tarteaucitron.getElemAttr(x, 'data-playable-type'),
+ playable_url = tarteaucitron.getElemAttr(x, 'data-playable-url'),
+ color = tarteaucitron.getElemAttr(x, 'data-color'),
+ autoplay = tarteaucitron.getElemAttr(x, 'data-auto-play'),
+ hideRelated = tarteaucitron.getElemAttr(x, 'data-hide-related'),
+ showComments = tarteaucitron.getElemAttr(x, 'data-show-comments'),
+ showUser = tarteaucitron.getElemAttr(x, 'data-show-user'),
+ showReposts = tarteaucitron.getElemAttr(x, 'data-show-reposts'),
+ showTeaser = tarteaucitron.getElemAttr(x, 'data-show-teaser'),
+ visual = tarteaucitron.getElemAttr(x, 'data-visual'),
+ artwork = tarteaucitron.getElemAttr(x, 'data-artwork');
- tarteaucitron.user.multiplegoogletagmanagerId.forEach(function (id) {
- tarteaucitron.addScript('https://www.googletagmanager.com/gtm.js?id=' + id);
- });
+ var allowAutoplay = autoplay === 'true' ? 'allow="autoplay"' : '';
- }
-};
+ if (playable_id === undefined && playable_url === undefined) {
+ return "";
+ }
-// google webfonts
-tarteaucitron.services.googlefonts = {
- "key": "googlefonts",
- "type": "api",
- "name": "Google Webfonts",
- "uri": "https://policies.google.com/privacy",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- if (tarteaucitron.user.googleFonts === undefined) {
- return;
- }
- tarteaucitron.addScript('//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js', '', function () {
- WebFont.load({
- google: {
- families: tarteaucitron.user.googleFonts
- }
- });
- });
- }
-};
+ // Allow to embed from API results (playable_type + playable_id)
+ var qs = '?url=https%3A//api.soundcloud.com/' + playable_type + '/' + playable_id;
+ // Or from raw URL from Soundcloud website
+ if (playable_url && playable_url.length > 0) qs = '?url=' + escape(playable_url);
+
+ if (hideRelated && hideRelated.length > 0) qs += '&hide_related=' + hideRelated;
+ if (color && color.length > 0) qs += '&color=' + color.replace('#', '%23');
+ if (autoplay && autoplay.length > 0) qs += '&auto_play=' + autoplay;
+ if (showComments && showComments.length > 0) qs += '&show_comments=' + showComments;
+ if (hideRelated && hideRelated.length > 0) qs += '&hide_related=' + hideRelated;
+ if (showUser && showUser.length > 0) qs += '&show_user=' + showUser;
+ if (showReposts && showReposts.length > 0) qs += '&show_reposts=' + showReposts;
+ if (showTeaser && showTeaser.length > 0) qs += '&show_teaser=' + showTeaser;
+ if (visual && visual.length > 0) qs += '&visual=' + visual;
+ if (artwork && artwork.length > 0) qs += '&show_artwork=' + artwork;
-// hubspot
-tarteaucitron.services.hubspot = {
- "key": "hubspot",
- "type": "analytic",
- "name": "Hubspot",
- "uri": "https://legal.hubspot.com/privacy-policy",
- "needConsent": true,
- "cookies": ['hubspotutk', 'fr', '__hstc', '__hssrc', '__hssc', '__cfduid'],
- "js": function () {
+ return '<iframe title="' + frame_title + '" width="100%" ' + frame_height + ' scrolling="no" ' + allowAutoplay + ' src="https://w.soundcloud.com/player/' + qs + '"></iframe>';
+ });
+ },
+ fallback: function () {
"use strict";
- tarteaucitron.addScript('//js.hs-scripts.com/' + tarteaucitron.user.hubspotId + '.js', 'hs-script-loader');
+ tarteaucitron.fallback(['soundcloud_player'], function (elem) {
+ elem.style.height = elem.getAttribute('data-height') + 'px';
+ return tarteaucitron.engage('soundcloud');
+ });
}
};
-// instagram
-tarteaucitron.services.instagram = {
- "key": "instagram",
- "type": "social",
- "name": "Instagram",
- "uri": "https://www.instagram.com/legal/privacy/",
+// spotify
+tarteaucitron.services.spotify = {
+ "key": "spotify",
+ "type": "video",
+ "name": "Spotify",
+ "uri": "https://www.spotify.com/us/legal/privacy-policy/",
"needConsent": true,
- "cookies": ['shbts', 'sessionid', 'csrftoken', 'rur', 'shbid', 'mid', 'ds_usr_id', 'ig_did', 'ig_cb', 'datr'],
+ "cookies": ['sp_landing', '_ga', 'sp_ab', 'sp_landingref', 'sp_t', 'sp_usid', 'OptanonConsent', 'sp_m', 'spot'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['instagram_post'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Instagram iframe'),
- post_id = x.getAttribute('postId'),
- post_permalink = x.getAttribute('data-instgrm-permalink'),
- embed_width = x.getAttribute('width'),
- embed_height = x.getAttribute('height'),
- frame_width,
- frame_height,
- post_frame;
-
- if (post_permalink != null) {
- tarteaucitron.addScript('//www.instagram.com/embed.js', 'instagram-embed');
-
- return '';
- }
+ tarteaucitron.fallback(['spotify_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Spotify iframe',
+ spotify_id = tarteaucitron.getElemAttr(x, "spotifyID"),
+ spotify_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ spotify_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+ spotify_frame;
- if (post_id === undefined) {
+ if (spotify_id === undefined) {
return "";
}
-
- if (embed_width !== undefined) {
- frame_width = 'width="' + embed_width + '" ';
+ if (spotify_width !== undefined) {
+ frame_width += '"' + spotify_width + '" ';
} else {
- frame_width = '"" ';
+ frame_width += '"" ';
}
- if (embed_height !== undefined) {
- frame_height = 'height="' + embed_height + '" ';
+ if (spotify_height !== undefined) {
+ frame_height += '"' + spotify_height + '" ';
} else {
- frame_height = '"" ';
+ frame_height += '"" ';
}
+ spotify_frame = '<iframe title="' + frame_title + '" src="//open.spotify.com/embed/' + spotify_id + '" ' + frame_width + frame_height + ' allowfullscreen></iframe>';
+ return spotify_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'spotify';
+ tarteaucitron.fallback(['spotify_player'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// statcounter
+tarteaucitron.services.statcounter = {
+ "key": "statcounter",
+ "type": "analytic",
+ "name": "StatCounter",
+ "uri": "https://fr.statcounter.com/about/legal/#privacy",
+ "needConsent": true,
+ "cookies": ['sc_is_visitor_unique'],
+ "js": function () {
+ "use strict";
+ var uniqIds = [],
+ i,
+ uri = '//statcounter.com/counter/counter.js';
+
+ tarteaucitron.fallback(['statcounter-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ return '<div id="' + uniqId + '"></div>';
+ });
+
+ for (i = 0; i < uniqIds.length; i += 1) {
+ tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ }
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'statcounter';
+ tarteaucitron.fallback(['statcounter-canvas'], tarteaucitron.engage(id));
+ }
+};
- post_frame = '<iframe title="' + frame_title + '" src="//www.instagram.com/' + post_id + '/embed" ' + frame_width + frame_height + '></iframe>';
+// timelinejs
+tarteaucitron.services.timelinejs = {
+ "key": "timelinejs",
+ "type": "api",
+ "name": "Timeline JS",
+ "uri": "http://timeline.knightlab.com/#help",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['timelinejs-canvas'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Twitter iframe',
+ spreadsheet_id = tarteaucitron.getElemAttr(x, "spreadsheet_id"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ lang = tarteaucitron.getElemAttr(x, "lang_2_letter"),
+ font = tarteaucitron.getElemAttr(x, "font"),
+ map = tarteaucitron.getElemAttr(x, "map"),
+ start_at_end = tarteaucitron.getElemAttr(x, "start_at_end"),
+ hash_bookmark = tarteaucitron.getElemAttr(x, "hash_bookmark"),
+ start_at_slide = tarteaucitron.getElemAttr(x, "start_at_slide"),
+ start_zoom = tarteaucitron.getElemAttr(x, "start_zoom"),
+ url = '//cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=' + spreadsheet_id + '&font=' + font + '&maptype=' + map + '&lang=' + lang + '&start_at_end=' + start_at_end + '&hash_bookmark=' + hash_bookmark + '&start_at_slide=' + start_at_slide + '&start_zoom_adjust=' + start_zoom + '&height=' + height;
- return post_frame;
+ return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" allowtransparency allowfullscreen></iframe>';
});
},
"fallback": function () {
"use strict";
- var id = 'instagram';
- tarteaucitron.fallback(['instagram_post'], function (elem) {
+ var id = 'timelinejs';
+ tarteaucitron.fallback(['timelinejs-canvas'], function (elem) {
elem.style.width = elem.getAttribute('width') + 'px';
elem.style.height = elem.getAttribute('height') + 'px';
return tarteaucitron.engage(id);
}
};
-// jsapi
-tarteaucitron.services.jsapi = {
- "key": "jsapi",
+// tagcommander
+tarteaucitron.services.tagcommander = {
+ "key": "tagcommander",
"type": "api",
- "name": "Google jsapi",
- "uri": "https://policies.google.com/privacy",
+ "name": "TagCommander",
+ "uri": "https://www.commandersact.com/en/privacy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.addScript('//www.google.com/jsapi');
+ if (tarteaucitron.user.tagcommanderid === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('https://cdn.tagcommander.com/' + tarteaucitron.user.tagcommanderid + '.js');
}
};
-// twitterwidgetsapi
-tarteaucitron.services.twitterwidgetsapi = {
- "key": "twitterwidgetsapi",
+// typekit
+tarteaucitron.services.typekit = {
+ "key": "typekit",
"type": "api",
- "name": "Twitter Widgets API",
+ "name": "Typekit (adobe)",
+ "uri": "https://www.adobe.com/privacy.html",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.typekitId === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//use.typekit.net/' + tarteaucitron.user.typekitId + '.js', '', function () {
+ try {
+ Typekit.load();
+ } catch (e) { }
+ });
+ }
+};
+
+// twenga
+tarteaucitron.services.twenga = {
+ "key": "twenga",
+ "type": "ads",
+ "name": "Twenga",
+ "uri": "http://www.twenga.com/privacy.php",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ if (tarteaucitron.user.twengaId === undefined || tarteaucitron.user.twengaLocale === undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('//tracker.twenga.' + tarteaucitron.user.twengaLocale + '/st/tracker_' + tarteaucitron.user.twengaId + '.js');
+ }
+};
+
+// twitter
+tarteaucitron.services.twitter = {
+ "key": "twitter",
+ "type": "social",
+ "name": "X (formerly Twitter)",
"uri": "https://support.twitter.com/articles/20170514",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tacTwitterAPI'], '');
+ tarteaucitron.fallback(['tacTwitter'], '');
tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs');
},
"fallback": function () {
"use strict";
- var id = 'twitterwidgetsapi';
- tarteaucitron.fallback(['tacTwitterAPI'], tarteaucitron.engage(id));
+ var id = 'twitter';
+ tarteaucitron.fallback(['tacTwitter'], tarteaucitron.engage(id));
}
};
-// recaptcha
-tarteaucitron.services.recaptcha = {
- "key": "recaptcha",
- "type": "api",
- "name": "reCAPTCHA",
- "uri": "https://policies.google.com/privacy",
+// twitter embed
+tarteaucitron.services.twitterembed = {
+ "key": "twitterembed",
+ "type": "social",
+ "name": "X (formerly Twitter) cards",
+ "uri": "https://support.twitter.com/articles/20170514",
"needConsent": true,
- "cookies": ['nid'],
+ "cookies": [],
"js": function () {
"use strict";
- window.tacRecaptchaOnLoad = tarteaucitron.user.recaptchaOnLoad || function() {};
- tarteaucitron.fallback(['g-recaptcha'], '');
+ var uniqIds = [],
+ i,
+ e,
+ html;
- if (tarteaucitron.user.recaptchaapi === undefined) {
- tarteaucitron.addScript('https://www.google.com/recaptcha/api.js?onload=tacRecaptchaOnLoad');
- } else {
- tarteaucitron.addScript('https://www.google.com/recaptcha/api.js?onload=tacRecaptchaOnLoad&render=' + tarteaucitron.user.recaptchaapi);
- }
+ tarteaucitron.fallback(['twitterembed-canvas'], function (x) {
+ var uniqId = '_' + Math.random().toString(36).substr(2, 9);
+ uniqIds.push(uniqId);
+ html = '<div id="' + uniqId + '" ';
+ html += 'tweetid="' + tarteaucitron.getElemAttr(x, 'tweetid') + '" ';
+ html += 'theme="' + tarteaucitron.getElemAttr(x, 'theme') + '" ';
+ html += 'cards="' + tarteaucitron.getElemAttr(x, 'cards') + '" ';
+ html += 'conversation="' + tarteaucitron.getElemAttr(x, 'conversation') + '" ';
+ html += 'data-width="' + tarteaucitron.getElemAttr(x, 'data-width') + '" ';
+ html += 'data-align="' + tarteaucitron.getElemAttr(x, 'data-align') + '" ';
+ html += '></div>';
+ return html;
+ });
+ tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs', function () {
+ var i;
+ for (i = 0; i < uniqIds.length; i += 1) {
+ e = document.getElementById(uniqIds[i]);
+ twttr.widgets.createTweet(
+ e.getAttribute('tweetid'),
+ e,
+ {
+ theme: e.getAttribute('theme'),
+ cards: e.getAttribute('cards'),
+ conversation: e.getAttribute('conversation'),
+ lang: tarteaucitron.getLanguage(),
+ dnt: true,
+ width: e.getAttribute('data-width'),
+ align: e.getAttribute('data-align')
+ }
+ );
+ }
+ });
},
"fallback": function () {
"use strict";
- var id = 'recaptcha';
- tarteaucitron.fallback(['g-recaptcha'], tarteaucitron.engage(id));
+ var id = 'twitterembed';
+ tarteaucitron.fallback(['twitterembed-canvas'], function (elem) {
+ elem.style.width = elem.getAttribute('data-width') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// linkedin
-tarteaucitron.services.linkedin = {
- "key": "linkedin",
+// twitter timeline
+tarteaucitron.services.twittertimeline = {
+ "key": "twittertimeline",
"type": "social",
- "name": "Linkedin",
- "uri": "https://www.linkedin.com/legal/cookie_policy",
+ "name": "X (formerly Twitter) timelines",
+ "uri": "https://support.twitter.com/articles/20170514",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tacLinkedin'], '');
- tarteaucitron.addScript('//platform.linkedin.com/in.js');
- if (tarteaucitron.isAjax === true) {
- if (typeof IN !== "undefined") {
- IN.parse();
- }
- }
+ tarteaucitron.fallback(['tacTwitterTimelines'], '');
+ tarteaucitron.addScript('https://platform.twitter.com/widgets.js', 'twitter-wjs');
},
"fallback": function () {
"use strict";
- var id = 'linkedin';
- tarteaucitron.fallback(['tacLinkedin'], tarteaucitron.engage(id));
+ var id = 'twittertimeline';
+ tarteaucitron.fallback(['tacTwitterTimelines'], tarteaucitron.engage(id));
}
};
-// mautic
-tarteaucitron.services.mautic = {
- "key": "mautic",
+// twitter universal website tag
+tarteaucitron.services.twitteruwt = {
+ "key": "twitteruwt",
"type": "analytic",
- "name": "Mautic",
- "uri": "https://www.mautic.org/privacy-policy/",
+ "name": "X (formerly Twitter) Universal Website Tag",
+ "uri": "https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html",
"needConsent": true,
- "cookies": ['mtc_id', 'mtc_sid'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.mauticurl === undefined) {
- return;
- }
- window.MauticTrackingObject = 'mt';
- window.mt = window.mt || function () {
- window.mt.q = window.mt.q || [];
- window.mt.q.push(arguments);
- };
+ window.twq = function () {
+ window.twq.exe ? window.twq.exe.apply(window.twq, arguments) : window.twq.queue.push(arguments);
+ }
+ window.twq.version = '1.1';
+ window.twq.queue = [];
- tarteaucitron.addScript(tarteaucitron.user.mauticurl, '', function() {
- mt('send', 'pageview');
+ tarteaucitron.addScript('https://static.ads-twitter.com/uwt.js', '', function () {
+ window.twq('init', tarteaucitron.user.twitteruwtId);
+ window.twq('track', 'PageView');
});
}
};
-// microsoftcampaignanalytics
-tarteaucitron.services.microsoftcampaignanalytics = {
- "key": "microsoftcampaignanalytics",
+// user voice
+tarteaucitron.services.uservoice = {
+ "key": "uservoice",
+ "type": "support",
+ "name": "UserVoice",
+ "uri": "https://www.uservoice.com/privacy/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.userVoiceApi === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//widget.uservoice.com/' + tarteaucitron.user.userVoiceApi + '.js');
+ }
+};
+
+// vimeo
+tarteaucitron.services.vimeo = {
+ "key": "vimeo",
+ "type": "video",
+ "name": "Vimeo",
+ "uri": "https://vimeo.com/privacy",
+ "needConsent": true,
+ "cookies": ['__utmt_player', '__utma', '__utmb', '__utmc', '__utmv', 'vuid', '__utmz', 'player'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['vimeo_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Vimeo iframe',
+ video_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ video_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+
+ video_id = tarteaucitron.getElemAttr(x, "videoID"),
+ video_hash = tarteaucitron.getElemAttr(x, "data-hash") || '',
+ video_allowfullscreen = tarteaucitron.getElemAttr(x, "data-allowfullscreen"),
+
+ video_qs = "",
+ attrs = ["title", "byline", "portrait", "loop", "autoplay", "autopause", "background", "color", "controls", "maxheight", "maxwidth", "muted", "playsinline", "speed", "transparent"],
+ params = attrs.filter(function (a) {
+ return tarteaucitron.getElemAttr(x, a) !== null;
+ }).map(function (a) {
+ return a + "=" + tarteaucitron.getElemAttr(x, a);
+ }),
+
+ video_frame;
+
+ if (video_id === undefined) {
+ return "";
+ }
+
+ // query params
+ if (video_hash.length > 0) {
+ params.push("h=" + video_hash);
+ }
+ if (params.length > 0) {
+ video_qs = "?" + params.join("&");
+ }
+
+ // attributes
+ if (video_width !== undefined) {
+ frame_width += '"' + video_width + '" ';
+ } else {
+ frame_width += '"" ';
+ }
+ if (video_height !== undefined) {
+ frame_height += '"' + video_height + '" ';
+ } else {
+ frame_height += '"" ';
+ }
+
+ video_frame = '<iframe title="' + frame_title + '" src="//player.vimeo.com/video/' + video_id + video_qs + '" ' + frame_width + frame_height + (video_allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+
+ return video_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'vimeo';
+ tarteaucitron.fallback(['vimeo_player'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
+};
+
+// visualrevenue
+tarteaucitron.services.visualrevenue = {
+ "key": "visualrevenue",
"type": "analytic",
- "name": "Microsoft Campaign Analytics",
- "uri": "https://privacy.microsoft.com/privacystatement/",
+ "name": "VisualRevenue",
+ "uri": "http://www.outbrain.com/legal/privacy-713/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['__vrf', '__vrm', '__vrl', '__vry', '__vru', '__vrid', '__vrz'],
"js": function () {
"use strict";
- if (tarteaucitron.user.microsoftcampaignanalyticsUUID === undefined) {
+ if (tarteaucitron.user.visualrevenueId === undefined) {
return;
}
-
- tarteaucitron.addScript('//flex.atdmt.com/mstag/site/' + tarteaucitron.user.microsoftcampaignanalyticsUUID + '/mstag.js', 'mstag_tops', function () {
- window.mstag = {loadTag : function () {}, time : (new Date()).getTime()};
- window.mstag.loadTag("analytics", {dedup: "1", domainId: tarteaucitron.user.microsoftcampaignanalyticsdomainId, type: "1", actionid: tarteaucitron.user.microsoftcampaignanalyticsactionId});
- });
+ window._vrq = window._vrq || [];
+ window._vrq.push(['id', tarteaucitron.user.visualrevenueId]);
+ window._vrq.push(['automate', true]);
+ window._vrq.push(['track', function () { }]);
+ tarteaucitron.addScript('http://a.visualrevenue.com/vrs.js');
}
};
-// onesignal
-tarteaucitron.services.onesignal = {
- "key": "onesignal",
- "type": "api",
- "name": "OneSignal",
- "uri": "https://onesignal.com/privacy_policy",
+// verizon dot tag
+tarteaucitron.services.verizondottag = {
+ "key": "verizondottag",
+ "type": "analytic",
+ "name": "Verizon Dot Tag",
+ "uri": "https://developer.verizonmedia.com/native/guide/audience-management/dottags/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.onesignalAppId === undefined) {
- return;
- }
- window.OneSignal = window.OneSignal || [];
- window.OneSignal.push(function() {
- window.OneSignal.init({
- appId: tarteaucitron.user.onesignalAppId,
- });
+ window.dotq = window.dotq || [];
+ window.dotq.push({
+ 'projectId': tarteaucitron.user.verizondottagProjectId,
+ 'properties': { 'pixelId': tarteaucitron.user.verizondottagPixelId }
});
- tarteaucitron.addScript('https://cdn.onesignal.com/sdks/OneSignalSDK.js');
+ tarteaucitron.addScript('https://s.yimg.com/wi/ytc.js', '', function () {
+ //const items = window.dotq;
+ window.dotq = [];
+ window.dotq.push = function (item) {
+ YAHOO.ywa.I13N.fireBeacon([item])
+ };
+ YAHOO.ywa.I13N.fireBeacon(items)
+ });
}
};
-// pinterest
-tarteaucitron.services.pinterest = {
- "key": "pinterest",
- "type": "social",
- "name": "Pinterest",
- "uri": "https://about.pinterest.com/privacy-policy",
+// vshop
+tarteaucitron.services.vshop = {
+ "key": "vshop",
+ "type": "ads",
+ "name": "vShop",
+ "uri": "http://vshop.fr/privacy-policy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['tacPinterest'], '');
- tarteaucitron.addScript('//assets.pinterest.com/js/pinit.js');
+ tarteaucitron.fallback(['vcashW'], '');
+ tarteaucitron.addScript('//vshop.fr/js/w.js');
},
"fallback": function () {
"use strict";
- var id = 'pinterest';
- tarteaucitron.fallback(['tacPinterest'], tarteaucitron.engage(id));
+ var id = 'vshop';
+ tarteaucitron.fallback(['vcashW'], tarteaucitron.engage(id));
}
};
-// prelinker
-tarteaucitron.services.prelinker = {
- "key": "prelinker",
- "type": "ads",
- "name": "Prelinker",
- "uri": "http://www.prelinker.com/index/index/cgu/",
+// wysistat
+tarteaucitron.services.wysistat = {
+ "key": "wysistat",
+ "type": "analytic",
+ "name": "Wysistat",
+ "uri": "http://wysistat.net/contact/",
"needConsent": true,
- "cookies": ['_sp_id.32f5', '_sp_ses.32f5'],
+ "cookies": ['Wysistat'],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
-
- tarteaucitron.fallback(['prelinker-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" siteId="' + x.getAttribute('siteId') + '" bannerId="' + x.getAttribute('bannerId') + '" defaultLanguage="' + x.getAttribute('defaultLanguage') + '" tracker="' + x.getAttribute('tracker') + '"></div>';
- });
-
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = 'http://promo.easy-dating.org/banner/index?';
- uri += 'site_id=' + document.getElementById(uniqIds[i]).getAttribute('siteId') + '&';
- uri += 'banner_id=' + document.getElementById(uniqIds[i]).getAttribute('bannerId') + '&';
- uri += 'default_language=' + document.getElementById(uniqIds[i]).getAttribute('defaultLanguage') + '&';
- uri += 'tr4ck=' + document.getElementById(uniqIds[i]).getAttribute('trackrt');
-
- tarteaucitron.makeAsync.init(uri, uniqIds[i]);
+ if (tarteaucitron.user.wysistat === undefined) {
+ return;
}
- },
- "fallback": function () {
- "use strict";
- var id = 'prelinker';
- tarteaucitron.fallback(['prelinker-canvas'], tarteaucitron.engage(id));
+ tarteaucitron.addScript('//www.wysistat.com/statistique.js', '', function () {
+ window.stat(tarteaucitron.user.wysistat.cli, tarteaucitron.user.wysistat.frm, tarteaucitron.user.wysistat.prm, tarteaucitron.user.wysistat.ce, tarteaucitron.user.wysistat.page, tarteaucitron.user.wysistat.roi, tarteaucitron.user.wysistat.prof, tarteaucitron.user.wysistat.cpt);
+ });
}
};
-// prezi
-tarteaucitron.services.prezi = {
- "key": "prezi",
- "type": "video",
- "name": "Prezi",
- "uri": "https://prezi.com/privacy-policy/",
+// xiti
+tarteaucitron.services.xiti = {
+ "key": "xiti",
+ "type": "analytic",
+ "name": "Xiti",
+ "uri": "https://www.atinternet.com/rgpd-et-vie-privee/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['prezi-canvas'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Prezi iframe'),
- id = x.getAttribute("data-id"),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = 'https://prezi.com/embed/' + id + '/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0';
+ if (tarteaucitron.user.xitiId === undefined) {
+ return;
+ }
+ var Xt_param = 's=' + tarteaucitron.user.xitiId + '&p=',
+ Xt_r,
+ Xt_h,
+ Xt_i,
+ Xt_s,
+ div = document.createElement('div');
+ try {
+ Xt_r = top.document.referrer;
+ } catch (e) {
+ Xt_r = document.referrer;
+ }
+ Xt_h = new Date();
+ Xt_i = '<img style="display:none" border="0" alt="" ';
+ Xt_i += 'src="http://logv3.xiti.com/hit.xiti?' + Xt_param;
+ Xt_i += '&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
+ if (parseFloat(navigator.appVersion) >= 4) {
+ Xt_s = screen;
+ Xt_i += '&r=' + Xt_s.width + 'x' + Xt_s.height + 'x' + Xt_s.pixelDepth + 'x' + Xt_s.colorDepth;
+ }
- return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'prezi';
- tarteaucitron.fallback(['prezi-canvas'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+ div.innerHTML = Xt_i + '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$') + '" title="Internet Audience">';
+ document.getElementsByTagName('body')[0].appendChild(div.firstChild);
+
+ if (typeof tarteaucitron.user.xitiMore === 'function') {
+ tarteaucitron.user.xitiMore();
+ }
}
};
-// pubdirecte
-tarteaucitron.services.pubdirecte = {
- "key": "pubdirecte",
- "type": "ads",
- "name": "Pubdirecte",
- "uri": "http://pubdirecte.com/contact.php",
+// AT Internet
+tarteaucitron.services.atinternet = {
+ "key": "atinternet",
+ "type": "analytic",
+ "name": "AT Internet (privacy by design)",
+ "uri": "https://www.atinternet.com/rgpd-et-vie-privee/",
"needConsent": true,
- "cookies": [],
+ "safeanalytic": false,
+ "cookies": ['atidvisitor', 'atreman', 'atredir', 'atsession'],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
+ if (tarteaucitron.user.atLibUrl === undefined) {
+ return;
+ }
- tarteaucitron.fallback(['pubdirecte-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" pid="' + x.getAttribute('pid') + '" ref="' + x.getAttribute('ref') + '"></div>';
- });
+ if (tarteaucitron.user.atinternetAlreadyLoaded !== undefined) {
+ return;
+ }
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = '//www.pubdirecte.com/script/banniere.php?';
- uri += 'id=' + document.getElementById(uniqIds[i]).getAttribute('pid') + '&';
- uri += 'ref=' + document.getElementById(uniqIds[i]).getAttribute('ref');
+ tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function () {
- tarteaucitron.makeAsync.init(uri, uniqIds[i]);
- }
+ window.tag = new ATInternet.Tracker.Tag();
+
+ if (typeof window.tag.privacy !== 'undefined') {
+ window.tag.privacy.setVisitorOptin();
+ }
+
+ if (typeof tarteaucitron.user.atMore === 'function') {
+ tarteaucitron.user.atMore();
+ }
+
+ if (tarteaucitron.user.atinternetSendData !== false) {
+ window.tag.page.send();
+ }
+ });
},
"fallback": function () {
"use strict";
- var id = 'pubdirecte';
- tarteaucitron.fallback(['pubdirecte-canvas'], tarteaucitron.engage(id));
- }
-};
+ if (tarteaucitron.user.atLibUrl === undefined) {
+ return;
+ }
-// purechat
-tarteaucitron.services.purechat = {
- "key": "purechat",
- "type": "support",
- "name": "PureChat",
- "uri": "https://www.purechat.com/privacy",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- if (tarteaucitron.user.purechatId === undefined) {
+ if (tarteaucitron.user.atNoFallback === true) {
return;
}
- tarteaucitron.addScript('//app.purechat.com/VisitorWidget/WidgetScript', '', function () {
- try {
- window.w = new PCWidget({ c: tarteaucitron.user.purechatId, f: true });
- } catch (e) {}
- });
- }
-};
+ tarteaucitron.user.atinternetAlreadyLoaded = true;
-// rumbletalk
-tarteaucitron.services.rumbletalk = {
- "key": "rumbletalk",
- "type": "social",
- "name": "RumbleTalk",
+ tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function () {
+
+ window.tag = new ATInternet.Tracker.Tag();
+
+ if (typeof window.tag.privacy !== 'undefined') {
+
+ var visitorMode = window.tag.privacy.getVisitorMode();
+ if (visitorMode !== null && visitorMode.name !== undefined && visitorMode.name == "optout") {
+ window.tag.privacy.setVisitorOptout();
+ } else {
+ window.tag.privacy.setVisitorMode('cnil', 'exempt');
+ }
+ }
+
+ if (typeof tarteaucitron.user.atMore === 'function') {
+ tarteaucitron.user.atMore();
+ }
+
+ if (tarteaucitron.user.atinternetSendData !== false) {
+ window.tag.page.send();
+ }
+ });
+ }
+};
+
+// AT Internet
+tarteaucitron.services.atinternethightrack = {
+ "key": "atinternethightrack",
+ "type": "analytic",
+ "name": "AT Internet",
+ "uri": "https://www.atinternet.com/rgpd-et-vie-privee/",
"needConsent": true,
- "cookies": ['AWSALB'],
+ "cookies": ['atidvisitor', 'atreman', 'atredir', 'atsession'],
"js": function () {
"use strict";
- if (tarteaucitron.user.rumbletalkid === undefined) {
+ if (tarteaucitron.user.atLibUrl === undefined) {
return;
}
- tarteaucitron.addScript('https://rumbletalk.com/client/?' + tarteaucitron.user.rumbletalkid);
-
- tarteaucitron.fallback(['rumbletalk'], function (x) {
- var width = tarteaucitron.getElemWidth(x),
- height = tarteaucitron.getElemHeight(x),
- id = x.getAttribute("data-id");
+ tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function () {
- return '<div style="height: ' + height + 'px; width: ' + width + 'px;"><div id="' + id + '"></div></div>';
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'rumbletalk';
- tarteaucitron.fallback(['rumbletalk'], function (elem) {
- elem.style.width = tarteaucitron.getElemWidth(elem) + 'px';
- elem.style.height = tarteaucitron.getElemHeight(elem) + 'px';
+ var tag = new ATInternet.Tracker.Tag();
- return tarteaucitron.engage(id);
- });
+ if (typeof tarteaucitron.user.atMore === 'function') {
+ tarteaucitron.user.atMore();
+ }
+ })
}
- };
+};
-// shareaholic
-tarteaucitron.services.shareaholic = {
- "key": "shareaholic",
- "type": "social",
- "name": "Shareaholic",
- "uri": "https://shareaholic.com/privacy/choices",
+// youtube
+tarteaucitron.services.youtube = {
+ "key": "youtube",
+ "type": "video",
+ "name": "YouTube",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
- "cookies": ['__utma', '__utmb', '__utmc', '__utmz', '__utmt_Shareaholic%20Pageviews'],
+ "cookies": ['VISITOR_INFO1_LIVE', 'YSC', 'PREF', 'GEUP'],
"js": function () {
"use strict";
- if (tarteaucitron.user.shareaholicSiteId === undefined) {
- return;
- }
+ tarteaucitron.fallback(['youtube_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Youtube iframe',
+ video_id = tarteaucitron.getElemAttr(x, "videoID"),
+ srcdoc = tarteaucitron.getElemAttr(x, "srcdoc"),
+ loading = tarteaucitron.getElemAttr(x, "loading"),
+ video_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ video_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+ video_frame,
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen"),
+ start = tarteaucitron.getElemAttr(x, "start"),
+ end = tarteaucitron.getElemAttr(x, "end"),
+ attrs = ["theme", "rel", "controls", "showinfo", "autoplay", "mute", "start", "end", "loop", "enablejsapi"],
+ params = attrs.filter(function (a) {
+ return tarteaucitron.getElemAttr(x, a) !== null;
+ }).map(function (a) {
+ return a + "=" + tarteaucitron.getElemAttr(x, a);
+ }).join("&");
- tarteaucitron.fallback(['shareaholic-canvas'], '');
- tarteaucitron.addScript('//dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js', '', function () {
- try {
- Shareaholic.init(tarteaucitron.user.shareaholicSiteId);
- } catch (e) {}
+ if(tarteaucitron.getElemAttr(x, "loop") == 1) {
+ params = params + "&playlist=" + video_id;
+ }
+
+ if (video_id === undefined) {
+ return "";
+ }
+ if (video_width !== undefined) {
+ frame_width += '"' + video_width + '" ';
+ } else {
+ frame_width += '"" ';
+ }
+ if (video_height !== undefined) {
+ frame_height += '"' + video_height + '" ';
+ } else {
+ frame_height += '"" ';
+ }
+
+ if (srcdoc !== undefined && srcdoc !== null && srcdoc !== "") {
+ srcdoc = 'srcdoc="' + srcdoc + '" ';
+ } else {
+ srcdoc = '';
+ }
+
+ if (loading !== undefined && loading !== null && loading !== "") {
+ loading = 'loading ';
+ } else {
+ loading = '';
+ }
+
+ video_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="//www.youtube-nocookie.com/embed/' + video_id + '?' + params + '"' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + ' ' + srcdoc + ' ' + loading + '></iframe>';
+ return video_frame;
});
},
"fallback": function () {
"use strict";
- var id = 'shareaholic';
- tarteaucitron.fallback(['shareaholic-canvas'], tarteaucitron.engage(id));
+ var id = 'youtube';
+ tarteaucitron.fallback(['youtube_player'], function (elem) {
+ elem.style.width = tarteaucitron.getElemAttr(elem,'width') + 'px';
+ elem.style.height = tarteaucitron.getElemAttr(elem,'height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// shareasale
-tarteaucitron.services.shareasale = {
- "key": "shareasale",
- "type": "ads",
- "name": "ShareASale",
- "uri": "https://www.shareasale.com/PrivacyPolicy.pdf",
+// youtube playlist
+tarteaucitron.services.youtubeplaylist = {
+ "key": "youtubeplaylist",
+ "type": "video",
+ "name": "YouTube (playlist)",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
- "cookies": [],
+ "cookies": ['VISITOR_INFO1_LIVE', 'YSC', 'PREF', 'GEUP'],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri;
+ tarteaucitron.fallback(['youtube_playlist_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Youtube iframe',
+ playlist_id = tarteaucitron.getElemAttr(x, "playlistID"),
+ video_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ video_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+ video_frame,
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen"),
+ params = 'theme=' + tarteaucitron.getElemAttr(x, "theme") + '&rel=' + tarteaucitron.getElemAttr(x, "rel") + '&controls=' + tarteaucitron.getElemAttr(x, "controls") + '&showinfo=' + tarteaucitron.getElemAttr(x, "showinfo") + '&autoplay=' + tarteaucitron.getElemAttr(x, "autoplay") + '&mute=' + tarteaucitron.getElemAttr(x, "mute");
- tarteaucitron.fallback(['shareasale-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '" amount="' + x.getAttribute('amount') + '" tracking="' + x.getAttribute('tracking') + '" transtype="' + x.getAttribute('transtype') + '" persale="' + x.getAttribute('persale') + '" perlead="' + x.getAttribute('perlead') + '" perhit="' + x.getAttribute('perhit') + '" merchantID="' + x.getAttribute('merchantID') + '"></div>';
+ if (playlist_id === undefined) {
+ return "";
+ }
+ if (video_width !== undefined) {
+ frame_width += '"' + video_width + '" ';
+ } else {
+ frame_width += '"" ';
+ }
+ if (video_height !== undefined) {
+ frame_height += '"' + video_height + '" ';
+ } else {
+ frame_height += '"" ';
+ }
+ video_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="//www.youtube-nocookie.com/embed/videoseries?list=' + playlist_id + '&' + params + '"' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ return video_frame;
});
-
- for (i = 0; i < uniqIds.length; i += 1) {
- uri = 'https://shareasale.com/sale.cfm?';
- uri += 'amount=' + document.getElementById(uniqIds[i]).getAttribute('amount') + '&';
- uri += 'tracking=' + document.getElementById(uniqIds[i]).getAttribute('tracking') + '&';
- uri += 'transtype=' + document.getElementById(uniqIds[i]).getAttribute('transtype') + '&';
- uri += 'persale=' + document.getElementById(uniqIds[i]).getAttribute('persale') + '&';
- uri += 'perlead=' + document.getElementById(uniqIds[i]).getAttribute('perlead') + '&';
- uri += 'perhit=' + document.getElementById(uniqIds[i]).getAttribute('perhit') + '&';
- uri += 'merchantID=' + document.getElementById(uniqIds[i]).getAttribute('merchantID');
-
- document.getElementById(uniqIds[i]).innerHTML = '<img src=\'' + uri + '\' width=\'1\' height=\'1\' />';
- }
},
"fallback": function () {
"use strict";
- var id = 'shareasale';
- tarteaucitron.fallback(['shareasale-canvas'], tarteaucitron.engage(id));
+ var id = 'youtubeplaylist';
+ tarteaucitron.fallback(['youtube_playlist_player'], function (elem) {
+ elem.style.width = tarteaucitron.getElemAttr(elem,'width') + 'px';
+ elem.style.height = tarteaucitron.getElemAttr(elem,'height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// sharethis
-tarteaucitron.services.sharethis = {
- "key": "sharethis",
- "type": "social",
- "name": "ShareThis",
- "uri": "http://www.sharethis.com/legal/privacy/",
+// zopim
+tarteaucitron.services.zopim = {
+ "key": "zopim",
+ "type": "support",
+ "name": "Zopim",
+ "uri": "https://www.zopim.com/privacy",
"needConsent": true,
- "cookies": ['__unam'],
+ "cookies": ['__zlcid', '__zprivacy'],
"js": function () {
"use strict";
- if (tarteaucitron.user.sharethisPublisher === undefined) {
+ if (tarteaucitron.user.zopimID === undefined) {
return;
}
- var switchTo5x = true,
- uri = ('https:' === document.location.protocol ? 'https://ws' : 'http://w') + '.sharethis.com/button/buttons.js';
-
- tarteaucitron.fallback(['tacSharethis'], '');
- tarteaucitron.addScript(uri, '', function () {
- stLight.options({publisher: tarteaucitron.user.sharethisPublisher, doNotHash: false, doNotCopy: false, hashAddressBar: false});
- });
-
- if (tarteaucitron.isAjax === true) {
- if (typeof stButtons !== "undefined") {
- stButtons.locateElements();
- }
- }
- },
- "fallback": function () {
- "use strict";
- var id = 'sharethis';
- tarteaucitron.fallback(['tacSharethis'], tarteaucitron.engage(id));
+ tarteaucitron.addScript('//v2.zopim.com/?' + tarteaucitron.user.zopimID);
}
};
-// slideshare
-tarteaucitron.services.slideshare = {
- "key": "slideshare",
- "type": "video",
- "name": "SlideShare",
- "uri": "https://www.linkedin.com/legal/privacy-policy",
+// kameleoon
+tarteaucitron.services.kameleoon = {
+ "key": "kameleoon",
+ "type": "analytic",
+ "name": "Kameleoon",
+ "uri": "https://www.kameleoon.com/fr/compliance/rgpd",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['slideshare-canvas'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Slideshare iframe'),
- id = x.getAttribute("data-id"),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- url = '//www.slideshare.net/slideshow/embed_code/' + id;
-
- return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" scrolling="no" allowtransparency allowfullscreen></iframe>';
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'slideshare';
- tarteaucitron.fallback(['slideshare-canvas'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+ if (tarteaucitron.user.kameleoon !== undefined) {
+ tarteaucitron.addScript("https://" + tarteaucitron.user.kameleoon + ".kameleoon.eu/kameleoon.js");
+ }
}
};
-// soundcloud
-tarteaucitron.services.soundcloud = {
- key: 'soundcloud',
- type: 'video',
- name: 'SoundCloud',
- needConsent: true,
- cookies: ['sc_anonymous_id'],
- js: function () {
+// linkedin insight
+tarteaucitron.services.linkedininsighttag = {
+ "key": "linkedininsighttag",
+ "type": "ads",
+ "name": "Linkedin Insight",
+ "uri": "https://www.linkedin.com/legal/cookie_policy",
+ "needConsent": true,
+ "cookies": ['li_fat_id'],
+ "js": function () {
"use strict";
- tarteaucitron.fallback(['soundcloud_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Soundcloud iframe'),
- player_height = x.getAttribute('data-height'),
- frame_height = 'height="' + player_height + '" ',
- playable_id = x.getAttribute('data-playable-id'),
- playable_type = x.getAttribute('data-playable-type'),
- playable_url = x.getAttribute('data-playable-url'),
- color = x.getAttribute('data-color'),
- autoplay = x.getAttribute('data-auto-play'),
- hideRelated = x.getAttribute('data-hide-related'),
- showComments = x.getAttribute('data-show-comments'),
- showUser = x.getAttribute('data-show-user'),
- showReposts = x.getAttribute('data-show-reposts'),
- showTeaser = x.getAttribute('data-show-teaser'),
- visual = x.getAttribute('data-visual'),
- artwork = x.getAttribute('data-artwork');
+ if (tarteaucitron.user.linkedininsighttag !== undefined) {
+ window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
+ window._linkedin_data_partner_ids.push(tarteaucitron.user.linkedininsighttag);
+ }
- var allowAutoplay = autoplay === 'true' ? 'allow="autoplay"' : '';
+ tarteaucitron.addScript('https://snap.licdn.com/li.lms-analytics/insight.min.js');
+ }
+};
- if (playable_id === undefined && playable_url === undefined) {
- return "";
+// xiti smartTag
+tarteaucitron.services.xiti_smarttag = {
+ "key": "xiti_smarttag",
+ "type": "analytic",
+ "name": "Xiti (SmartTag)",
+ "uri": "https://www.atinternet.com/rgpd-et-vie-privee/",
+ "needConsent": true,
+ "cookies": ["atidvisitor", "atreman", "atredir", "atsession", "attvtreman", "attvtsession"],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.xiti_smarttagLocalPath !== undefined) {
+ tarteaucitron.addScript(tarteaucitron.user.xiti_smarttagLocalPath, 'smarttag', null, null, "onload", "addTracker();");
+ } else {
+ var xitiSmarttagId = tarteaucitron.user.xiti_smarttagSiteId;
+ if (xitiSmarttagId === undefined) {
+ return;
}
- // Allow to embed from API results (playable_type + playable_id)
- var qs = '?url=https%3A//api.soundcloud.com/' + playable_type + '/' + playable_id;
- // Or from raw URL from Soundcloud website
- if (playable_url && playable_url.length >0) qs = '?url=' + escape(playable_url);
-
- if (hideRelated && hideRelated.length > 0) qs += '&hide_related=' + hideRelated;
- if (color && color.length > 0) qs += '&color=' + color.replace('#', '%23');
- if (autoplay && autoplay.length > 0) qs += '&auto_play=' + autoplay;
- if (showComments && showComments.length > 0) qs += '&show_comments=' + showComments;
- if (hideRelated && hideRelated.length > 0) qs += '&hide_related=' + hideRelated;
- if (showUser && showUser.length > 0) qs += '&show_user=' + showUser;
- if (showReposts && showReposts.length > 0) qs += '&show_reposts=' + showReposts;
- if (showTeaser && showTeaser.length > 0) qs += '&show_teaser=' + showTeaser;
- if (visual && visual.length > 0) qs += '&visual=' + visual;
- if (artwork && artwork.length > 0) qs += '&show_artwork=' + artwork;
+ tarteaucitron.addScript('//tag.aticdn.net/' + xitiSmarttagId + '/smarttag.js', 'smarttag', null, null, "onload", "addTracker();");
+ }
+ }
+};
- return '<iframe title="' + frame_title + '" width="100%" ' + frame_height + ' scrolling="no" ' + allowAutoplay + ' src="https://w.soundcloud.com/player/' + qs + '"></iframe>';
- });
- },
- fallback: function () {
+// facebook pixel
+tarteaucitron.services.facebookpixel = {
+ "key": "facebookpixel",
+ "type": "ads",
+ "name": "Facebook Pixel",
+ "uri": "https://www.facebook.com/policy.php",
+ "needConsent": true,
+ "cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src', '_fbp'],
+ "js": function () {
"use strict";
- tarteaucitron.fallback(['soundcloud_player'], function (elem) {
- elem.style.height = elem.getAttribute('data-height') + 'px';
- return tarteaucitron.engage('soundcloud');
- });
+ var n;
+ if (window.fbq) return;
+ n = window.fbq = function () { n.callMethod ? n.callMethod.apply(n, arguments) : n.queue.push(arguments) };
+ if (!window._fbq) window._fbq = n;
+ n.push = n;
+ n.loaded = !0;
+ n.version = '2.0';
+ n.queue = [];
+ tarteaucitron.addScript('https://connect.facebook.net/en_US/fbevents.js');
+ fbq('init', tarteaucitron.user.facebookpixelId);
+ fbq('track', 'PageView');
+
+ if (typeof tarteaucitron.user.facebookpixelMore === 'function') {
+ tarteaucitron.user.facebookpixelMore();
+ }
}
};
-// spotify
-tarteaucitron.services.spotify = {
- "key": "spotify",
- "type": "video",
- "name": "Spotify",
- "uri": "https://www.spotify.com/us/legal/privacy-policy/",
+//Issuu
+tarteaucitron.services.issuu = {
+ "key": "issuu",
+ "type": "other",
+ "name": "Issuu",
+ "uri": "https://issuu.com/legal/privacy",
"needConsent": true,
- "cookies": ['sp_landing', '_ga', 'sp_ab', 'sp_landingref', 'sp_t', 'sp_usid', 'OptanonConsent', 'sp_m', 'spot'],
+ "cookies": ['__qca', 'iutk', 'mc'],
"js": function () {
"use strict";
- tarteaucitron.fallback(['spotify_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Spotify iframe'),
- spotify_id = x.getAttribute("spotifyID"),
- spotify_width = x.getAttribute("width"),
+ tarteaucitron.fallback(['issuu_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Issuu iframe',
+ issuu_id = tarteaucitron.getElemAttr(x, "issuuID"),
+ issuu_width = tarteaucitron.getElemAttr(x, "width"),
frame_width = 'width=',
- spotify_height = x.getAttribute("height"),
+ issuu_height = tarteaucitron.getElemAttr(x, "height"),
frame_height = 'height=',
- spotify_frame;
+ issuu_frame,
+ issuu_embed;
- if (spotify_id === undefined) {
+ if (issuu_id === undefined) {
return "";
}
- if (spotify_width !== undefined) {
- frame_width += '"' + spotify_width + '" ';
+ if (issuu_width !== undefined) {
+ frame_width += '"' + issuu_width + '" ';
} else {
frame_width += '"" ';
}
- if (spotify_height !== undefined) {
- frame_height += '"' + spotify_height + '" ';
+ if (issuu_height !== undefined) {
+ frame_height += '"' + issuu_height + '" ';
} else {
frame_height += '"" ';
}
- spotify_frame = '<iframe title="' + frame_title + '" src="//open.spotify.com/embed/' + spotify_id + '" ' + frame_width + frame_height + ' allowfullscreen></iframe>';
- return spotify_frame;
+
+
+ if (issuu_id.match(/\d+\/\d+/)) { issuu_embed = '#' + issuu_id; } else if (issuu_id.match(/d=(.*)&u=(.*)/)) { issuu_embed = '?' + issuu_id; }
+
+
+ issuu_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="//e.issuu.com/embed.html' + issuu_embed + '"></iframe>';
+
+ return issuu_frame;
});
},
"fallback": function () {
"use strict";
- var id = 'spotify';
- tarteaucitron.fallback(['spotify_player'], function (elem) {
+ var id = 'issuu';
+ tarteaucitron.fallback(['issuu_player'], function (elem) {
elem.style.width = elem.getAttribute('width') + 'px';
elem.style.height = elem.getAttribute('height') + 'px';
return tarteaucitron.engage(id);
}
};
-// statcounter
-tarteaucitron.services.statcounter = {
- "key": "statcounter",
+// webmecanik
+tarteaucitron.services.webmecanik = {
+ "key": "webmecanik",
"type": "analytic",
- "name": "StatCounter",
- "uri": "https://fr.statcounter.com/about/legal/#privacy",
+ "name": "Webmecanik",
+ "uri": "https://webmecanik.com/tos",
"needConsent": true,
- "cookies": ['sc_is_visitor_unique'],
+ "cookies": ['mtc_id', 'mtc_sid'],
"js": function () {
"use strict";
- var uniqIds = [],
- i,
- uri = '//statcounter.com/counter/counter.js';
+ if (tarteaucitron.user.webmecanikurl === undefined) {
+ return;
+ }
- tarteaucitron.fallback(['statcounter-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- return '<div id="' + uniqId + '"></div>';
- });
+ window.MauticTrackingObject = 'mt';
+ window.mt = window.mt || function () {
+ window.mt.q = window.mt.q || [];
+ window.mt.q.push(arguments);
+ };
- for (i = 0; i < uniqIds.length; i += 1) {
- tarteaucitron.makeAsync.init(uri, uniqIds[i]);
- }
- },
- "fallback": function () {
- "use strict";
- var id = 'statcounter';
- tarteaucitron.fallback(['statcounter-canvas'], tarteaucitron.engage(id));
+ tarteaucitron.addScript(tarteaucitron.user.webmecanikurl, '', function () {
+ mt('send', 'pageview');
+ });
}
};
-// timelinejs
-tarteaucitron.services.timelinejs = {
- "key": "timelinejs",
- "type": "api",
- "name": "Timeline JS",
- "uri": "http://timeline.knightlab.com/#help",
+// google analytics multiple
+tarteaucitron.services.multiplegtag = {
+ "key": "multiplegtag",
+ "type": "analytic",
+ "name": "Google Analytics (gtag.js)",
+ "uri": "https://support.google.com/analytics/answer/6004245",
"needConsent": true,
- "cookies": [],
+ "cookies": (function () {
+
+ var cookies = ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz', '_gcl_au'];
+
+ if (tarteaucitron.user.multiplegtagUa !== undefined) {
+ tarteaucitron.user.multiplegtagUa.forEach(function (ua) {
+ cookies.push('_gat_gtag_' + ua.replace(/-/g, '_'));
+ cookies.push('_ga_' + ua.replace(/G-/g, ''));
+ });
+ }
+
+ return cookies;
+ })(),
"js": function () {
"use strict";
- tarteaucitron.fallback(['timelinejs-canvas'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Twitter iframe'),
- spreadsheet_id = x.getAttribute("spreadsheet_id"),
- width = x.getAttribute("width"),
- height = x.getAttribute("height"),
- lang = x.getAttribute("lang_2_letter"),
- font = x.getAttribute("font"),
- map = x.getAttribute("map"),
- start_at_end = x.getAttribute("start_at_end"),
- hash_bookmark = x.getAttribute("hash_bookmark"),
- start_at_slide = x.getAttribute("start_at_slide"),
- start_zoom = x.getAttribute("start_zoom"),
- url = '//cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=' + spreadsheet_id + '&font=' + font + '&maptype=' + map + '&lang=' + lang + '&start_at_end=' + start_at_end + '&hash_bookmark=' + hash_bookmark + '&start_at_slide=' + start_at_slide + '&start_zoom_adjust=' + start_zoom + '&height=' + height;
+ window.dataLayer = window.dataLayer || [];
- return '<iframe title="' + frame_title + '" src="' + url + '" width="' + width + '" height="' + height + '" allowtransparency allowfullscreen></iframe>';
- });
+ if (tarteaucitron.user.multiplegtagUa !== undefined) {
+ tarteaucitron.user.multiplegtagUa.forEach(function (ua) {
+ tarteaucitron.addScript('https://www.googletagmanager.com/gtag/js?id=' + ua, '', function () {
+ window.gtag = function gtag() { dataLayer.push(arguments); }
+ gtag('js', new Date());
+ var additional_config_info = (timeExpire !== undefined) ? {'anonymize_ip': true, 'cookie_expires': timeExpire / 1000} : {'anonymize_ip': true};
+ gtag('config', ua, additional_config_info);
+ });
+ });
+ }
},
"fallback": function () {
+ if (tarteaucitron.parameters.googleConsentMode === true) {
+ this.js();
+ }
+ }
+};
+
+// Koban
+tarteaucitron.services.koban = {
+ "key": "koban",
+ "type": "analytic",
+ "name": "Koban",
+ "uri": "https://koban.cloud/tos",
+ "needConsent": true,
+ "cookies": ['kbntrk'],
+ "js": function () {
"use strict";
- var id = 'timelinejs';
- tarteaucitron.fallback(['timelinejs-canvas'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
+ if (tarteaucitron.user.kobanurl === undefined) {
+ return;
+ }
+ if (tarteaucitron.user.kobanapi === undefined) {
+ return;
+ }
+ window.KobanObject = 'kb';
+ window.kb = window.kb || function () {
+ window.kb.q = window.kb.q || [];
+ window.kb.q.push(arguments);
+ };
+ window.kb.l = new Date();
+ kb('reg', tarteaucitron.user.kobanapi);
+ tarteaucitron.addScript(tarteaucitron.user.kobanurl, '', function () {
});
}
};
-// tagcommander
-tarteaucitron.services.tagcommander = {
- "key": "tagcommander",
- "type": "api",
- "name": "TagCommander",
- "uri": "https://www.commandersact.com/en/privacy/",
- "needConsent": true,
- "cookies": [],
+// DEPRECATED, USE MATOMO CLOUD
+tarteaucitron.services.matomo = {
+ "key": "matomo",
+ "type": "analytic",
+ "name": "Matomo (privacy by design)",
+ "uri": "https://matomo.org/faq/general/faq_146/",
+ "needConsent": false,
+ "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
"js": function () {
"use strict";
- if (tarteaucitron.user.tagcommanderid === undefined) {
+ if (tarteaucitron.user.matomoId === undefined) {
return;
}
- tarteaucitron.addScript('https://cdn.tagcommander.com/' + tarteaucitron.user.tagcommanderid + '.js');
+
+ window._paq = window._paq || [];
+ window._paq.push(["setSiteId", tarteaucitron.user.matomoId]);
+ window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "piwik.php"]);
+ window._paq.push(["setDoNotTrack", 1]);
+ window._paq.push(["trackPageView"]);
+ window._paq.push(["setIgnoreClasses", ["no-tracking", "colorbox"]]);
+ window._paq.push(["enableLinkTracking"]);
+
+ if (typeof tarteaucitron.user.matomoMore === 'function') {
+ tarteaucitron.user.matomoMore();
+ }
+
+ window._paq.push([function () {
+ var self = this;
+ function getOriginalVisitorCookieTimeout() {
+ var now = new Date(),
+ nowTs = Math.round(now.getTime() / 1000),
+ visitorInfo = self.getVisitorInfo();
+ var createTs = parseInt(visitorInfo[2]);
+ var cookieTimeout = 33696000; // 13 mois en secondes
+ var originalTimeout = createTs + cookieTimeout - nowTs;
+ return originalTimeout;
+ }
+ this.setVisitorCookieTimeout(getOriginalVisitorCookieTimeout());
+ }]);
+
+ tarteaucitron.addScript(tarteaucitron.user.matomoHost + 'piwik.js', '', '', true, 'defer', true);
+
+ // waiting for piwik to be ready to check first party cookies
+ var interval = setInterval(function () {
+ if (typeof Piwik === 'undefined') return
+
+ clearInterval(interval)
+
+ // make piwik/matomo cookie accessible by getting tracker
+ Piwik.getTracker();
+
+ // looping throught cookies
+ var theCookies = document.cookie.split(';');
+ for (var i = 1; i <= theCookies.length; i++) {
+ var cookie = theCookies[i - 1].split('=');
+ var cookieName = cookie[0].trim();
+
+ // if cookie starts like a piwik one, register it
+ if (cookieName.indexOf('_pk_') === 0) {
+ tarteaucitron.services.matomo.cookies.push(cookieName);
+ }
+ }
+ }, 100)
}
};
-// typekit
-tarteaucitron.services.typekit = {
- "key": "typekit",
- "type": "api",
- "name": "Typekit (adobe)",
- "uri": "https://www.adobe.com/privacy.html",
- "needConsent": true,
- "cookies": [],
+// DEPRECATED, USE MATOMO CLOUD
+tarteaucitron.services.matomohightrack = {
+ "key": "matomohightrack",
+ "type": "analytic",
+ "name": "Matomo",
+ "uri": "https://matomo.org/faq/general/faq_146/",
+ "needConsent": false,
+ "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
"js": function () {
"use strict";
- if (tarteaucitron.user.typekitId === undefined) {
+ if (tarteaucitron.user.matomoId === undefined) {
return;
}
- tarteaucitron.addScript('//use.typekit.net/' + tarteaucitron.user.typekitId + '.js', '', function () {
- try {
- Typekit.load();
- } catch (e) {}
- });
+
+ window._paq = window._paq || [];
+ window._paq.push(["setSiteId", tarteaucitron.user.matomoId]);
+ window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "piwik.php"]);
+ window._paq.push(["trackPageView"]);
+ window._paq.push(["setIgnoreClasses", ["no-tracking", "colorbox"]]);
+ window._paq.push(["enableLinkTracking"]);
+ window._paq.push([function () {
+ var self = this;
+ }]);
+
+ tarteaucitron.addScript(tarteaucitron.user.matomoHost + 'piwik.js', '', '', true, 'defer', true);
+
+ // waiting for piwik to be ready to check first party cookies
+ var interval = setInterval(function () {
+ if (typeof Piwik === 'undefined') return
+
+ clearInterval(interval)
+ Piwik.getTracker();
+
+ var theCookies = document.cookie.split(';');
+ for (var i = 1; i <= theCookies.length; i++) {
+ var cookie = theCookies[i - 1].split('=');
+ var cookieName = cookie[0].trim();
+
+ if (cookieName.indexOf('_pk_') === 0) {
+ tarteaucitron.services.matomo.cookies.push(cookieName);
+ }
+ }
+ }, 100)
}
};
-// twenga
-tarteaucitron.services.twenga = {
- "key": "twenga",
- "type": "ads",
- "name": "Twenga",
- "uri": "http://www.twenga.com/privacy.php",
+// matomocloud
+tarteaucitron.services.matomocloud = {
+ "key": "matomocloud",
+ "type": "analytic",
+ "name": "Matomo Cloud (privacy by design)",
+ "uri": "https://matomo.org/faq/general/faq_146/",
"needConsent": true,
- "cookies": [],
+ "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'mtm_consent', 'matomo_ignore', 'matomo_sessid'],
"js": function () {
"use strict";
-
- if (tarteaucitron.user.twengaId === undefined || tarteaucitron.user.twengaLocale === undefined) {
+ if (tarteaucitron.user.matomoId === undefined) {
return;
}
- tarteaucitron.addScript('//tracker.twenga.' + tarteaucitron.user.twengaLocale + '/st/tracker_' + tarteaucitron.user.twengaId + '.js');
- }
-};
+ window._paq = window._paq || [];
+ window._paq.push(["requireConsent"]);
+ window._paq.push(["setConsentGiven"]);
+ window._paq.push(["setSiteId", tarteaucitron.user.matomoId]);
+ window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "matomo.php"]);
+ window._paq.push(["enableLinkTracking"]);
-// twitter
-tarteaucitron.services.twitter = {
- "key": "twitter",
- "type": "social",
- "name": "Twitter",
- "uri": "https://support.twitter.com/articles/20170514",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['tacTwitter'], '');
- tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs');
- },
- "fallback": function () {
- "use strict";
- var id = 'twitter';
- tarteaucitron.fallback(['tacTwitter'], tarteaucitron.engage(id));
- }
-};
+ if (tarteaucitron.user.matomoDontTrackPageView !== true) {
+ window._paq.push(["trackPageView"]);
+ }
-// twitter embed
-tarteaucitron.services.twitterembed = {
- "key": "twitterembed",
- "type": "social",
- "name": "Twitter (cards)",
- "uri": "https://support.twitter.com/articles/20170514",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- var uniqIds = [],
- i,
- e,
- html;
+ if (tarteaucitron.user.matomoFullTracking === true) {
+ window._paq.push(["trackAllContentImpressions"]);
+ }
- tarteaucitron.fallback(['twitterembed-canvas'], function (x) {
- var uniqId = '_' + Math.random().toString(36).substr(2, 9);
- uniqIds.push(uniqId);
- html = '<div id="' + uniqId + '" ';
- html += 'tweetid="' + x.getAttribute('tweetid') + '" ';
- html += 'theme="' + x.getAttribute('theme') + '" ';
- html += 'cards="' + x.getAttribute('cards') + '" ';
- html += 'conversation="' + x.getAttribute('conversation') + '" ';
- html += 'data-width="' + x.getAttribute('data-width') + '" ';
- html += 'data-align="' + x.getAttribute('data-align') + '" ';
- html += '></div>';
- return html;
- });
+ if (tarteaucitron.user.matomoCustomJSPath === undefined || tarteaucitron.user.matomoCustomJSPath == '') {
+ tarteaucitron.addScript('https://cdn.matomo.cloud/matomo.js', '', '', true, 'defer', true);
+ } else {
+ tarteaucitron.addScript(tarteaucitron.user.matomoCustomJSPath, '', '', true, 'defer', true);
+ }
- tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs', function () {
- for (i = 0; i < uniqIds.length; i += 1) {
- e = document.getElementById(uniqIds[i]);
- twttr.widgets.createTweet(
- e.getAttribute('tweetid'),
- e,
- {
- theme: e.getAttribute('theme'),
- cards: e.getAttribute('cards'),
- conversation: e.getAttribute('conversation'),
- lang: tarteaucitron.getLanguage(),
- dnt: true,
- width: e.getAttribute('data-width'),
- align: e.getAttribute('data-align')
- }
- );
+ // waiting for Matomo to be ready to check first party cookies
+ var interval = setInterval(function () {
+ if (typeof Matomo === 'undefined') return
+
+ clearInterval(interval)
+
+ // make Matomo cookie accessible by getting tracker
+ Matomo.getTracker();
+
+ // looping through cookies
+ var theCookies = document.cookie.split(';');
+ for (var i = 1; i <= theCookies.length; i++) {
+ var cookie = theCookies[i - 1].split('=');
+ var cookieName = cookie[0].trim();
+
+ // if cookie starts like a matomo one, register it
+ if (cookieName.indexOf('_pk_') === 0) {
+ tarteaucitron.services.matomo.cookies.push(cookieName);
+ }
}
- });
+ }, 100);
},
"fallback": function () {
"use strict";
- var id = 'twitterembed';
- tarteaucitron.fallback(['twitterembed-canvas'], function (elem) {
- elem.style.width = elem.getAttribute('data-width') + 'px';
- return tarteaucitron.engage(id);
- });
- }
-};
+ if (tarteaucitron.user.matomoId === undefined) {
+ return;
+ }
-// twitter timeline
-tarteaucitron.services.twittertimeline = {
- "key": "twittertimeline",
- "type": "social",
- "name": "Twitter (timelines)",
- "uri": "https://support.twitter.com/articles/20170514",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['tacTwitterTimelines'], '');
- tarteaucitron.addScript('//platform.twitter.com/widgets.js', 'twitter-wjs');
- },
- "fallback": function () {
- "use strict";
- var id = 'twittertimeline';
- tarteaucitron.fallback(['tacTwitterTimelines'], tarteaucitron.engage(id));
+ window._paq = window._paq || [];
+ window._paq.push(["requireConsent"]);
+ window._paq.push(["setSiteId", tarteaucitron.user.matomoId]);
+ window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "matomo.php"]);
+ window._paq.push(["trackPageView"]);
+ window._paq.push(["enableLinkTracking"]);
+
+ if (tarteaucitron.user.matomoCustomJSPath === undefined || tarteaucitron.user.matomoCustomJSPath == '') {
+ tarteaucitron.addScript('https://cdn.matomo.cloud/matomo.js', '', '', true, 'defer', true);
+ } else {
+ tarteaucitron.addScript(tarteaucitron.user.matomoCustomJSPath, '', '', true, 'defer', true);
+ }
}
};
-// twitter universal website tag
-tarteaucitron.services.twitteruwt = {
- "key": "twitteruwt",
- "type": "analytic",
- "name": "Twitter Universal Website Tag",
- "uri": "https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html",
+// matomotm
+tarteaucitron.services.matomotm = {
+ "key": "matomotm",
+ "type": "api",
+ "name": "Matomo Tag Manager",
+ "uri": "https://matomo.org/privacy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
-
- window.twq = function () {
- window.twq.exe ? window.twq.exe.apply(window.twq, arguments) : window.twq.queue.push(arguments);
+ if (tarteaucitron.user.matomotmUrl === undefined) {
+ return;
}
- window.twq.version = '1.1';
- window.twq.queue = [];
- tarteaucitron.addScript('https://static.ads-twitter.com/uwt.js', '', function () {
- window.twq('init', tarteaucitron.user.twitteruwtId);
- window.twq('track', 'PageView');
- });
+ var _mtm = window._mtm = window._mtm || [];
+ _mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'});
+
+ tarteaucitron.addScript(tarteaucitron.user.matomotmUrl);
}
};
-// user voice
-tarteaucitron.services.uservoice = {
- "key": "uservoice",
- "type": "support",
- "name": "UserVoice",
- "uri": "https://www.uservoice.com/privacy/",
+
+// Hotjar
+/*
+ 1. Set the following variable before the initialization :
+ tarteaucitron.user.hotjarId = YOUR_WEBSITE_ID;
+ tarteaucitron.user.HotjarSv = XXXX; // Can be found in your website tracking code as "hjvs=XXXX"
+ 2. Push the service :
+ (tarteaucitron.job = tarteaucitron.job || []).push('hotjar');
+ 3. HTML
+ You don't need to add any html code, if the service is autorized, the javascript is added. otherwise no.
+ */
+tarteaucitron.services.hotjar = {
+ "key": "hotjar",
+ "type": "analytic",
+ "name": "Hotjar",
+ "uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar",
"needConsent": true,
- "cookies": [],
+ "cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjShownFeedbackMessage", "_hjAbsoluteSessionInProgress", "_hjid"],
"js": function () {
"use strict";
- if (tarteaucitron.user.userVoiceApi === undefined) {
+ if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {
return;
}
- tarteaucitron.addScript('//widget.uservoice.com/' + tarteaucitron.user.userVoiceApi + '.js');
+ window.hj = window.hj || function () {
+ (window.hj.q = window.hj.q || []).push(arguments)
+ };
+ window._hjSettings = {
+ hjid: tarteaucitron.user.hotjarId,
+ hjsv: tarteaucitron.user.HotjarSv
+ };
+ var uri = 'https://static.hotjar.com/c/hotjar-';
+ var extension = '.js?sv=';
+ tarteaucitron.addScript(uri + window._hjSettings.hjid + extension + window._hjSettings.hjsv);
}
};
-// vimeo
-tarteaucitron.services.vimeo = {
- "key": "vimeo",
- "type": "video",
- "name": "Vimeo",
- "uri": "https://vimeo.com/privacy",
- "needConsent": true,
- "cookies": ['__utmt_player', '__utma', '__utmb', '__utmc', '__utmv', 'vuid', '__utmz', 'player'],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['vimeo_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("data-title") || x.getAttribute("title") || 'Vimeo iframe'),
- video_width = x.getAttribute("data-width") || x.getAttribute("width"),
- frame_width = 'width=',
- video_height = x.getAttribute("data-height") || x.getAttribute("height"),
- frame_height = 'height=',
-
- video_id = x.getAttribute("data-videoID") || x.getAttribute("videoID"),
- video_autopause = x.getAttribute("data-autopause") || '',
- video_autoplay = x.getAttribute("data-autoplay") || x.getAttribute("autoplay") || '',
- video_background = x.getAttribute("data-background") || '',
- video_byline = x.getAttribute("data-byline") || x.getAttribute("byline") || '',
- video_color = x.getAttribute("data-color") || '',
- video_controls = x.getAttribute("data-controls") || '',
- video_loop = x.getAttribute("data-loop") || x.getAttribute("loop") || '',
- video_maxheight = x.getAttribute("data-maxheight") || '',
- video_maxwidth = x.getAttribute("data-maxwidth") || '',
- video_muted = x.getAttribute("data-muted") || '',
- video_playsinline = x.getAttribute("data-playsinline") || '',
- video_portrait = x.getAttribute("data-portrait") || x.getAttribute("portrait") || '',
- video_speed = x.getAttribute("data-speed") || '',
- video_title = x.getAttribute("data-title") || x.getAttribute("title") || '',
- video_transparent = x.getAttribute("data-transparent") || '',
-
- video_frame;
-
-
- if (video_id === undefined) {
- return "";
- }
- if (video_width !== undefined) {
- frame_width += '"' + video_width + '" ';
- } else {
- frame_width += '"" ';
- }
- if (video_height !== undefined) {
- frame_height += '"' + video_height + '" ';
- } else {
- frame_height += '"" ';
- }
-
- var video_qs = "?";
-
- if (video_title.length > 0) {
- video_qs += "title=" + video_title;
- }
-
- if (video_byline.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "byline=" + video_byline;
- }
-
- if (video_portrait.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "portrait=" + video_portrait;
- }
-
- if (video_loop.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "loop=" + video_loop;
- }
-
- if (video_autoplay.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "autoplay=" + video_autoplay;
- }
-
- if (video_autopause.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "autopause=" + video_autopause;
- }
-
- if (video_background.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "background=" + video_background;
- }
+// bing ads universal event tracking
+tarteaucitron.services.bingads = {
+ 'key': 'bingads',
+ 'type': 'ads',
+ 'name': 'Bing Ads Universal Event Tracking',
+ 'uri': 'https://advertise.bingads.microsoft.com/en-us/resources/policies/personalized-ads',
+ 'needConsent': true,
+ 'cookies': ['_uetmsclkid', '_uetvid', '_uetsid'],
+ 'js': function () {
+ 'use strict';
+ //var u = tarteaucitron.user.bingadsTag || 'uetq';
+ window.uetq = window.uetq || [];
- if (video_color.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "color=" + video_color;
- }
+ tarteaucitron.addScript('https://bat.bing.com/bat.js', '', function () {
+ var bingadsCreate = { ti: tarteaucitron.user.bingadsID };
- if (video_controls.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "controls=" + video_controls;
+ if ('bingadsStoreCookies' in tarteaucitron.user) {
+ bingadsCreate['storeConvTrackCookies'] = tarteaucitron.user.bingadsStoreCookies;
}
- if (video_maxheight.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "maxheight=" + video_maxheight;
- }
+ bingadsCreate.q = window.uetq;
+ window.uetq = new UET(bingadsCreate);
+ window.uetq.push('pageLoad');
- if (video_maxwidth.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "maxwidth=" + video_maxwidth;
+ if (typeof tarteaucitron.user.bingadsMore === 'function') {
+ tarteaucitron.user.bingadsMore();
}
+ });
+ }
+};
- if (video_muted.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "muted=" + video_muted;
- }
+//Matterport
+tarteaucitron.services.matterport = {
+ "key": "matterport",
+ "type": "other",
+ "name": "Matterport",
+ "uri": "https://matterport.com/es/legal/privacy-policy/",
+ "needConsent": true,
+ "cookies": ['__cfduid', 'ajs_anonymous_id', 'ajs_group_id', 'ajs_user_id'],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['matterport'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Matterport iframe',
+ matterport_id = tarteaucitron.getElemAttr(x, "matterportID"),
+ matterport_width = tarteaucitron.getElemAttr(x, "width"),
+ frame_width = 'width=',
+ matterport_height = tarteaucitron.getElemAttr(x, "height"),
+ frame_height = 'height=',
+ matterport_parameters = tarteaucitron.getElemAttr(x, "parameters"),
+ matterport_allowfullscreen = tarteaucitron.getElemAttr(x, 'allowfullscreen'),
+ matterport_frame;
- if (video_playsinline.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "playsinline=" + video_playsinline;
+ if (matterport_id === undefined) {
+ return "";
}
-
- if (video_speed.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "speed=" + video_speed;
+ if (matterport_width !== undefined) {
+ frame_width += '"' + matterport_width + '" ';
+ } else {
+ frame_width += '"" ';
}
-
- if (video_transparent.length > 0) {
- if (video_qs.length > 0) {
- video_qs += "&";
- }
- video_qs += "transparent=" + video_transparent;
+ if (matterport_height !== undefined) {
+ frame_height += '"' + matterport_height + '" ';
+ } else {
+ frame_height += '"" ';
}
-
- if (video_qs === "?") {
- video_qs = "";
+ if (matterport_parameters === undefined) {
+ return "";
}
- video_frame = '<iframe title="' + frame_title + '" src="//player.vimeo.com/video/' + video_id + video_qs + '" ' + frame_width + frame_height + ' webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
-
- return video_frame;
+ matterport_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="https://my.matterport.com/show/?m=' + matterport_id + '&utm_source=hit-content' + matterport_parameters + '"' + (matterport_allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ return matterport_frame;
});
},
"fallback": function () {
"use strict";
- var id = 'vimeo';
- tarteaucitron.fallback(['vimeo_player'], function (elem) {
+ var id = 'matterport';
+ tarteaucitron.fallback(['matterport'], function (elem) {
elem.style.width = elem.getAttribute('width') + 'px';
elem.style.height = elem.getAttribute('height') + 'px';
return tarteaucitron.engage(id);
}
};
-// visualrevenue
-tarteaucitron.services.visualrevenue = {
- "key": "visualrevenue",
- "type": "analytic",
- "name": "VisualRevenue",
- "uri": "http://www.outbrain.com/legal/privacy-713/",
+// Adform
+tarteaucitron.services.adform = {
+ "key": "adform",
+ "type": "ads",
+ "name": "Adform",
+ "uri": "https://site.adform.com/privacy-center/overview/",
"needConsent": true,
- "cookies": ['__vrf', '__vrm', '__vrl', '__vry', '__vru', '__vrid', '__vrz'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.visualrevenueId === undefined) {
+
+ if (tarteaucitron.user.adformpm === undefined || tarteaucitron.user.adformpagename === undefined) {
return;
}
- window._vrq = window._vrq || [];
- window._vrq.push(['id', tarteaucitron.user.visualrevenueId]);
- window._vrq.push(['automate', true]);
- window._vrq.push(['track', function () {}]);
- tarteaucitron.addScript('http://a.visualrevenue.com/vrs.js');
+
+ window._adftrack = {
+ pm: tarteaucitron.user.adformpm,
+ divider: encodeURIComponent('|'),
+ pagename: encodeURIComponent(tarteaucitron.user.adformpagename)
+ };
+
+ tarteaucitron.addScript("https://track.adform.net/serving/scripts/trackpoint/async/");
}
};
-// verizon dot tag
-tarteaucitron.services.verizondottag = {
- "key": "verizondottag",
- "type": "analytic",
- "name": "Verizon Dot Tag",
- "uri": "https://developer.verizonmedia.com/native/guide/audience-management/dottags/",
+// Active Campaign
+tarteaucitron.services.activecampaign = {
+ "key": "activecampaign",
+ "type": "ads",
+ "name": "Active Campaign",
+ "uri": "https://www.activecampaign.com/privacy-policy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
+ if (tarteaucitron.user.actid === undefined) {
+ return;
+ }
- window.dotq = window.dotq || [];
- window.dotq.push({
- 'projectId': tarteaucitron.user.verizondottagProjectId,
- 'properties': {'pixelId': tarteaucitron.user.verizondottagPixelId}
- });
+ window.trackcmp_email = '';
- tarteaucitron.addScript('https://s.yimg.com/wi/ytc.js', '', function () {
- const items = window.dotq;
- window.dotq = [];
- window.dotq.push = function (item) {
- YAHOO.ywa.I13N.fireBeacon([item])
- };
- YAHOO.ywa.I13N.fireBeacon(items)
- });
+ tarteaucitron.addScript('https://trackcmp.net/visit?actid=' + tarteaucitron.user.actid + '&e=' + encodeURIComponent(trackcmp_email) + '&r=' + encodeURIComponent(document.referrer) + '&u=' + encodeURIComponent(window.location.href));
}
};
-// vshop
-tarteaucitron.services.vshop = {
- "key": "vshop",
- "type": "ads",
- "name": "vShop",
- "uri": "http://vshop.fr/privacy-policy",
+// tawk.to
+tarteaucitron.services.tawkto = {
+ "key": "tawkto",
+ "type": "support",
+ "name": "Tawk.to chat",
+ "uri": "https://www.tawk.to/data-protection/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- tarteaucitron.fallback(['vcashW'], '');
- tarteaucitron.addScript('//vshop.fr/js/w.js');
+ if (tarteaucitron.user.tawktoId === undefined) {
+ return;
+ }
+
+ tarteaucitron.user.tawktoWidgetId = tarteaucitron.user.tawktoWidgetId || 'default';
+
+ window.Tawk_API = window.Tawk_API || {};
+ window.Tawk_LoadStart = new Date();
+
+ tarteaucitron.addScript('https://embed.tawk.to/' + tarteaucitron.user.tawktoId + '/' + tarteaucitron.user.tawktoWidgetId);
+ }
+
+};
+
+// getquanty
+tarteaucitron.services.getquanty = {
+ "key": "getquanty",
+ "type": "analytic",
+ "name": "GetQuanty",
+ "uri": "https://www.getquanty.com/mentions-legales/",
+ "needConsent": true,
+ "cookies": ['_first_pageview', 'eqy_sessionid', 'eqy_siteid', 'cluid', 'eqy_company', 'cluid', 'gq_utm', '_jsuid'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.getguanty === undefined) {
+ return;
+ }
+
+ if (tarteaucitron.user.getquantyAlreadyLoaded !== undefined) {
+ return;
+ }
+
+ tarteaucitron.addScript('https://get.smart-data-systems.com/gq?site_id=' + tarteaucitron.user.getguanty + '&consent=1');
},
"fallback": function () {
"use strict";
- var id = 'vshop';
- tarteaucitron.fallback(['vcashW'], tarteaucitron.engage(id));
+ if (tarteaucitron.user.getguanty === undefined) {
+ return;
+ }
+
+ tarteaucitron.user.getquantyAlreadyLoaded = true;
+
+ tarteaucitron.addScript('https://get.smart-data-systems.com/gq?site_id=' + tarteaucitron.user.getguanty + '¬rack=1');
}
};
-// wysistat
-tarteaucitron.services.wysistat = {
- "key": "wysistat",
+// emolytics
+tarteaucitron.services.emolytics = {
+ "key": "emolytics",
"type": "analytic",
- "name": "Wysistat",
- "uri": "http://wysistat.net/contact/",
+ "name": "Emolytics",
+ "uri": "https://www.emolytics.com/main/privacy-policy.php",
"needConsent": true,
- "cookies": ['Wysistat'],
+ "cookies": ['__hssc', '__hssrc', '__hstc', '_ga', '_gid', 'hubspotutk', 'lang', 'incap_ses_', 'nlbi_', 'visid_incap_'],
"js": function () {
"use strict";
- if (tarteaucitron.user.wysistat === undefined) {
+ if (tarteaucitron.user.emolyticsID === undefined) {
return;
}
- tarteaucitron.addScript('//www.wysistat.com/statistique.js', '', function () {
- window.stat(tarteaucitron.user.wysistat.cli, tarteaucitron.user.wysistat.frm, tarteaucitron.user.wysistat.prm, tarteaucitron.user.wysistat.ce, tarteaucitron.user.wysistat.page, tarteaucitron.user.wysistat.roi, tarteaucitron.user.wysistat.prof, tarteaucitron.user.wysistat.cpt);
- });
+ var scriptEmolytics = document.createElement('script');
+ scriptEmolytics.text = 'var getsmily_id="' + tarteaucitron.user.emolyticsID + '";';
+ document.getElementsByTagName('body')[0].appendChild(scriptEmolytics);
+ tarteaucitron.addScript('https://cdn.emolytics.com/script/emolytics-widget.js')
}
};
-// xiti
-tarteaucitron.services.xiti = {
- "key": "xiti",
- "type": "analytic",
- "name": "Xiti",
- "uri": "https://helpcentre.atinternet-solutions.com/hc/fr/categories/360002439300-Privacy-Centre",
+// youtubeapi
+tarteaucitron.services.youtubeapi = {
+ "key": "youtubeapi",
+ "type": "video",
+ "name": "Youtube (Js API)",
+ "uri": "https://policies.google.com/privacy",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.xitiId === undefined) {
+ tarteaucitron.addScript('https://www.youtube.com/player_api');
+ }
+};
+
+// Facil'ITI
+tarteaucitron.services.faciliti = {
+ "key": "faciliti",
+ "type": "other",
+ "name": "Facil'ITI",
+ "uri": "https://ws.facil-iti.com/mentions-legales.html",
+ "needConsent": true,
+ "cookies": ['FACIL_ITI_LS'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.facilitiID === undefined) {
return;
}
- var Xt_param = 's=' + tarteaucitron.user.xitiId + '&p=',
- Xt_r,
- Xt_h,
- Xt_i,
- Xt_s,
- div = document.createElement('div');
- try {
- Xt_r = top.document.referrer;
- } catch (e) {
- Xt_r = document.referrer;
- }
- Xt_h = new Date();
- Xt_i = '<img style="display:none" border="0" alt="" ';
- Xt_i += 'src="http://logv3.xiti.com/hit.xiti?' + Xt_param;
- Xt_i += '&hl=' + Xt_h.getHours() + 'x' + Xt_h.getMinutes() + 'x' + Xt_h.getSeconds();
- if (parseFloat(navigator.appVersion) >= 4) {
- Xt_s = screen;
- Xt_i += '&r=' + Xt_s.width + 'x' + Xt_s.height + 'x' + Xt_s.pixelDepth + 'x' + Xt_s.colorDepth;
- }
- div.innerHTML = Xt_i + '&ref=' + Xt_r.replace(/[<>"]/g, '').replace(/&/g, '$') + '" title="Internet Audience">';
- document.getElementsByTagName('body')[0].appendChild(div.firstChild);
+ (function (w, d, s, f) {
+ w[f] = w[f] || { conf: function () { (w[f].data = w[f].data || []).push(arguments); } };
+ var l = d.createElement(s), e = d.getElementsByTagName(s)[0];
+ l.async = 1; l.src = 'https://ws.facil-iti.com/tag/faciliti-tag.min.js'; e.parentNode.insertBefore(l, e);
+ }(window, document, 'script', 'FACIL_ITI'));
+ FACIL_ITI.conf('userId', tarteaucitron.user.facilitiID);
+ }
+};
- if (typeof tarteaucitron.user.xitiMore === 'function') {
- tarteaucitron.user.xitiMore();
+// userlike
+tarteaucitron.services.userlike = {
+ "key": "userlike",
+ "type": "support",
+ "name": "Userlike",
+ "uri": "https://www.userlike.com/en/terms#privacy-policy",
+ "needConsent": true,
+ "cookies": ['uslk_s', 'uslk_e'],
+ "js": function () {
+ "use strict";
+ if (tarteaucitron.user.userlikeKey === undefined) {
+ return;
}
+ tarteaucitron.addScript('//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/' + tarteaucitron.user.userlikeKey);
}
};
-// AT Internet
-tarteaucitron.services.atinternet = {
- "key": "atinternet",
+// adobeanalytics
+tarteaucitron.services.adobeanalytics = {
+ "key": "adobeanalytics",
"type": "analytic",
- "name": "AT Internet (privacy by design)",
- "uri": "https://helpcentre.atinternet-solutions.com/hc/fr/categories/360002439300-Privacy-Centre",
+ "name": "Adobe Analytics",
+ "uri": "https://www.adobe.com/privacy/policy.html",
"needConsent": true,
- "safeanalytic": false,
- "cookies": ['atidvisitor', 'atreman', 'atredir', 'atsession'],
+ "cookies": ['s_ecid', 's_cc', 's_sq', 's_vi', 's_fid'],
"js": function () {
"use strict";
- if (tarteaucitron.user.atLibUrl === undefined) {
+ if (tarteaucitron.user.adobeanalyticskey === undefined) {
return;
}
+ tarteaucitron.addScript('//assets.adobedtm.com/launch-' + tarteaucitron.user.adobeanalyticskey + '.min.js');
+ }
+};
- tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function() {
-
- window.tag = new ATInternet.Tracker.Tag();
-
- if (typeof tarteaucitron.user.atMore === 'function') {
- tarteaucitron.user.atMore();
- }
+// woopra customer journey analytics
+tarteaucitron.services.woopra = {
+ 'key': 'woopra',
+ 'type': 'analytic',
+ 'name': 'Woopra Customer Journey Analytics',
+ 'uri': 'https://www.woopra.com/privacy',
+ 'needConsent': true,
+ 'cookies': ['wooTracker', 'intercom-session-erbfalba', 'intercom-id-erbfalba'],
+ 'js': function () {
+ 'use strict';
+ //var w = tarteaucitron.user.woopraDomain;
+ //window[w] = window[w] || [];
- if (typeof window.tag.privacy !== 'undefined') {
- window.tag.privacy.setVisitorOptin();
- }
+ (function () {
+ var t, i, e, n = window, o = document, a = arguments, s = "script", r = ["config", "track", "identify", "visit", "push", "call", "trackForm", "trackClick"], c = function () { var t, i = this; for (i._e = [], t = 0; r.length > t; t++)(function (t) { i[t] = function () { return i._e.push([t].concat(Array.prototype.slice.call(arguments, 0))), i } })(r[t]) }; for (n._w = n._w || {}, t = 0; a.length > t; t++)n._w[a[t]] = n[a[t]] = n[a[t]] || new c; i = o.createElement(s), i.async = 1, i.src = "//static.woopra.com/js/w.js", e = o.getElementsByTagName(s)[0], e.parentNode.insertBefore(i, e)
+ })("woopra");
- if (tarteaucitron.user.atinternetSendData !== false) {
- window.tag.page.send();
- }
+ woopra.config({
+ domain: tarteaucitron.user.woopraDomain
});
- },
- "fallback": function () {
+ woopra.track();
+ }
+};
+
+// ausha
+tarteaucitron.services.ausha = {
+ key: "ausha",
+ type: "video",
+ name: "Ausha",
+ uri: "https://www.ausha.co/protection-personal-data/",
+ needConsent: true,
+ cookies: [],
+ js: function () {
"use strict";
- if (tarteaucitron.user.atLibUrl === undefined) {
- return;
- }
+ tarteaucitron.fallback(['ausha_player'], function (x) {
+ var player_height = tarteaucitron.getElemAttr(x, 'data-height'),
+ podcast_id = tarteaucitron.getElemAttr(x, 'data-podcast-id'),
+ player_id = tarteaucitron.getElemAttr(x, 'data-player-id'),
+ playlist = tarteaucitron.getElemAttr(x, 'data-playlist'),
+ useshowid = tarteaucitron.getElemAttr(x, 'data-useshowid'),
+ color = tarteaucitron.getElemAttr(x, 'data-color');
- tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function() {
+ if (podcast_id === undefined) {
+ return "";
+ }
- window.tag = new ATInternet.Tracker.Tag();
+ var src = 'https://player.ausha.co/index.html?podcastId=' + podcast_id + '&v=3';
- if (typeof tarteaucitron.user.atMore === 'function') {
- tarteaucitron.user.atMore();
+ if (useshowid == "1") {
+ src = 'https://player.ausha.co/index.html?showId=' + podcast_id + '&v=3';
}
- if (typeof window.tag.privacy !== 'undefined') {
+ if (playlist && playlist.length > 0) src += '&playlist=' + playlist;
+ if (color && color.length > 0) src += '&color=' + color.replace('#', '%23');
+ if (player_id && player_id.length > 0) src += '&playerId=' + player_id;
- var visitorMode = window.tag.privacy.getVisitorMode();
- if (visitorMode !== null && visitorMode.name !== undefined && visitorMode.name == "optout") {
- window.tag.privacy.setVisitorOptout();
- } else {
- window.tag.privacy.setVisitorMode('cnil', 'exempt');
- }
- }
+ return '<iframe id="' + player_id + '" loading="lazy" width="100%" height="' + player_height + '" scrolling="no" frameborder="no" src="' + src + '"></iframe>';
+ });
- if (tarteaucitron.user.atinternetSendData !== false) {
- window.tag.page.send();
- }
+ tarteaucitron.addScript('//player.ausha.co/ausha-player.js', 'ausha-player');
+ },
+ fallback: function () {
+ "use strict";
+ tarteaucitron.fallback(['ausha_player'], function (elem) {
+ elem.style.height = elem.getAttribute('data-height') + 'px';
+ return tarteaucitron.engage('ausha');
});
}
};
-// AT Internet
-tarteaucitron.services.atinternethightrack = {
- "key": "atinternethightrack",
- "type": "analytic",
- "name": "AT Internet",
- "uri": "https://helpcentre.atinternet-solutions.com/hc/fr/categories/360002439300-Privacy-Centre",
- "needConsent": true,
- "cookies": ['atidvisitor', 'atreman', 'atredir', 'atsession'],
- "js": function () {
+// 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.atLibUrl === undefined) {
+
+ if (tarteaucitron.user.visibleeclientid === undefined) {
return;
}
-
- tarteaucitron.addScript(tarteaucitron.user.atLibUrl, '', function() {
-
- var tag = new ATInternet.Tracker.Tag();
-
- if (typeof tarteaucitron.user.atMore === 'function') {
- tarteaucitron.user.atMore();
- }
- })
+ tarteaucitron.addScript('//www.link-page.info/tracking_' + tarteaucitron.user.visibleeclientid + '.js', 'visiblee');
}
};
-// youtube
-tarteaucitron.services.youtube = {
- "key": "youtube",
- "type": "video",
- "name": "YouTube",
- "uri": "https://policies.google.com/privacy",
- "needConsent": true,
- "cookies": ['VISITOR_INFO1_LIVE', 'YSC', 'PREF', 'GEUP'],
- "js": function () {
+// bandcamp
+tarteaucitron.services.bandcamp = {
+ key: "bandcamp",
+ type: "video",
+ name: "Bandcamp",
+ uri: "https://bandcamp.com",
+ readmoreLink: "https://bandcamp.com/privacy",
+ needConsent: true,
+ cookies: ['client_id', 'BACKENDID', '_comm_playlist'],
+ js: function () {
"use strict";
- tarteaucitron.fallback(['youtube_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Youtube iframe'),
- video_id = x.getAttribute("videoID"),
- video_width = x.getAttribute("width"),
+ tarteaucitron.fallback(['bandcamp_player'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Bandcamp iframe',
+ album_id = tarteaucitron.getElemAttr(x, "albumID"),
+ bandcamp_width = tarteaucitron.getElemAttr(x, "width"),
frame_width = 'width=',
- video_height = x.getAttribute("height"),
+ bandcamp_height = tarteaucitron.getElemAttr(x, "height"),
frame_height = 'height=',
- video_frame,
- attrs = ["theme", "rel", "controls", "showinfo", "autoplay", "mute", "start"],
+ attrs = ["size", "bgcol", "linkcol", "artwork", "minimal", "tracklist", "package", "transparent"],
params = attrs.filter(function (a) {
- return x.getAttribute(a) !== null;
+ return tarteaucitron.getElemAttr(x, a) !== null;
}).map(function (a) {
- return a + "=" + x.getAttribute(a);
- }).join("&");
+ if (a && a.length > 0) return a + "=" + tarteaucitron.getElemAttr(x, a);
+ }).join("/");
- if (video_id === undefined) {
+ if (album_id === null) {
return "";
}
- if (video_width !== undefined) {
- frame_width += '"' + video_width + '" ';
+
+ if (bandcamp_width !== null || bandcamp_width !== "") {
+ frame_width += '"' + bandcamp_width + '" ';
} else {
frame_width += '"" ';
}
- if (video_height !== undefined) {
- frame_height += '"' + video_height + '" ';
+ if (bandcamp_height !== null || bandcamp_height !== "") {
+ frame_height += '"' + bandcamp_height + '" ';
} else {
frame_height += '"" ';
}
- video_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="//www.youtube-nocookie.com/embed/' + video_id + '?' + params + '" allowfullscreen></iframe>';
- return video_frame;
+
+ var src = 'https://bandcamp.com/EmbeddedPlayer/album=' + album_id + '/' + params;
+
+ return '<iframe title="' + frame_title + '"' + frame_width + frame_height + 'src="' + src + '" frameborder="0" allowfullscreen seamless></iframe>';
});
},
- "fallback": function () {
+ fallback: function () {
"use strict";
- var id = 'youtube';
- tarteaucitron.fallback(['youtube_player'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
+ tarteaucitron.fallback(['bandcamp_player'], function (elem) {
+ elem.style.width = elem.getAttribute('width');
+ elem.style.height = elem.getAttribute('height');
+ return tarteaucitron.engage('bandcamp');
});
}
};
-// youtube playlist
-tarteaucitron.services.youtubeplaylist = {
- "key": "youtubeplaylist",
- "type": "video",
- "name": "YouTube (playlist)",
- "uri": "https://policies.google.com/privacy",
+// Discord Widget
+tarteaucitron.services.discord = {
+ "key": "discord",
+ "type": "social",
+ "name": "Discord (Server Widget)",
"needConsent": true,
- "cookies": ['VISITOR_INFO1_LIVE', 'YSC', 'PREF', 'GEUP'],
+ "cookies": ["__cfruid", "__dcfduid", "_ga", "_gcl_au", "OptanonConsent", "locale", "_gid"],
+ "uri": "https://discord.com/privacy",
"js": function () {
"use strict";
- tarteaucitron.fallback(['youtube_playlist_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Youtube iframe'),
- playlist_id = x.getAttribute("playlistID"),
- video_width = x.getAttribute("width"),
- frame_width = 'width=',
- video_height = x.getAttribute("height"),
- frame_height = 'height=',
- video_frame,
- params = 'theme=' + x.getAttribute("theme") + '&rel=' + x.getAttribute("rel") + '&controls=' + x.getAttribute("controls") + '&showinfo=' + x.getAttribute("showinfo") + '&autoplay=' + x.getAttribute("autoplay") + '&mute=' + x.getAttribute("mute");
-
- if (playlist_id === undefined) {
- return "";
- }
- if (video_width !== undefined) {
- frame_width += '"' + video_width + '" ';
- } else {
- frame_width += '"" ';
- }
- if (video_height !== undefined) {
- frame_height += '"' + video_height + '" ';
- } else {
- frame_height += '"" ';
- }
- video_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="//www.youtube-nocookie.com/embed/videoseries?list=' + playlist_id + '&' + params + '" allowfullscreen></iframe>';
- return video_frame;
+ tarteaucitron.fallback(['discord_widget'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, "guildID"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height")
+ var widgetURL = "https://discord.com/widget?id=" + id;
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"" + widgetURL + "\"></iframe>";
});
},
"fallback": function () {
"use strict";
- var id = 'youtubeplaylist';
- tarteaucitron.fallback(['youtube_playlist_player'], function (elem) {
+ var id = 'discord';
+ tarteaucitron.fallback(['discord_widget'], function (elem) {
elem.style.width = elem.getAttribute('width') + 'px';
elem.style.height = elem.getAttribute('height') + 'px';
return tarteaucitron.engage(id);
}
};
-// zopim
-tarteaucitron.services.zopim = {
- "key": "zopim",
- "type": "support",
- "name": "Zopim",
- "uri": "https://www.zopim.com/privacy",
+// Google Maps
+tarteaucitron.services.maps_noapi = {
+ "key": "maps_noapi",
+ "type": "other",
+ "name": "Google Maps",
"needConsent": true,
- "cookies": ['__zlcid', '__zprivacy'],
+ "cookies": ["NID", "OGPC", "1P_JAR", "CONSENT"],
+ "uri": "https://policies.google.com/privacy",
"js": function () {
"use strict";
- if (tarteaucitron.user.zopimID === undefined) {
- return;
- }
- tarteaucitron.addScript('//v2.zopim.com/?' + tarteaucitron.user.zopimID);
- }
-};
-
-// kameleoon
-tarteaucitron.services.kameleoon = {
- "key": "kameleoon",
- "type": "analytic",
- "name": "Kameleoon",
- "uri": "https://www.kameleoon.com/fr/compliance/rgpd",
- "needConsent": true,
- "cookies": [],
- "js": function () {
+ tarteaucitron.fallback(['googlemaps_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, "id"),
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height")
+ var widgetURL = "https://www.google.com/maps/embed?pb=" + id;
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"" + widgetURL + "\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>";
+ });
+ },
+ "fallback": function () {
"use strict";
- if (tarteaucitron.user.kameleoon !== undefined) {
- tarteaucitron.addScript("https://" + tarteaucitron.user.kameleoon + ".kameleoon.eu/kameleoon.js");
- }
+ var id = 'maps_noapi';
+ tarteaucitron.fallback(['googlemaps_embed'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// linkedin insight
-tarteaucitron.services.linkedininsighttag = {
- "key": "linkedininsighttag",
- "type": "ads",
- "name": "Linkedin Insight",
- "uri": "https://www.linkedin.com/legal/cookie_policy",
+// hCaptcha
+tarteaucitron.services.hcaptcha = {
+ "key": "hcaptcha",
+ "type": "other",
+ "name": "hCaptcha",
"needConsent": true,
"cookies": [],
+ "uri": "https://www.hcaptcha.com/privacy",
"js": function () {
"use strict";
- if (tarteaucitron.user.linkedininsighttag !== undefined) {
- window._linkedin_data_partner_ids = window._linkedin_data_partner_ids || [];
- window._linkedin_data_partner_ids.push(tarteaucitron.user.linkedininsighttag);
- }
-
- tarteaucitron.addScript('https://snap.licdn.com/li.lms-analytics/insight.min.js');
- }
-};
-
-// xiti smartTag
-tarteaucitron.services.xiti_smarttag = {
- "key": "xiti_smarttag",
- "type": "analytic",
- "name": "Xiti (SmartTag)",
- "uri": "https://helpcentre.atinternet-solutions.com/hc/fr/categories/360002439300-Privacy-Centre",
- "needConsent": true,
- "cookies": ["atidvisitor", "atreman", "atredir", "atsession", "attvtreman", "attvtsession"],
- "js": function () {
+ tarteaucitron.fallback(["h-captcha"], '');
+ tarteaucitron.addScript("https://hcaptcha.com/1/api.js", "hcaptcha")
+ },
+ "fallback": function () {
"use strict";
- if (tarteaucitron.user.xiti_smarttagLocalPath !== undefined) {
- tarteaucitron.addScript(tarteaucitron.user.xiti_smarttagLocalPath, 'smarttag', null, null, "onload", "addTracker();");
- } else {
- var xitiSmarttagId = tarteaucitron.user.xiti_smarttagSiteId;
- if (xitiSmarttagId === undefined) {
- return;
- }
-
- tarteaucitron.addScript('//tag.aticdn.net/' + xitiSmarttagId + '/smarttag.js', 'smarttag', null, null, "onload", "addTracker();");
- }
+ var id = "hcaptcha";
+ tarteaucitron.fallback(["h-captcha"], tarteaucitron.engage(id));
}
};
-// facebook pixel
-tarteaucitron.services.facebookpixel = {
- "key": "facebookpixel",
- "type": "ads",
- "name": "Facebook Pixel",
- "uri": "https://www.facebook.com/policy.php",
+// France Culture
+tarteaucitron.services.fculture = {
+ "key": "fculture",
+ "type": "video",
+ "name": "France Culture",
"needConsent": true,
- "cookies": ['datr', 'fr', 'reg_ext_ref', 'reg_fb_gate', 'reg_fb_ref', 'sb', 'wd', 'x-src'],
+ "cookies": ["_gid", "didomi_token", "outbrain_cid_fetch", "xtvrn", "xtant", "YSC", "ABTasty", "xtan", "ABTastySession", "xtidc", "_ga", "VISITOR_INFO1_LIVE", "euconsent-v2", "v1st", "dmvk", "ts", "VISITOR_INFO1_LIVE", "YSC"],
+ "uri": "https://www.radiofrance.com/politique-d-utilisation-des-cookies-sur-les-sites-internet-du-groupe-radio-france",
"js": function () {
"use strict";
- var n;
- if(window.fbq)return;
- n=window.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)} ;
- if(!window._fbq)window._fbq=n;
- n.push=n;
- n.loaded=!0;
- n.version='2.0';
- n.queue=[];
- tarteaucitron.addScript('https://connect.facebook.net/en_US/fbevents.js');
- fbq('init', tarteaucitron.user.facebookpixelId);
- fbq('track', 'PageView');
-
- if (typeof tarteaucitron.user.facebookpixelMore === 'function') {
- tarteaucitron.user.facebookpixelMore();
- }
+ tarteaucitron.fallback(['fculture_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height');
+ return "<iframe src=\"https://www.franceculture.fr/player/export-reecouter?content=" + id + "\" height=\"" + height + "\" width=\"" + width + "\"></iframe>"
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "fculture";
+ tarteaucitron.fallback(["fculture_embed"], tarteaucitron.engage(id));
}
};
-//Issuu
-tarteaucitron.services.issuu = {
- "key": "issuu",
- "type": "other",
- "name": "Issuu",
- "uri": "https://issuu.com/legal/privacy",
+// Acast
+tarteaucitron.services.acast = {
+ "key": "acast",
+ "type": "video",
+ "name": "Acast",
"needConsent": true,
- "cookies": ['__qca', 'iutk', 'mc'],
+ "cookies": ["intercom-id-ayi0335i", "intercom-session-ayi0335i"],
+ "uri": "https://www.acast.com/en/privacy",
"js": function () {
"use strict";
- tarteaucitron.fallback(['issuu_player'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Issuu iframe'),
- issuu_id = x.getAttribute("issuuID"),
- issuu_width = x.getAttribute("width"),
- frame_width = 'width=',
- issuu_height = x.getAttribute("height"),
- frame_height = 'height=',
- issuu_frame,
- issuu_embed;
-
- if (issuu_id === undefined) {
- return "";
- }
- if (issuu_width !== undefined) {
- frame_width += '"' + issuu_width + '" ';
- } else {
- frame_width += '"" ';
- }
- if (issuu_height !== undefined) {
- frame_height += '"' + issuu_height + '" ';
- } else {
- frame_height += '"" ';
- }
-
-
- if (issuu_id.match(/\d+\/\d+/)) { issuu_embed = '#' + issuu_id; } else if (issuu_id.match(/d=(.*)&u=(.*)/)) { issuu_embed = '?' + issuu_id; }
-
-
- issuu_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="//e.issuu.com/embed.html' + issuu_embed + '"></iframe>';
+ tarteaucitron.fallback(['acast_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id1'),
+ id2 = tarteaucitron.getElemAttr(x, 'id2'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height'),
+ seek = tarteaucitron.getElemAttr(x, 'seek');
+ var widgetURL = "https://embed.acast.com/" + id + "/" + id2 + "?seek=" + seek;
+ return "<iframe title=\"Embed Player\" width=\"" + width + "\" height=\"" + height + "\" src=\"" + widgetURL + "\" scrolling=\"no\" frameBorder=\"0\" style=\"border: none; overflow: hidden;\"></iframe>";
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "acast";
+ tarteaucitron.fallback(["acast_embed"], tarteaucitron.engage(id));
+ }
+};
- return issuu_frame;
+// Mixcloud
+tarteaucitron.services.mixcloud = {
+ "key": "mixcloud",
+ "type": "video",
+ "name": "Mixcloud",
+ "needConsent": true,
+ "cookies": ["UID", "_gat", "__stripe_mid", "_gid", "_ga", "c", "csrftoken", "__stripe_sid", "mx_t"],
+ "uri": "https://www.mixcloud.com/privacy/",
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['mixcloud_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id'),
+ hidecover = tarteaucitron.getElemAttr(x, 'hidecover'),
+ mini = tarteaucitron.getElemAttr(x, 'mini'),
+ light = tarteaucitron.getElemAttr(x, 'light'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height');
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"https://www.mixcloud.com/widget/iframe/?hide_cover=" + hidecover + "&mini=" + mini + "&light=" + light + "&feed=" + id + "\" frameborder=\"0\" ></iframe>";
});
},
"fallback": function () {
"use strict";
- var id = 'issuu';
- tarteaucitron.fallback(['issuu_player'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
+ var id = "mixcloud";
+ tarteaucitron.fallback(["mixcloud_embed"], tarteaucitron.engage(id));
}
};
-// webmecanik
-tarteaucitron.services.webmecanik = {
- "key": "webmecanik",
- "type": "analytic",
- "name": "Webmecanik",
- "uri": "https://webmecanik.com/tos",
+// Google Agenda
+tarteaucitron.services.gagenda = {
+ "key": "gagenda",
+ "type": "other",
+ "name": "Google Agenda",
"needConsent": true,
- "cookies": ['mtc_id', 'mtc_sid'],
+ "cookies": ["CONSENT", "NID"],
+ "uri": "https://policies.google.com/privacy",
"js": function () {
"use strict";
- if (tarteaucitron.user.webmecanikurl === undefined) {
- return;
- }
-
- window.MauticTrackingObject = 'mt';
- window.mt = window.mt || function () {
- window.mt.q = window.mt.q || [];
- window.mt.q.push(arguments);
- };
-
- tarteaucitron.addScript(tarteaucitron.user.webmecanikurl, '', function() {
- mt('send', 'pageview');
+ tarteaucitron.fallback(['gagenda_embed'], function (x) {
+ var calendar_data = tarteaucitron.getElemAttr(x, 'data'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height');
+ return "<iframe loarding=\"lazy\" width=\"" + width + "\" height=\"" + height + "\" src=\"https://www.google.com/calendar/embed?" + calendar_data + "\" frameborder=\"0\" scrolling=\"no\" style=\"border-width:0\"></iframe>";
});
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "gagenda";
+ tarteaucitron.fallback(["gagenda_embed"], tarteaucitron.engage(id));
}
};
-// google analytics multiple
-tarteaucitron.services.multiplegtag = {
- "key": "multiplegtag",
- "type": "analytic",
- "name": "Google Analytics (gtag.js)",
- "uri": "https://support.google.com/analytics/answer/6004245",
+// Google Docs
+tarteaucitron.services.gdocs = {
+ "key": "gdocs",
+ "type": "other",
+ "name": "Google Docs",
"needConsent": true,
- "cookies": (function () {
-
- var cookies = ['_ga', '_gat', '_gid', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'];
-
- if (tarteaucitron.user.multiplegtagUa !== undefined) {
- tarteaucitron.user.multiplegtagUa.forEach(function(ua) {
- cookies.push('_gat_gtag_' + ua.replace(/-/g, '_'));
- cookies.push('_ga_' + ua.replace(/G-/g, ''));
- });
- }
-
- return cookies;
- })(),
+ "cookies": ["CONSENT", "NID"],
+ "uri": "https://policies.google.com/privacy",
"js": function () {
"use strict";
- window.dataLayer = window.dataLayer || [];
-
- if (tarteaucitron.user.multiplegtagUa !== undefined) {
- tarteaucitron.user.multiplegtagUa.forEach(function(ua) {
- tarteaucitron.addScript('https://www.googletagmanager.com/gtag/js?id=' + ua, '', function () {
- window.gtag = function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
- gtag('config', ua);
- });
- });
- }
+ tarteaucitron.fallback(['gdocs_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height');
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"https://docs.google.com/document/d/e/" + id + "/pub?embedded=true\"></iframe>";
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "gdocs";
+ tarteaucitron.fallback(["gdocs_embed"], tarteaucitron.engage(id));
}
};
-// Koban
-tarteaucitron.services.koban = {
- "key": "koban",
- "type": "analytic",
- "name": "Koban",
- "uri": "https://koban.cloud/tos",
+// Google Sheets
+tarteaucitron.services.gsheets = {
+ "key": "gsheets",
+ "type": "other",
+ "name": "Google Sheets",
"needConsent": true,
- "cookies": ['kbntrk'],
+ "cookies": ["CONSENT", "NID"],
+ "uri": "https://policies.google.com/privacy",
"js": function () {
"use strict";
- if (tarteaucitron.user.kobanurl === undefined) {
- return;
- }
- if (tarteaucitron.user.kobanapi === undefined) {
- return;
- }
- window.KobanObject = 'kb';
- window.kb = window.kb || function() {
- window.kb.q = window.kb.q || [];
- window.kb.q.push(arguments);
- };
- window.kb.l = new Date();
- kb('reg', tarteaucitron.user.kobanapi);
- tarteaucitron.addScript(tarteaucitron.user.kobanurl, '', function() {
+ tarteaucitron.fallback(['gsheets_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height'),
+ headers = tarteaucitron.getElemAttr(x, 'headers');
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"https://docs.google.com/spreadsheets/d/e/" + id + "/pubhtml?widget=true&headers=" + headers + "\"></iframe>";
});
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "gsheets";
+ tarteaucitron.fallback(["gsheets_embed"], tarteaucitron.engage(id));
}
};
-// matomo
-
-/*
- 1. Set the following variable before the initialization :
-
- tarteaucitron.user.matomoId = YOUR_SITE_ID_FROM_MATOMO;
- tarteaucitron.user.matomoHost = "YOUR_MATOMO_URL"; //eg: https://stat.mydomain.com/
-
- 2. Push the service :
-
- (tarteaucitron.job = tarteaucitron.job || []).push('matomo');
-
- 3. HTML
- You don't need to add any html code, if the service is autorized, the javascript is added. otherwise no.
- */
-tarteaucitron.services.matomo = {
- "key": "matomo",
- "type": "analytic",
- "name": "Matomo (privacy by design)",
- "uri": "https://matomo.org/faq/general/faq_146/",
- "needConsent": false,
- "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
+// Google Slides
+tarteaucitron.services.gslides = {
+ "key": "gslides",
+ "type": "other",
+ "name": "Google Slides",
+ "needConsent": true,
+ "cookies": ["CONSENT", "NID"],
+ "uri": "https://policies.google.com/privacy",
"js": function () {
"use strict";
- if (tarteaucitron.user.matomoId === undefined) {
- return;
- }
-
- window._paq = window._paq || [];
- window._paq.push(["setSiteId", tarteaucitron.user.matomoId]);
- window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "piwik.php"]);
- window._paq.push(["setDoNotTrack", 1]);
- window._paq.push(["trackPageView"]);
- window._paq.push(["setIgnoreClasses", ["no-tracking", "colorbox"]]);
- window._paq.push(["enableLinkTracking"]);
- window._paq.push([function() {
- var self = this;
- function getOriginalVisitorCookieTimeout() {
- var now = new Date(),
- nowTs = Math.round(now.getTime() / 1000),
- visitorInfo = self.getVisitorInfo();
- var createTs = parseInt(visitorInfo[2]);
- var cookieTimeout = 33696000; // 13 mois en secondes
- var originalTimeout = createTs + cookieTimeout - nowTs;
- return originalTimeout;
- }
- this.setVisitorCookieTimeout( getOriginalVisitorCookieTimeout() );
- }]);
-
- tarteaucitron.addScript(tarteaucitron.user.matomoHost + 'piwik.js', '', '', true, 'defer', true);
-
- // waiting for piwik to be ready to check first party cookies
- var interval = setInterval(function() {
- if (typeof Piwik === 'undefined') return
-
- clearInterval(interval)
-
- // make piwik/matomo cookie accessible by getting tracker
- Piwik.getTracker();
-
- // looping throught cookies
- var theCookies = document.cookie.split(';');
- for (var i = 1 ; i <= theCookies.length; i++) {
- var cookie = theCookies[i-1].split('=');
- var cookieName = cookie[0].trim();
-
- // if cookie starts like a piwik one, register it
- if (cookieName.indexOf('_pk_') === 0) {
- tarteaucitron.services.matomo.cookies.push(cookieName);
- }
- }
- }, 100)
+ tarteaucitron.fallback(['gslides_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height'),
+ autostart = tarteaucitron.getElemAttr(x, 'autostart'),
+ loop = tarteaucitron.getElemAttr(x, 'loop'),
+ delay = tarteaucitron.getElemAttr(x, 'delay');
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"https://docs.google.com/presentation/d/e/" + id + "/embed?start=" + autostart + "&loop=" + loop + "&delayms=" + delay + "\" frameborder=\"0\" allowfullscreen=\"true\" mozallowfullscreen=\"true\" webkitallowfullscreen=\"true\"></iframe>";
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "gslides";
+ tarteaucitron.fallback(["gslides_embed"], tarteaucitron.engage(id));
}
};
+// Google Forms
+tarteaucitron.services.gforms = {
+ "key": "gforms",
+ "type": "other",
+ "name": "Google Forms",
+ "needConsent": true,
+ "cookies": ["CONSENT", "NID"],
+ "uri": "https://policies.google.com/privacy",
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['gforms_embed'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, 'id'),
+ width = tarteaucitron.getElemAttr(x, 'width'),
+ height = tarteaucitron.getElemAttr(x, 'height');
+ return "<iframe width=\"" + width + "\" height=\"" + height + "\" src=\"https://docs.google.com/forms/d/e/" + id + "/viewform?embedded=true\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\"></iframe>";
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = "gforms";
+ tarteaucitron.fallback(['gforms_embed'], tarteaucitron.engage(id));
+ }
+};
-tarteaucitron.services.matomohightrack = {
- "key": "matomohightrack",
- "type": "analytic",
- "name": "Matomo",
- "uri": "https://matomo.org/faq/general/faq_146/",
- "needConsent": false,
- "cookies": ['_pk_ref', '_pk_cvar', '_pk_id', '_pk_ses', '_pk_hsr', 'piwik_ignore', '_pk_uid'],
+// Google Optimize
+tarteaucitron.services.goptimize = {
+ "key": "goptimize",
+ "type": "other",
+ "name": "Google Optimize",
+ "needConsent": true,
+ "cookies": ["CONSENT", "NID"],
+ "uri": "https://policies.google.com/privacy",
"js": function () {
"use strict";
- if (tarteaucitron.user.matomoId === undefined) {
+
+ if (tarteaucitron.user.goptimize === undefined) {
return;
}
- window._paq = window._paq || [];
- window._paq.push(["setSiteId", tarteaucitron.user.matomoId]);
- window._paq.push(["setTrackerUrl", tarteaucitron.user.matomoHost + "piwik.php"]);
- window._paq.push(["trackPageView"]);
- window._paq.push(["setIgnoreClasses", ["no-tracking", "colorbox"]]);
- window._paq.push(["enableLinkTracking"]);
- window._paq.push([function() {
- var self = this;
- }]);
-
- tarteaucitron.addScript(tarteaucitron.user.matomoHost + 'piwik.js', '', '', true, 'defer', true);
-
- // waiting for piwik to be ready to check first party cookies
- var interval = setInterval(function() {
- if (typeof Piwik === 'undefined') return
-
- clearInterval(interval)
- Piwik.getTracker();
-
- var theCookies = document.cookie.split(';');
- for (var i = 1 ; i <= theCookies.length; i++) {
- var cookie = theCookies[i-1].split('=');
- var cookieName = cookie[0].trim();
-
- if (cookieName.indexOf('_pk_') === 0) {
- tarteaucitron.services.matomo.cookies.push(cookieName);
- }
- }
- }, 100)
+ tarteaucitron.addScript('https://www.googleoptimize.com/optimize.js?id=' + tarteaucitron.user.goptimize);
}
};
-// Hotjar
- /*
- 1. Set the following variable before the initialization :
- tarteaucitron.user.hotjarId = YOUR_WEBSITE_ID;
- tarteaucitron.user.HotjarSv = XXXX; // Can be found in your website tracking code as "hjvs=XXXX"
- 2. Push the service :
- (tarteaucitron.job = tarteaucitron.job || []).push('hotjar');
- 3. HTML
- You don't need to add any html code, if the service is autorized, the javascript is added. otherwise no.
- */
-tarteaucitron.services.hotjar = {
- "key": "hotjar",
- "type": "analytic",
- "name": "Hotjar",
- "uri": "https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar",
+// Marketo munchkin
+tarteaucitron.services.marketomunchkin = {
+ "key": "marketomunchkin",
+ "type": "api",
+ "name": "Marketo munchkin",
+ "uri": "https://documents.marketo.com/legal/cookies",
"needConsent": true,
- "cookies": ["hjClosedSurveyInvites", "_hjDonePolls", "_hjMinimizedPolls", "_hjDoneTestersWidgets", "_hjMinimizedTestersWidgets", "_hjDoneSurveys", "_hjIncludedInSample", "_hjShownFeedbackMessage", "_hjAbsoluteSessionInProgress", "_hjIncludeInPageviewSample", "_hjid"],
+ "cookies": ['OptAnon', '_mkto_trk'],
"js": function () {
"use strict";
- if (tarteaucitron.user.hotjarId === undefined || tarteaucitron.user.HotjarSv === undefined) {
+ if (tarteaucitron.user.marketomunchkinkey === undefined) {
return;
}
- window.hj = window.hj || function() {
- (window.hj.q = window.hj.q || []).push(arguments)
- };
- window._hjSettings = {
- hjid: tarteaucitron.user.hotjarId,
- hjsv: tarteaucitron.user.HotjarSv
- };
- var uri = 'https://static.hotjar.com/c/hotjar-';
- var extension = '.js?sv=';
- tarteaucitron.addScript(uri + window._hjSettings.hjid + extension + window._hjSettings.hjsv);
- }
-};
-
-// bing ads universal event tracking
-tarteaucitron.services.bingads = {
- 'key': 'bingads',
- 'type': 'ads',
- 'name': 'Bing Ads Universal Event Tracking',
- 'uri': 'https://advertise.bingads.microsoft.com/en-us/resources/policies/personalized-ads',
- 'needConsent': true,
- 'cookies': ['_uetmsclkid', '_uetvid', '_uetsid'],
- 'js': function () {
- 'use strict';
- //var u = tarteaucitron.user.bingadsTag || 'uetq';
- window.uetq = window.uetq || [];
-
- tarteaucitron.addScript('https://bat.bing.com/bat.js', '', function () {
- var bingadsCreate = {ti: tarteaucitron.user.bingadsID};
-
- if ('bingadsStoreCookies' in tarteaucitron.user) {
- bingadsCreate['storeConvTrackCookies'] = tarteaucitron.user.bingadsStoreCookies;
+ var didInit = false;
+ function initMunchkin() {
+ if (didInit === false) {
+ didInit = true;
+ Munchkin.init(tarteaucitron.user.marketomunchkinkey);
}
-
- bingadsCreate.q = window.uetq;
- window.uetq = new UET(bingadsCreate);
- window.uetq.push('pageLoad');
- });
+ }
+ var s = document.createElement('script');
+ s.type = 'text/javascript';
+ s.async = true;
+ s.src = '//munchkin.marketo.net/munchkin.js';
+ s.onreadystatechange = function () {
+ if (this.readyState == 'complete' || this.readyState == 'loaded') {
+ initMunchkin();
+ }
+ };
+ s.onload = initMunchkin;
+ document.getElementsByTagName('head')[0].appendChild(s);
}
};
-//Matterport
-tarteaucitron.services.matterport = {
- "key": "matterport",
- "type": "other",
- "name": "Matterport",
- "uri": "https://matterport.com/es/legal/privacy-policy/",
- "needConsent": true,
- "cookies": ['__cfduid', 'ajs_anonymous_id', 'ajs_group_id', 'ajs_user_id'],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['matterport'], function (x) {
- var frame_title = tarteaucitron.fixSelfXSS(x.getAttribute("title") || 'Matterport iframe'),
- matterport_id = x.getAttribute("matterportID"),
- matterport_width = x.getAttribute("width"),
- frame_width = 'width=',
- matterport_height = x.getAttribute("height"),
- frame_height = 'height=',
- matterport_parameters = x.getAttribute("parameters"),
- matterport_frame;
-
- if (matterport_id === undefined) {
- return "";
- }
- if (matterport_width !== undefined) {
- frame_width += '"' + matterport_width + '" ';
- } else {
- frame_width += '"" ';
- }
- if (matterport_height !== undefined) {
- frame_height += '"' + matterport_height + '" ';
- } else {
- frame_height += '"" ';
- }
- if (matterport_parameters === undefined) {
- return "";
- }
-
- matterport_frame = '<iframe title="' + frame_title + '" type="text/html" ' + frame_width + frame_height + ' src="https://my.matterport.com/show/?m=' + matterport_id + '&utm_source=hit-content' + matterport_parameters + '" allowfullscreen="allowfullscreen"></iframe>';
- return matterport_frame;
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'matterport';
- tarteaucitron.fallback(['matterport'], function (elem) {
- elem.style.width = elem.getAttribute('width') + 'px';
- elem.style.height = elem.getAttribute('height') + 'px';
- return tarteaucitron.engage(id);
- });
- }
+// outbrain
+tarteaucitron.services.outbrain = {
+ "key": "outbrain",
+ "type": "ads",
+ "name": "Outbrain",
+ "uri": "https://www.outbrain.com/fr/advertisers/guidelines/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+
+ tarteaucitron.addScript('https://widgets.outbrain.com/outbrain.js');
+ }
};
-// Adform
-tarteaucitron.services.adform = {
- "key": "adform",
+// affilae
+tarteaucitron.services.affilae = {
+ "key": "affilae",
"type": "ads",
- "name": "Adform",
- "uri": "https://site.adform.com/privacy-center/overview/",
+ "name": "Affilae",
+ "uri": "https://affilae.com/en/privacy-cookie-policy/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.adformpm === undefined || tarteaucitron.user.adformpagename === undefined) {
+ if (tarteaucitron.user.affilae === undefined) {
return;
}
- window._adftrack = {
- pm: tarteaucitron.user.adformpm,
- divider: encodeURIComponent('|'),
- pagename: encodeURIComponent(tarteaucitron.user.adformpagename)
- };
+ window._ae = { "pid": tarteaucitron.user.affilae };
- tarteaucitron.addScript("https://track.adform.net/serving/scripts/trackpoint/async/");
+ tarteaucitron.addScript('https://static.affilae.com/ae-v3.5.js');
}
};
-// Active Campaign
-tarteaucitron.services.activecampaign = {
- "key": "activecampaign",
- "type": "ads",
- "name": "Active Campaign",
- "uri": "https://www.activecampaign.com/privacy-policy/",
+// Canal-U.tv
+tarteaucitron.services.canalu = {
+ "key": "canalu",
+ "type": "video",
+ "name": "Canal-U.tv",
+ "uri": "https://www.canal-u.tv/conditions-generales-utilisations",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.actid === undefined) {
- return;
- }
+ tarteaucitron.fallback(['canalu_player'], function (x) {
+ var video_title = tarteaucitron.getElemAttr(x, "videoTitle"),
+ frame_url = 'https://www.canal-u.tv/embed/' + video_title;
+
+ return '<div style="position:relative;padding-bottom:56.25%;padding-top:10px;height:0;overflow:hidden;">' +
+ '<iframe src="' + frame_url + '?width=100%&height=100%" ' +
+ 'style="position:absolute;top:0;left:0;width:100%;height: 100%;" ' +
+ 'frameborder="0" ' +
+ 'allowfullscreen ' +
+ 'scrolling="no">' +
+ '</iframe>' +
+ '</div>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ tarteaucitron.fallback(['canalu_player'], function (elem) {
+ return tarteaucitron.engage('canalu');
+ });
+ }
+};
- window.trackcmp_email = '';
+// WebTV Normandie Université
+tarteaucitron.services.webtvnu = {
+ "key": "webtvnu",
+ "type": "video",
+ "name": "WebTV Normandie Université",
+ "uri": "https://docs.google.com/document/d/1tpVclj4QBoAq1meSZgYrpNECwp7dbmb_IhICY3sTl9c/edit",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['webtvnu_player'], function (x) {
+ var frame_url = 'https://webtv.normandie-univ.fr/permalink/' + tarteaucitron.getElemAttr(x, "videoID") + '/iframe/',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height");
- tarteaucitron.addScript('https://trackcmp.net/visit?actid='+tarteaucitron.user.actid+'&e='+encodeURIComponent(trackcmp_email)+'&r='+encodeURIComponent(document.referrer)+'&u='+encodeURIComponent(window.location.href));
+ return '<iframe width="' + width + '" height="' + height + '" src="' + frame_url + '" allowfullscreen="allowfullscreen" allow="autoplay"></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ tarteaucitron.fallback(['webtvnu_player'], function (elem) {
+ return tarteaucitron.engage('webtvnu');
+ });
}
};
-// tawk.to
-tarteaucitron.services.tawkto = {
- "key": "tawkto",
+// studizz
+tarteaucitron.services.studizz = {
+ "key": "studizz",
"type": "support",
- "name": "Tawk.to chat",
- "uri": "https://www.tawk.to/data-protection/",
+ "name": "Studizz Chatbot",
+ "uri": "https://group.studizz.fr/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.tawktoId === undefined) {
+
+ if (tarteaucitron.user.studizzToken === undefined) {
return;
}
- window.Tawk_API=window.Tawk_API||{};
- window.Tawk_LoadStart=new Date();
-
- tarteaucitron.addScript('https://embed.tawk.to/' + tarteaucitron.user.tawktoId + '/default');
+ tarteaucitron.addScript('https://webchat.studizz.fr/webchat.js?token=' + tarteaucitron.user.studizzToken);
}
+};
+
+// meteofrance
+tarteaucitron.services.meteofrance = {
+ "key": "meteofrance",
+ "type": "api",
+ "name": "Météo France",
+ "uri": "https://meteofrance.com/politique-de-confidentialite",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
+ tarteaucitron.fallback(['tac_meteofrance'], function (x) {
+ var frame_title = tarteaucitron.getElemAttr(x, "title") || 'Météo France iframe',
+ width = tarteaucitron.getElemAttr(x, "width"),
+ height = tarteaucitron.getElemAttr(x, "height"),
+ insee = tarteaucitron.getElemAttr(x, "data-insee"),
+ allowfullscreen = tarteaucitron.getElemAttr(x, "allowfullscreen");
+ return '<iframe title="' + frame_title + '" src="https://meteofrance.com/widget/prevision/' + insee + '" width="' + width + '" height="' + height + '" scrolling="auto" allowtransparency ' + (allowfullscreen == '0' ? '' : ' webkitallowfullscreen mozallowfullscreen allowfullscreen') + '></iframe>';
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'meteofrance';
+ tarteaucitron.fallback(['tac_meteofrance'], function (elem) {
+ elem.style.width = elem.getAttribute('width') + 'px';
+ elem.style.height = elem.getAttribute('height') + 'px';
+ return tarteaucitron.engage(id);
+ });
+ }
};
-// getquanty
-tarteaucitron.services.getquanty = {
- "key": "getquanty",
- "type": "analytic",
- "name": "GetQuanty",
- "uri": "https://www.getquanty.com/mentions-legales/",
+// m6meteo
+tarteaucitron.services.m6meteo = {
+ "key": "m6meteo",
+ "type": "api",
+ "name": "M6 Météo",
+ "uri": "https://gdpr.m6tech.net/charte-confidentialite-m6-web-meteocity.pdf",
"needConsent": true,
- "cookies": ['_first_pageview', 'eqy_sessionid', 'eqy_siteid','cluid','eqy_company', 'cluid', 'gq_utm', '_jsuid'],
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.getguanty === undefined) {
- return;
- }
+ tarteaucitron.fallback(['tac_m6meteo'], function (x) {
+ var id = tarteaucitron.getElemAttr(x, "data-id");
- tarteaucitron.addScript('https://get.smart-data-systems.com/gq?site_id=' + tarteaucitron.user.getguanty + '&consent=1');
+ tarteaucitron.addScript('https://www.meteocity.com/widget/js/'+id);
+
+ return '<div id="cont_'+id+'"><div id="spa_'+id+'"><a id="a_'+id+'" href="#"></a> ©<a target="_top" href="https://www.meteocity.com">M6météo</a></div></div>';
+ });
},
"fallback": function () {
"use strict";
- if (tarteaucitron.user.getguanty === undefined) {
- return;
- }
+ var id = 'm6meteo';
+ tarteaucitron.fallback(['tac_m6meteo'], function (elem) {
- tarteaucitron.addScript('https://get.smart-data-systems.com/gq?site_id=' + tarteaucitron.user.getguanty + '¬rack=1');
+ return tarteaucitron.engage(id);
+ });
}
};
-// emolytics
-tarteaucitron.services.emolytics = {
- "key": "emolytics",
- "type": "analytic",
- "name": "Emolytics",
- "uri": "https://www.emolytics.com/main/privacy-policy.php",
+// mtcaptcha
+tarteaucitron.services.mtcaptcha = {
+ "key": "mtcaptcha",
+ "type": "api",
+ "name": "MTcaptcha",
+ "uri": "https://www.mtcaptcha.com",
+ "readmoreLink": "https://www.mtcaptcha.com/faq-cookie-declaration",
"needConsent": true,
- "cookies": ['__hssc', '__hssrc', '__hstc', '_ga', '_gid', 'hubspotutk', 'lang', 'incap_ses_', 'nlbi_', 'visid_incap_'],
+ "cookies": ['mtv1Pulse','mtv1ConfSum','mtv1Pong'],
+
"js": function () {
- "use strict";
- if (tarteaucitron.user.emolyticsID === undefined) {
- return;
- }
- var scriptEmolytics = document.createElement('script');
- scriptEmolytics.text = 'var getsmily_id="'+tarteaucitron.user.emolyticsID+'";';
- document.getElementsByTagName('body')[0].appendChild(scriptEmolytics);
- tarteaucitron.addScript('https://cdn.emolytics.com/script/emolytics-widget.js')
+
+ window.mtcaptchaConfig = {
+ "sitekey": tarteaucitron.user.mtcaptchaSitekey
+ };
+
+ tarteaucitron.addScript('https://service.mtcaptcha.com/mtcv1/client/mtcaptcha.min.js');
+ tarteaucitron.addScript('https://service2.mtcaptcha.com/mtcv1/client/mtcaptcha2.min.js');
}
};
-// youtubeapi
-tarteaucitron.services.youtubeapi = {
- "key": "youtubeapi",
+// Internet Archive / https://archive.org
+tarteaucitron.services.archive = {
+ "key": "archive",
"type": "video",
- "name": "Youtube (Js API)",
- "uri": "https://policies.google.com/privacy/",
+ "name": "Internet Archive",
+ "uri": "https://archive.org/about/terms.php",
"needConsent": true,
- "cookies": [],
+ "cookies": ['abtest-identifier','donation-identifier'],
"js": function () {
"use strict";
- tarteaucitron.addScript('https://www.youtube.com/player_api');
+ tarteaucitron.fallback(['archive_player'], function (x) {
+ var video_id = tarteaucitron.getElemAttr(x, "data-videoID"),
+ video_width = tarteaucitron.getElemAttr(x, "data-width"),
+ frame_width = 'width=',
+ video_height = tarteaucitron.getElemAttr(x, "data-height"),
+ frame_height = 'height=',
+ video_frame;
+
+ if (video_id === undefined) {
+ return "";
+ }
+ if (video_width !== undefined) {
+ frame_width += '"' + video_width + '" ';
+ } else {
+ frame_width += '"" ';
+ }
+ if (video_height !== undefined) {
+ frame_height += '"' + video_height + '" ';
+ } else {
+ frame_height += '"" ';
+ }
+ video_frame = '<iframe src="https://archive.org/embed/' + video_id + '" ' + frame_width + frame_height + ' frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>';
+ return video_frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'archive';
+ tarteaucitron.fallback(['archive_player'], function (elem) {
+ elem.style.width = elem.getAttribute('data-width') + 'px';
+ elem.style.height = elem.getAttribute('data-height') + 'px';
+ return tarteaucitron.engage(id);
+ });
}
};
-// Facil'ITI
-tarteaucitron.services.faciliti = {
- "key": "faciliti",
+// Gallica
+tarteaucitron.services.gallica = {
+ "key": "gallica",
"type": "other",
- "name": "Facil'ITI",
- "uri": "https://ws.facil-iti.com/mentions-legales.html",
+ "name": "Gallica",
+ "uri": "https://gallica.bnf.fr/edit/und/conditions-dutilisation-des-contenus-de-gallica",
"needConsent": true,
- "cookies": ['FACIL_ITI_LS'],
+ "cookies": ['dtCookie', 'dtLatC', 'dtPC', 'dtSa', 'rxVisitor', 'rxvt', 'xtvrn'],
"js": function () {
"use strict";
- if (tarteaucitron.user.facilitiID === undefined) {
- return;
- }
-
- (function(w, d, s, f) {
- w[f] = w[f] || {conf: function () { (w[f].data = w[f].data || []).push(arguments);}};
- var l = d.createElement(s), e = d.getElementsByTagName(s)[0];
- l.async = 1; l.src = 'https://ws.facil-iti.com/tag/faciliti-tag.min.js'; e.parentNode.insertBefore(l, e);
- }(window, document, 'script', 'FACIL_ITI'));
- FACIL_ITI.conf('userId', tarteaucitron.user.facilitiID);
+ tarteaucitron.fallback(['gallica_player'], function (x) {
+ var src = tarteaucitron.getElemAttr(x, "data-src"),
+ style = tarteaucitron.getElemAttr(x, "data-style"),
+ frame;
+ if (src === undefined) {
+ return "";
+ }
+ frame = '<iframe style="'+ style + '" src="' + src + '"></iframe>';
+ return frame;
+ });
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'gallica';
+ tarteaucitron.fallback(['gallica_player'], function (elem) {
+ elem.style = elem.getAttribute('data-style');
+ return tarteaucitron.engage(id);
+ });
}
};
-// userlike
-tarteaucitron.services.userlike = {
- "key": "userlike",
- "type": "support",
- "name": "Userlike",
- "uri": "https://www.userlike.com/en/terms#privacy-policy",
- "needConsent": true,
- "cookies": ['uslk_s', 'uslk_e'],
+// crisp
+tarteaucitron.services.crisp = {
+ "key": "crisp",
+ "type": "other",
+ "name": "Crisp Chat",
+ "uri": "https://help.crisp.chat/en/article/crisp-chatbox-cookie-ip-policy-1147xor/",
+ "needConsent": false,
+ "cookies": ['crisp-client', '__cfduid'],
"js": function () {
"use strict";
- if (tarteaucitron.user.userlikeKey === undefined) {
+
+ if (tarteaucitron.user.crispID === undefined) {
return;
}
- tarteaucitron.addScript('//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/' + tarteaucitron.user.userlikeKey);
+
+ window.$crisp = [];
+ window.CRISP_WEBSITE_ID = tarteaucitron.user.crispID;
+
+ tarteaucitron.addScript('https://client.crisp.chat/l.js');
}
};
-// adobeanalytics
-tarteaucitron.services.adobeanalytics = {
- "key": "adobeanalytics",
+// microanalytics
+tarteaucitron.services.microanalytics = {
+ "key": "microanalytics",
"type": "analytic",
- "name": "Adobe Analytics",
- "uri": "https://www.adobe.com/privacy/policy.html",
- "needConsent": true,
- "cookies": ['s_ecid', 's_cc', 's_sq', 's_vi', 's_fid'],
+ "name": "MicroAnalytic",
+ "uri": "https://microanalytics.io/page/privacy",
+ "needConsent": false,
+ "cookies": [],
"js": function () {
"use strict";
- if (tarteaucitron.user.adobeanalyticskey === undefined) {
+
+ if (tarteaucitron.user.microanalyticsID === undefined) {
return;
}
- tarteaucitron.addScript('//assets.adobedtm.com/launch-' + tarteaucitron.user.adobeanalyticskey + '.min.js');
+
+ tarteaucitron.addScript('https://microanalytics.io/js/script.js', tarteaucitron.user.microanalyticsID, undefined, true, "data-host", "https://microanalytics.io");
}
};
-// woopra customer journey analytics
-tarteaucitron.services.woopra = {
- 'key': 'woopra',
- 'type': 'analytic',
- 'name': 'Woopra Customer Journey Analytics',
- 'uri': 'https://www.woopra.com/privacy',
- 'needConsent': true,
- 'cookies': ['wooTracker', 'intercom-session-erbfalba', 'intercom-id-erbfalba'],
- 'js': function () {
- 'use strict';
- //var w = tarteaucitron.user.woopraDomain;
- //window[w] = window[w] || [];
+// facebookcustomerchat
+tarteaucitron.services.facebookcustomerchat = {
+ "key": "facebookcustomerchat",
+ "type": "social",
+ "name": "Facebook (Customer Chat)",
+ "uri": "https://www.facebook.com/policies/cookies/",
+ "needConsent": true,
+ "cookies": ['act','c_user','datr','dpr','presence','sb','wd','xs','/tr'],
+ "js": function () {
+ "use strict";
- (function(){
- var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/w.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
- })("woopra");
+ if (tarteaucitron.user.facebookChatID === undefined) {
+ return;
+ }
- woopra.config({
- domain: tarteaucitron.user.woopraDomain
- });
- woopra.track();
+ tarteaucitron.fallback(['fb-customerchat'], '');
+ window.fbAsyncInit=function(){FB.init({appId:tarteaucitron.user.facebookChatID,autoLogAppEvents:!0,xfbml:!0,version:"v3.0"})};
+ tarteaucitron.addScript('https://connect.facebook.net/' + tarteaucitron.getLocale() + '/sdk/xfbml.customerchat.js', 'facebook-jssdk');
+ },
+ "fallback": function () {
+ "use strict";
+ var id = 'facebookcustomerchat';
+ tarteaucitron.fallback(['fb-customerchat'], tarteaucitron.engage(id));
}
};
-// ausha
-tarteaucitron.services.ausha = {
- key: "ausha",
- type: "video",
- name: "Ausha",
- uri: "https://www.ausha.co/protection-personal-data/",
- needConsent: true,
- cookies: [],
- js: function () {
+// weborama
+tarteaucitron.services.weborama = {
+ "key": "weborama",
+ "type": "analytic",
+ "name": "Weborama",
+ "uri": "https://weborama.com/faq-cnil-avril-2021/",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
"use strict";
- tarteaucitron.fallback(['ausha_player'], function (x) {
- var player_height = x.getAttribute('data-height'),
- podcast_id = x.getAttribute('data-podcast-id'),
- player_id = x.getAttribute('data-player-id'),
- playlist = x.getAttribute('data-playlist'),
- color = x.getAttribute('data-color');
+ tarteaucitron.addScript('https://cstatic.weborama.fr/js/advertiserv2/adperf_conversion.js');
+ }
+};
- if (podcast_id === undefined) {
- return "";
- }
+// tiktok
+tarteaucitron.services.tiktok = {
+ "key": "tiktok",
+ "type": "analytic",
+ "name": "Tiktok",
+ "uri": "https://www.tiktok.com/legal/tiktok-website-cookies-policy",
+ "needConsent": true,
+ "cookies": [],
+ "js": function () {
+ "use strict";
- var src = 'https://player.ausha.co/index.html?podcastId=' + podcast_id + '&v=3';
+ if (tarteaucitron.user.tiktokId === undefined) {
+ return;
+ }
- if (playlist && playlist.length > 0) src += '&playlist=' + playlist;
- if (color && color.length > 0) src += '&color=' + color.replace('#', '%23');
- if (player_id && player_id.length > 0) src += '&playerId=' + player_id;
+ !function (w, d, t) {
+ w.TiktokAnalyticsObject = t;
+ var ttq = w[t] = w[t] || [];
+ ttq.methods = ["page", "track", "identify", "instances", "debug", "on", "off", "once", "ready", "alias", "group", "enableCookie", "disableCookie"], ttq.setAndDefer = function (t, e) {
+ t[e] = function () {
+ t.push([e].concat(Array.prototype.slice.call(arguments, 0)))
+ }
+ };
+ for (var i = 0; i < ttq.methods.length; i++) ttq.setAndDefer(ttq, ttq.methods[i]);
+ ttq.instance = function (t) {
+ for (var e = ttq._i[t] || [], n = 0; n < ttq.methods.length; n++) ttq.setAndDefer(e, ttq.methods[n]);
+ return e
+ }, ttq.load = function (e, n) {
+ var i = "https://analytics.tiktok.com/i18n/pixel/events.js";
+ ttq._i = ttq._i || {}, ttq._i[e] = [], ttq._i[e]._u = i, ttq._t = ttq._t || {}, ttq._t[e] = +new Date, ttq._o = ttq._o || {}, ttq._o[e] = n || {};
+ var o = document.createElement("script");
+ o.type = "text/javascript", o.async = !0, o.src = i + "?sdkid=" + e + "&lib=" + t;
+ var a = document.getElementsByTagName("script")[0];
+ a.parentNode.insertBefore(o, a)
+ };
+ ttq.load(tarteaucitron.user.tiktokId);
+ ttq.page();
+ }(window, document, 'ttq');
- return '<iframe id="' + player_id + '" loading="lazy" width="100%" height="' + player_height + '" scrolling="no" frameborder="no" src="' + src + '"></iframe>';
- });
+ if (typeof tarteaucitron.user.tiktokMore === "function") {
+ tarteaucitron.user.tiktokMore();
+ }
+ }
+};
- tarteaucitron.addScript('//player.ausha.co/ausha-player.js', 'ausha-player');
- },
- fallback: function () {
+// Klaviyo
+tarteaucitron.services.klaviyo = {
+ "key": "klaviyo",
+ "type": "ads",
+ "name": "Klaviyo",
+ "uri": "https://help.klaviyo.com/hc/en-us/articles/360034666712-About-Cookies-in-Klaviyo",
+ "needConsent": true,
+ "cookies": ['__kla_id'],
+ "js": function () {
"use strict";
- tarteaucitron.fallback(['ausha_player'], function (elem) {
- elem.style.height = elem.getAttribute('data-height') + 'px';
- return tarteaucitron.engage('ausha');
- });
+ if (tarteaucitron.user.klaviyoCompanyId === undefined) {
+ return;
+ }
+ tarteaucitron.addScript('//static.klaviyo.com/onsite/js/klaviyo.js?company_id=' + tarteaucitron.user.klaviyoCompanyId);
}
-};
+};
\ No newline at end of file
--- /dev/null
+tarteaucitron.services.iframe={key:"iframe",type:"other",name:"Web content",uri:"",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_iframe"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")?tarteaucitron.getElemAttr(x,"title"):"",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),scrolling=tarteaucitron.getElemAttr(x,"scrolling"),url=tarteaucitron.getElemAttr(x,"url");if(!scrolling){scrolling="no"}return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="'+scrolling+'" allowtransparency'+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="iframe";tarteaucitron.fallback(["tac_iframe"],function(elem){elem.style.width=tarteaucitron.getElemAttr(elem,"width")+"px";elem.style.height=tarteaucitron.getElemAttr(elem,"height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.tolkaigenii={key:"tolkaigenii",type:"support",name:"Tolk.ai Genii",uri:"https://www.tolk.ai/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.tolkaiGeniiProject===undefined){return}tarteaucitron.addScript("https://genii-script.tolk.ai/lightchat.js","lightchat-bot","","","project-id",tarteaucitron.user.tolkaiGeniiProject)}};tarteaucitron.services.seamlessaccess={key:"seamlessaccess",type:"api",name:"Seamlessaccess",uri:"https://seamlessaccess.org/about/trust/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.seamlessaccessInitiator===undefined){return}var uniqIds=[];tarteaucitron.fallback(["seamlessaccess_button"],function(x){var uniqId=x.getAttribute("id");if(uniqId===undefined){uniqId="_"+Math.random().toString(36).substr(2,9);x.setAttribute("id",uniqId)}uniqIds.push(uniqId);x.innerHTML=""},true);tarteaucitron.addScript("//service.seamlessaccess.org/thiss.js","seamlessaccessjs",function(){for(var i=0;i<uniqIds.length;i+=1){thiss.DiscoveryComponent.render({loginInitiatorURL:tarteaucitron.user.seamlessaccessInitiator},"#"+uniqIds[i])}})},fallback:function(){"use strict";var id="seamlessaccess";tarteaucitron.fallback(["seamlessaccess_button"],tarteaucitron.engage(id))}};tarteaucitron.services.reddit={key:"reddit",type:"ads",name:"Reddit",uri:"https://business.reddithelp.com/helpcenter/s/article/Reddit-Advertising-Policy-Overview",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.redditInit===undefined){return}!function(w,d){if(!w.rdt){var p=w.rdt=function(){p.sendEvent?p.sendEvent.apply(p,arguments):p.callQueue.push(arguments)};p.callQueue=[];var t=d.createElement("script");t.src="https://www.redditstatic.com/ads/pixel.js",t.async=!0;var s=d.getElementsByTagName("script")[0];s.parentNode.insertBefore(t,s)}}(window,document);rdt("init",tarteaucitron.user.redditInit,{aaid:tarteaucitron.user.redditAAID,externalId:tarteaucitron.user.redditExternalId,idfa:tarteaucitron.user.redditIDFA});rdt("track","PageVisit")}};tarteaucitron.services.zoho={key:"zoho",type:"support",name:"Zoho SalesIQ",uri:"https://www.zoho.com/gdpr.html",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.zohoWidgetCode===undefined){return}var $zoho=$zoho||{};$zoho.salesiq=$zoho.salesiq||{widgetcode:tarteaucitron.user.zohoWidgetCode,values:{},ready:function(){}};tarteaucitron.addScript("https://salesiq.zoho.eu/widget")}};tarteaucitron.services.teads={key:"teads",type:"ads",name:"Teads",uri:"https://privacy-policy.teads.com",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.teadsBuyerPixelId===undefined){return}tarteaucitron.addScript("https://p.teads.tv/teads-fellow.js");window.teads_e=window.teads_e||[];window.teads_buyer_pixel_id=tarteaucitron.user.teadsBuyerPixelId}};tarteaucitron.services.thetradedesk={key:"thetradedesk",type:"ads",name:"TheTradeDesk",uri:"https://www.thetradedesk.com/fr/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.thetradedeskAdvertiserId===undefined||tarteaucitron.user.thetradedeskUpixelId===undefined){return}tarteaucitron.addScript("https://js.adsrvr.org/up_loader.1.1.0.js","",function(){ttd_dom_ready(function(){if(typeof TTDUniversalPixelApi==="function"){var universalPixelApi=new TTDUniversalPixelApi;universalPixelApi.init(tarteaucitron.user.thetradedeskAdvertiserId,[tarteaucitron.user.thetradedeskUpixelId],"https://insight.adsrvr.org/track/up")}})})}};tarteaucitron.services.gcmanalyticsstorage={key:"gcmanalyticsstorage",type:"google",name:"Analytics",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{analytics_storage:"granted"})}},fallback:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{analytics_storage:"denied"})}}};tarteaucitron.services.gcmadstorage={key:"gcmadstorage",type:"google",name:"Advertising",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{ad_storage:"granted"})}},fallback:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{ad_storage:"denied"})}}};tarteaucitron.services.gcmadsuserdata={key:"gcmadsuserdata",type:"google",name:"Personalized Advertising",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{ad_user_data:"granted",ad_personalization:"granted"})}},fallback:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{ad_user_data:"denied",ad_personalization:"denied"})}}};tarteaucitron.services.gcmpersonalization={key:"gcmpersonalization",type:"google",name:"Personalization",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{personalization_storage:"granted"})}},fallback:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{personalization_storage:"denied"})}}};tarteaucitron.services.gcmfunctionality={key:"gcmfunctionality",type:"google",name:"Functionality",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{functionality_storage:"granted"})}},fallback:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{functionality_storage:"denied"})}}};tarteaucitron.services.gcmsecurity={key:"gcmsecurity",type:"google",name:"Security",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{security_storage:"granted"})}},fallback:function(){"use strict";if(tarteaucitron.parameters.googleConsentMode===true){window.tac_gtag("consent","update",{security_storage:"denied"})}}};tarteaucitron.services.piximedia={key:"piximedia",type:"ads",name:"Piximedia",uri:"https://piximedia.com/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.piximediaName===undefined||tarteaucitron.user.piximediaTag===undefined||tarteaucitron.user.piximediaType===undefined||tarteaucitron.user.piximediaId===undefined){return}tarteaucitron.addScript("https://ad.piximedia.com/tools/activity/?"+tarteaucitron.user.piximediaName+"||"+tarteaucitron.user.piximediaTag+"|"+tarteaucitron.user.piximediaType+"|"+tarteaucitron.user.piximediaId+"|||||")}};tarteaucitron.services.screeb={key:"screeb",type:"support",name:"Screeb",uri:"https://screeb.app/gdpr-privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.screebId===undefined){return}window["ScreebObject"]="$screeb";window["$screeb"]=window["$screeb"]||function(){var d=arguments;return new Promise(function(a,b){(window["$screeb"].q=window["$screeb"].q||[]).push({v:1,args:d,ok:a,ko:b})})};tarteaucitron.addScript("https://t.screeb.app/tag.js","$screeb");if(tarteaucitron.user.screebDontInit!==true){window.$screeb("init",tarteaucitron.user.screebId)}}};tarteaucitron.services.pipedrive={key:"pipedrive",type:"support",name:"Pipedrive",uri:"https://www.pipedrive.com/en/cookie-notice",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.pipedriveCompany===undefined||tarteaucitron.user.pipedrivePlaybook===undefined){return}window.pipedriveLeadboosterConfig={base:"leadbooster-chat.pipedrive.com",companyId:tarteaucitron.user.pipedriveCompany,playbookUuid:tarteaucitron.user.pipedrivePlaybook,version:2};if(!window.LeadBooster){window.LeadBooster={q:[],on:function(n,h){this.q.push({t:"o",n:n,h:h})},trigger:function(n){this.q.push({t:"t",n:n})}}}tarteaucitron.addScript("https://leadbooster-chat.pipedrive.com/assets/loader.js")},fallback:function(){"use strict";var id="";tarteaucitron.fallback(["proactiveChat"],function(elem){return tarteaucitron.engage(id)})}};tarteaucitron.services.dynatrace={key:"dynatrace",type:"api",name:"Dynatrace",uri:"https://www.dynatrace.com/company/trust-center/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.dynatraceJSPath===undefined||tarteaucitron.user.dynatraceConfig===undefined){return}tarteaucitron.addScript(tarteaucitron.user.dynatraceJSPath,"","","","data-dtconfig",tarteaucitron.user.dynatraceConfig)}};tarteaucitron.services.mixpanel={key:"mixpanel",type:"analytic",name:"Mixpanel",uri:"https://docs.mixpanel.com/docs/privacy/overview",needConsent:true,cookies:[],js:function(){"use strict";(function(f,b){if(!b.__SV){var e,g,i,h;window.mixpanel=b;b._i=[];b.init=function(e,f,c){function g(a,d){var b=d.split(".");2==b.length&&(a=a[b[0]],d=b[1]);a[d]=function(){a.push([d].concat(Array.prototype.slice.call(arguments,0)))}}var a=b;"undefined"!==typeof c?a=b[c]=[]:c="mixpanel";a.people=a.people||[];a.toString=function(a){var d="mixpanel";"mixpanel"!==c&&(d+="."+c);a||(d+=" (stub)");return d};a.people.toString=function(){return a.toString(1)+".people (stub)"};i="disable time_event track track_pageview track_links track_forms track_with_groups add_group set_group remove_group register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking start_batch_senders people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user people.remove".split(" ");for(h=0;h<i.length;h++)g(a,i[h]);var j="set set_once union unset remove delete".split(" ");a.get_group=function(){function b(c){d[c]=function(){call2_args=arguments;call2=[c].concat(Array.prototype.slice.call(call2_args,0));a.push([e,call2])}}for(var d={},e=["get_group"].concat(Array.prototype.slice.call(arguments,0)),c=0;c<j.length;c++)b(j[c]);return d};b._i.push([e,f,c])};b.__SV=1.2;e=f.createElement("script");e.type="text/javascript";e.async=!0;e.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===f.location.protocol&&"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";g=f.getElementsByTagName("script")[0];g.parentNode.insertBefore(e,g)}})(document,window.mixpanel||[])}};tarteaucitron.services.freshsalescrm={key:"freshsalescrm",type:"analytic",name:"FreshSales (CRM)",uri:"https://www.freshworks.com/gdpr/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.freshsalescrmId===undefined){return}tarteaucitron.addScript("https://eu.fw-cdn.com/"+tarteaucitron.user.freshsalescrmId+".js")}};tarteaucitron.services.equativ={key:"equativ",type:"ads",name:"Equativ",uri:"https://equativ.com/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.equativId===undefined){return}tarteaucitron.addScript("https://ced.sascdn.com/tag/"+tarteaucitron.user.equativId+"/smart.js")}};tarteaucitron.services.twitch={key:"twitch",type:"video",name:"Twitch",needConsent:true,cookies:[],uri:"https://www.twitch.tv/p/en/legal/privacy-notice",js:function(){"use strict";tarteaucitron.fallback(["twitch_player"],function(x){var id=tarteaucitron.getElemAttr(x,"videoID"),parent=tarteaucitron.getElemAttr(x,"parent"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");var embedURL="https://player.twitch.tv/?video="+id+"&parent="+parent;return'<iframe width="'+width+'" height="'+height+'" src="'+embedURL+'" scrolling="no" frameborder="0"></iframe>'})},fallback:function(){"use strict";var id="twitch";tarteaucitron.fallback(["twitch_player"],tarteaucitron.engage(id))}};tarteaucitron.services.eskimi={key:"eskimi",type:"ads",name:"Eskimi",uri:"https://fr.eskimi.com/privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.eskimiInit===undefined){return}window.___esk=window.esk=function(){window.___esk.callMethod?window.___esk.callMethod.apply(window.___esk,arguments):window.___esk.queue.push(arguments)};window.___esk.push=window.___esk;window.___esk.loaded=true;window.___esk.queue=[];tarteaucitron.addScript("https://dsp-media.eskimi.com/assets/js/e/gtr.min.js","",function(){esk("init",tarteaucitron.user.eskimiInit)})}};tarteaucitron.services.sharethissticky={key:"sharethissticky",type:"social",name:"ShareThis Sticky",uri:"https://sharethis.com/fr/privacy/",needConsent:true,cookies:["_stid","_stidv","pubconsent"],js:function(){"use strict";if(tarteaucitron.user.sharethisStickyProperty===undefined){return}tarteaucitron.addScript("https://platform-api.sharethis.com/js/sharethis.js#property="+tarteaucitron.user.sharethisStickyProperty+"&product=sticky-share-buttons")}};tarteaucitron.services.pianoanalytics={key:"pianoanalytics",type:"analytic",name:"Piano Analytics",uri:"https://piano.io/privacy-policy/",needConsent:true,cookies:["_pcid","_pctx","_pctx","pa_user","pa_privacy"],js:function(){"use strict";if(tarteaucitron.user.pianoCollectDomain===undefined||tarteaucitron.user.pianoSite===undefined){return}tarteaucitron.addScript("https://tag.aticdn.net/piano-analytics.js","",function(){pa.setConfigurations({site:tarteaucitron.user.pianoSite,collectDomain:tarteaucitron.user.pianoCollectDomain});if(tarteaucitron.user.pianoSendData!==false){pa.sendEvent("page.display",{page:document.title})}})}};tarteaucitron.services.actistat={key:"actistat",type:"analytic",name:"ActiSTAT",uri:"https://actigraph.com/actistat",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.actistatId===undefined){return}tarteaucitron.addScript("https://actistat.fr/umami.js","","","","data-website-id",tarteaucitron.user.actistatId)}};tarteaucitron.services.outbrainamplify={key:"outbrainamplify",type:"ads",name:"Outbrain Amplify",uri:"https://www.outbrain.com/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.outbrainamplifyId===undefined){return}var OB_ADV_ID=tarteaucitron.user.outbrainamplifyId;if(window.obApi){var toArray=function(object){return Object.prototype.toString.call(object)==="[object Array]"?object:[object]};window.obApi.marketerId=toArray(_window.obApi.marketerId).concat(toArray(OB_ADV_ID));return}var api=window.obApi=function(){api.dispatch?api.dispatch.apply(api,arguments):api.queue.push(arguments)};api.version="1.1";api.loaded=true;api.marketerId=OB_ADV_ID;api.queue=[];tarteaucitron.addScript("https://amplify.outbrain.com/cp/obtp.js","",function(){obApi("track","PAGE_VIEW")})}};tarteaucitron.services.playplay={key:"playplay",type:"video",name:"PlayPlay",uri:"https://playplay.com/fr/confidentialite",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_playplay"],function(x){var id=tarteaucitron.getElemAttr(x,"data-id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");var playURL="https://playplay.com/app/embed-video/"+id;return'<iframe width="'+width+'" height="'+height+'" src="'+playURL+'" style="border:0;" allowfullscreen=""></iframe>'})},fallback:function(){"use strict";var id="playplay";tarteaucitron.fallback(["tac_playplay"],function(elem){return tarteaucitron.engage(id)})}};tarteaucitron.services.adobeworkspace={key:"adobeworkspace",type:"analytic",name:"Adobe - Analysis Workspace",uri:"https://www.adobe.com/privacy/policy.html",needConsent:true,cookies:["s_ecid","s_cc","s_sq","s_vi","s_fid"],js:function(){"use strict";if(tarteaucitron.user.adobeworkspaceId1===undefined||tarteaucitron.user.adobeworkspaceId2===undefined||tarteaucitron.user.adobeworkspaceId3===undefined){return}tarteaucitron.addScript("https://assets.adobedtm.com/"+tarteaucitron.user.adobeworkspaceId1+"/"+tarteaucitron.user.adobeworkspaceId2+"/launch-"+tarteaucitron.user.adobeworkspaceId3+".min.js")}};tarteaucitron.services.zohopagesense={key:"zohopagesense",type:"analytic",name:"Zoho PageSense",uri:"https://www.zoho.com/pagesense/cookie-policy.html",needConsent:true,cookies:["zab_g_","zabUserID","zabVisitID","zabSplit","zabBucket","zabHMBucket","zpsfa_","zfa","zsr","zabme","zsd","ps_payloadSeqId","zabPZBucket","zPersonalization","zia_","zpc","zps_permission_status","zps-tgr-dts","zpspolls_","zpsPollsBucket","zpspb","zpsPopupBucket","zpssr","zab_g_","zab_","zPersonalization"],js:function(){"use strict";if(tarteaucitron.user.zohoPageSenseProjectId===undefined||tarteaucitron.user.zohoPageSenseScriptHash===undefined){return}tarteaucitron.addScript("https://cdn-eu.pagesense.io/js/"+tarteaucitron.user.zohoPageSenseProjectId+"/"+tarteaucitron.user.zohoPageSenseScriptHash+".js")}};tarteaucitron.services.leadinfo={key:"leadinfo",type:"analytic",name:"Leadinfo",uri:"https://www.leadinfo.com/en/privacy/",needConsent:true,cookies:["_li_id","_li_ses"],js:function(){"use strict";if(tarteaucitron.user.leadinfoId===undefined){return}window.GlobalLeadinfoNamespace=window.GlobalLeadinfoNamespace||[];window.GlobalLeadinfoNamespace.push("leadinfo");window["leadinfo"]=function(){(window["leadinfo"].q=window["leadinfo"].q||[]).push(arguments)};window["leadinfo"].t=window["leadinfo"].t||tarteaucitron.user.leadinfoId;window["leadinfo"].q=window["leadinfo"].q||[];tarteaucitron.addScript("https://cdn.leadinfo.net/ping.js")}};tarteaucitron.services.force24={key:"force24",type:"analytic",name:"Force24",uri:"https://support.force24.co.uk/support/solutions/articles/79000128057-cookie-policies",needConsent:true,cookies:["F24_autoID","F24_personID"],js:function(){"use strict";if(tarteaucitron.user.force24trackingId===undefined||tarteaucitron.user.force24clientId===undefined){return}window.Force24Object="f24",window["f24"]=window["f24"]||function(){window["f24"].q=window["f24"].q||[],window["f24"].q.push(arguments)},window["f24"].l=1*new Date;tarteaucitron.addScript("https://static.websites.data-crypt.com/scripts/activity/v3/inject-v3.min.js");f24("config","set_tracking_id",tarteaucitron.user.force24trackingId);f24("config","set_client_id",tarteaucitron.user.force24clientId)}};tarteaucitron.services.tiktokvideo={key:"tiktokvideo",type:"video",name:"Tiktok Video",uri:"https://www.tiktok.com/legal/page/eea/privacy-policy/en",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://www.tiktok.com/embed.js")},fallback:function(){"use strict";var id="tiktokvideo";tarteaucitron.fallback(["tiktok-embed"],function(elem){return tarteaucitron.engage(id)})}};tarteaucitron.services.shinystat={key:"shinystat",type:"analytic",name:"Shinystat",uri:"https://www.shinystat.com/en/opt-out.html",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.shinystatUser===undefined){return}tarteaucitron.addScript("https://codice.shinystat.com/cgi-bin/getcod.cgi?USER="+tarteaucitron.user.shinystatUser)}};tarteaucitron.services.activecampaignvgo={key:"activecampaignvgo",type:"other",name:"Active Campaign",uri:"https://www.activecampaign.com/legal/privacy-policy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.activecampaignAccount===undefined){return}window.visitorGlobalObjectAlias="vgo";window[window.visitorGlobalObjectAlias]=window[window.visitorGlobalObjectAlias]||function(){(window[window.visitorGlobalObjectAlias].q=window[window.visitorGlobalObjectAlias].q||[]).push(arguments)};window[window.visitorGlobalObjectAlias].l=(new Date).getTime();tarteaucitron.addScript("https://diffuser-cdn.app-us1.com/diffuser/diffuser.js","",function(){vgo("setAccount",tarteaucitron.user.activecampaignAccount);vgo("setTrackByDefault",true);vgo("process")})}};tarteaucitron.services.sendinblue={key:"sendinblue",type:"other",name:"Brevo (formerly sendinblue)",uri:"https://www.brevo.com/fr/legal/cookies/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.sendinblueKey===undefined){return}window.sib={equeue:[],client_key:tarteaucitron.user.sendinblueKey};window.sendinblue={};for(var j=["track","identify","trackLink","page"],i=0;i<j.length;i++){(function(k){window.sendinblue[k]=function(){var arg=Array.prototype.slice.call(arguments);(window.sib[k]||function(){var t={};t[k]=arg;window.sib.equeue.push(t)})(arg[0],arg[1],arg[2],arg[3])}})(j[i])}tarteaucitron.addScript("https://sibautomation.com/sa.js?key="+window.sib.client_key,"sendinblue-js",function(){window.sendinblue.page()})}};tarteaucitron.services.collectchat={key:"collectchat",type:"other",name:"Collect Chat",uri:"https://collect.chat/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.collectchatId===undefined){return}window.CollectId=tarteaucitron.user.collectchatId;tarteaucitron.addScript("https://collectcdn.com/launcher.js")}};tarteaucitron.services.eulerian={key:"eulerian",type:"analytic",name:"Eulerian",uri:"https://www.eulerian.com/rgpd",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.eulerianHost===undefined){return}(function(e,a){var i=e.length,y=5381,k="script",s=window,v=document,o=v.createElement(k);for(;i;){i-=1;y=y*33^e.charCodeAt(i)}y="_EA_"+(y>>>=0);(function(e,a,s,y){s[a]=s[a]||function(){(s[y]=s[y]||[]).push(arguments);s[y].eah=e}})(e,a,s,y);i=new Date/1e7|0;o.ea=y;y=i%26;o.async=1;o.src="//"+e+"/"+String.fromCharCode(97+y,122-y,65+y)+i%1e3+".js?2";s=v.getElementsByTagName(k)[0];s.parentNode.insertBefore(o,s)})(tarteaucitron.user.eulerianHost,"EA_push");EA_push()}};tarteaucitron.services.posthog={key:"posthog",type:"other",name:"Posthog",uri:"https://posthog.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.posthogApiKey===undefined||tarteaucitron.user.posthogHost===undefined){return}!function(t,e){var o,n,p,r;e.__SV||(window.posthog=e,e._i=[],e.init=function(i,s,a){function g(t,e){var o=e.split(".");2==o.length&&(t=t[o[0]],e=o[1]),t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}}(p=t.createElement("script")).type="text/javascript",p.async=!0,p.src=s.api_host+"/static/array.js",(r=t.getElementsByTagName("script")[0]).parentNode.insertBefore(p,r);var u=e;for(void 0!==a?u=e[a]=[]:a="posthog",u.people=u.people||[],u.toString=function(t){var e="posthog";return"posthog"!==a&&(e+="."+a),t||(e+=" (stub)"),e},u.people.toString=function(){return u.toString(1)+".people (stub)"},o="capture identify alias people.set people.set_once set_config register register_once unregister opt_out_capturing has_opted_out_capturing opt_in_capturing reset isFeatureEnabled onFeatureFlags".split(" "),n=0;n<o.length;n++)g(u,o[n]);e._i.push([i,s,a])},e.__SV=1)}(document,window.posthog||[]);posthog.init(tarteaucitron.user.posthogApiKey,{api_host:tarteaucitron.user.posthogHost})}};tarteaucitron.services.googlesignin={key:"googlesignin",type:"other",name:"Google Signin",uri:"https://policies.google.com/technologies/cookies#types-of-cookies",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://accounts.google.com/gsi/client")}};tarteaucitron.services.calendly={key:"calendly",type:"other",name:"Calendly",uri:"https://calendly.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://assets.calendly.com/assets/external/widget.js")}};tarteaucitron.services.tolkai={key:"tolkai",type:"other",name:"tolk.ai",uri:"https://www.tolk.ai/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.tolkaiBot===undefined){return}window.tcfbot=tarteaucitron.user.tolkaiBot;window.TcfWbchtParams={behaviour:"default"};window.display="iframe";tarteaucitron.addScript("https://script.tolk.ai/iframe-latest.js")}};tarteaucitron.services.kwanko={key:"kwanko",type:"ads",name:"Kwanko",uri:"https://www.kwanko.com/fr/rgpd/politique-gestion-donnees/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_kwanko"],function(x){var mclic=tarteaucitron.getElemAttr(x,"data-mclic");return'<img src="https://action.metaffiliation.com/trk.php?mclic='+mclic+'" width="1" height="1" border="0" />'})},fallback:function(){"use strict";var id="kwanko";tarteaucitron.fallback(["tac_kwanko"],function(elem){return tarteaucitron.engage(id)})}};tarteaucitron.services.leadforensics={key:"leadforensics",type:"ads",name:"Lead Forensics",uri:"https://www.leadforensics.com/cookie-policy/",needConsent:true,cookies:["ifuuid"],js:function(){"use strict";if(tarteaucitron.user.leadforensicsId===undefined){return}tarteaucitron.addScript("https://secure.team8save.com/js/sc/"+tarteaucitron.user.leadforensicsId+".js")}};tarteaucitron.services.ubib={key:"ubib",type:"support",name:"Ubib Chatbot",uri:"https://ubib.libanswers.com/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.ubibId===undefined||tarteaucitron.user.ubibHash===undefined){return}tarteaucitron.addScript("https://"+tarteaucitron.user.ubibId+".libanswers.com/load_chat.php?hash="+tarteaucitron.user.ubibHash)}};tarteaucitron.services.wysistathightrack={key:"wysistathightrack",type:"analytic",name:"Wysistat (privacy by design)",uri:"https://www.wysistat.net/webanalytics/exemption-cnil/",needConsent:false,cookies:["wysistat"],js:function(){"use strict";if(tarteaucitron.user.wysistatNom===undefined){return}window._wsq=window._wsq||[];window._wsq.push(["_setNom",tarteaucitron.user.wysistatNom]);window._wsq.push(["_wysistat"]);tarteaucitron.addScript("https://www.wysistat.com/ws.jsa")}};tarteaucitron.services.robofabrica={key:"robofabrica",type:"support",name:"Robo Fabrica Chatbot",uri:"https://robofabrica.tech/charte-vie-privee/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.robofabricaUuid===undefined){return}tarteaucitron.addScript("https://app.robofabrica.tech/widget/script","inceptive-cw-script",function(){document.getElementById("inceptive-cw-script").setAttribute("unique-url",tarteaucitron.user.robofabricaUuid);document.getElementById("inceptive-cw-script").setAttribute("label","start");document.getElementById("inceptive-cw-script").setAttribute("launch-btn-id","inceptive-cw-launch");document.getElementById("inceptive-cw-script").setAttribute("chat-server-url","https://app.robofabrica.tech:443")})}};tarteaucitron.services.trustpilot={key:"trustpilot",type:"other",name:"Trustpilot",uri:"https://fr.legal.trustpilot.com/for-reviewers/end-user-privacy-terms",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["trustpilot-widget"],"");tarteaucitron.addScript("https://widget.trustpilot.com/bootstrap/v5/tp.widget.sync.bootstrap.min.js")},fallback:function(){"use strict";var id="trustpilot";tarteaucitron.fallback(["trustpilot-widget"],function(elem){elem.style.width=elem.getAttribute("data-style-width");elem.style.height=elem.getAttribute("data-style-height");return tarteaucitron.engage(id)})}};tarteaucitron.services.snapchat={key:"snapchat",type:"analytic",name:"Snapchat",uri:"https://snap.com/fr-FR/privacy/privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.snapchatId===undefined){return}var a=window.snaptr=function(){a.handleRequest?a.handleRequest.apply(a,arguments):a.queue.push(arguments)};a.queue=[];if(tarteaucitron.user.snapchatEmail===undefined){window.snaptr("init",tarteaucitron.user.snapchatId)}else{window.snaptr("init",tarteaucitron.user.snapchatId,{user_email:tarteaucitron.user.snapchatEmail})}window.snaptr("track","PAGE_VIEW");tarteaucitron.addScript("https://sc-static.net/scevent.min.js");if(typeof tarteaucitron.user.snapchatMore==="function"){tarteaucitron.user.snapchatMore()}}};tarteaucitron.services.antvoice={key:"antvoice",type:"ads",name:"antvoice",uri:"https://www.antvoice.com/fr/privacy-policy/",needConsent:true,cookies:["antvoice"],js:function(){"use strict";if(tarteaucitron.user.antvoiceId===undefined){return}window.avDataLayer=window.avDataLayer||[];window.avtag=window.avtag||function(_cmd,_p){window.avDataLayer.push({cmd:_cmd,p:_p})};window.avtag("setConsent",{consent:true});window.avtag("init",{id:tarteaucitron.user.antvoiceId});tarteaucitron.addScript("https://static.avads.net/avtag.min.js")}};tarteaucitron.services.plausible={key:"plausible",type:"analytic",name:"Plausible",uri:"https://plausible.io/privacy",needConsent:false,cookies:[],js:function(){"use strict";if(tarteaucitron.user.plausibleDomain===undefined){return}tarteaucitron.addScript("https://plausible.io/js/script.js","","","","data-domain",tarteaucitron.user.plausibleDomain)}};tarteaucitron.services.videas={key:"videas",type:"video",name:"Videas",uri:"https://videas.fr/fr/legal",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_videas"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Videas iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),id=tarteaucitron.getElemAttr(x,"data-id"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");return'<iframe title="'+frame_title+'" src="https://app.videas.fr/embed/'+id+'/" width="'+width+'" height="'+height+'" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="videas";tarteaucitron.fallback(["tac_videas"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.myfeelback={key:"myfeelback",type:"api",name:"MyFeelBack (Skeepers)",uri:"https://help.myfeelback.com/fr/quels-sont-les-cookies-d%C3%A9pos%C3%A9s-par-un-dispositif-de-collecte-myfeelback",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.myfeelbackId===undefined){return}window._Mfb_useCookie=true;window._Mfb_ud={var1:undefined,var2:undefined,varN:undefined,_context:{lang:undefined,privacyMode:false,_page:{url:location.pathname,storageDuration:30}}};tarteaucitron.addScript("https://actorssl-5637.kxcdn.com/actor/"+tarteaucitron.user.myfeelbackId+"/action","MFBActor")}};tarteaucitron.services.arcio={key:"arcio",type:"api",name:"Arc.io",uri:"https://arc.io/about",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.arcId===undefined){return}tarteaucitron.addScript("https://arc.io/widget.min.js#"+tarteaucitron.user.arcId)}};tarteaucitron.services.doubleclick={key:"doubleclick",type:"ads",name:"DoubleClick",uri:"https://support.google.com/admanager/answer/2839090",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["doubleclick_container"],function(x){var id1=tarteaucitron.getElemAttr(x,"data-id1"),id2=tarteaucitron.getElemAttr(x,"data-id2"),type=tarteaucitron.getElemAttr(x,"data-type"),cat=tarteaucitron.getElemAttr(x,"data-cat"),item=tarteaucitron.getElemAttr(x,"data-item"),quantity=tarteaucitron.getElemAttr(x,"data-quantity"),price=tarteaucitron.getElemAttr(x,"data-price"),postage=tarteaucitron.getElemAttr(x,"data-postage"),seller=tarteaucitron.getElemAttr(x,"data-seller"),gdpr=tarteaucitron.getElemAttr(x,"data-gdpr"),gdpr_consent=tarteaucitron.getElemAttr(x,"data-gdpr-consent"),ord=tarteaucitron.getElemAttr(x,"data-ord"),num=tarteaucitron.getElemAttr(x,"data-num");return'<iframe src="https://'+id1+".fls.doubleclick.net/activityi;src="+id2+";type="+type+";cat="+cat+";item="+item+";quantity="+quantity+";price="+price+";postage="+postage+";seller="+seller+";gdpr="+gdpr+";gdpr_consent="+gdpr_consent+";num="+num+";ord="+ord+'?" width="1" height="1" frameborder="0" style="display:none"></iframe>'})}};tarteaucitron.services.userpilot={key:"userpilot",type:"analytic",name:"UserPilot",uri:"https://userpilot.com/privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.userpilotToken===undefined){return}window.userpilotSettings={token:tarteaucitron.user.userpilotToken};tarteaucitron.addScript("https://js.userpilot.io/sdk/latest.js")}};tarteaucitron.services.piwikpro={key:"piwikpro",type:"analytic",name:"Piwik Pro",uri:"https://piwik.pro/privacy-policy/",needConsent:true,cookies:["_pk_ref","_pk_cvar","_pk_id","_pk_ses","_pk_hsr","piwik_ignore","_pk_uid"],js:function(){"use strict";if(tarteaucitron.user.piwikProId===undefined||tarteaucitron.user.piwikProContainer===undefined){return}window["dataLayer"]=window["dataLayer"]||[],window["dataLayer"].push({start:(new Date).getTime(),event:"stg.start"});function stgCreateCookie(a,b,c){var d="";if(c){var e=new Date;e.setTime(e.getTime()+24*c*60*60*1e3),d="; expires="+e.toUTCString()}document.cookie=a+"="+b+d+"; path=/"}var isStgDebug=(window.location.href.match("stg_debug")||document.cookie.match("stg_debug"))&&!window.location.href.match("stg_disable_debug");stgCreateCookie("stg_debug",isStgDebug?1:"",isStgDebug?14:-1);var qP=[];var qPString=qP.length>0?"?"+qP.join("&"):"";tarteaucitron.addScript("https://"+tarteaucitron.user.piwikProContainer+".containers.piwik.pro/"+tarteaucitron.user.piwikProId+".js"+qPString);!function(a,n,i){a[n]=a[n]||{};for(var c=0;c<i.length;c++)!function(i){a[n][i]=a[n][i]||{},a[n][i].api=a[n][i].api||function(){var a=[].slice.call(arguments,0);"string"==typeof a[0]&&window["dataLayer"].push({event:n+"."+i+":"+a[0],parameters:[].slice.call(arguments,1)})}}(i[c])}(window,"ppms",["tm","cm"])}};tarteaucitron.services.pinterestpixel={key:"pinterestpixel",type:"ads",name:"Pinterest Pixel",uri:"https://help.pinterest.com/fr/business/article/track-conversions-with-pinterest-tag",needConsent:true,cookies:["_pinterest_sess","_pinterest_ct","_pinterest_ct_mw","_pinterest_ct_rt","_epik","_derived_epik","_pin_unauth","_pinterest_ct_ua"],js:function(){"use strict";if(tarteaucitron.user.pinterestpixelId===undefined){return}if(!window.pintrk){window.pintrk=function(){window.pintrk.queue.push(Array.prototype.slice.call(arguments))};var n=window.pintrk;n.queue=[];n.version="3.0";tarteaucitron.addScript("https://s.pinimg.com/ct/core.js","",function(){window.pintrk("load",tarteaucitron.user.pinterestpixelId);window.pintrk("page")})}}};tarteaucitron.services.elfsight={key:"elfsight",type:"support",name:"Elfsight",uri:"https://elfsight.com/privacy-policy/",needConsent:true,cookies:["__cfduid","_p_hfp_client_id","session_id"],js:function(){"use strict";tarteaucitron.addScript("https://apps.elfsight.com/p/platform.js")}};tarteaucitron.services.plezi={key:"plezi",type:"analytic",name:"Plezi",uri:"https://www.plezi.co/fr/mentions-legales/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.pleziTenant===undefined||tarteaucitron.user.pleziTw===undefined){return}tarteaucitron.addScript("https://brain.plezi.co/api/v1/analytics?tenant="+tarteaucitron.user.pleziTenant+"&tw="+tarteaucitron.user.pleziTw)}};tarteaucitron.services.smartsupp={key:"smartsupp",type:"support",name:"Smartsupp",uri:"https://www.smartsupp.com/help/privacy/",needConsent:true,cookies:["ssupp.vid","ssupp.visits","AWSALB","AWSALBCORS"],js:function(){"use strict";if(tarteaucitron.user.smartsuppKey===undefined){return}window._smartsupp=window._smartsupp||{};window._smartsupp.key=tarteaucitron.user.smartsuppKey;window.smartsupp=function(){window.smartsupp._.push(arguments)};window.smartsupp._=[];tarteaucitron.addScript("https://www.smartsuppchat.com/loader.js")}};tarteaucitron.services.sharpspring={key:"sharpspring",type:"analytic",name:"SharpSpring",uri:"https://sharpspring.com/legal/sharpspring-cookie-policy/",needConsent:true,cookies:["koitk","__ss","__ss_tk","__ss_referrer"],js:function(){"use strict";if(tarteaucitron.user.ssId===undefined||tarteaucitron.user.ssAccount===undefined){return}window._ss=window._ss||[];window._ss.push(["_setDomain","https://"+tarteaucitron.user.ssId+".marketingautomation.services/net"]);window._ss.push(["_setAccount",tarteaucitron.user.ssAccount]);window._ss.push(["_trackPageView"]);window._pa=window._pa||{};tarteaucitron.addScript("https://"+tarteaucitron.user.ssId+".marketingautomation.services/client/ss.js")}};tarteaucitron.services.pardot={key:"pardot",type:"analytic",name:"Pardot",uri:"https://www.salesforce.com/company/privacy/full_privacy/",needConsent:true,cookies:["visitor_id"],js:function(){"use strict";if(tarteaucitron.user.piAId===undefined||tarteaucitron.user.piCId===undefined){return}window.piAId=tarteaucitron.user.piAId;window.piCId=tarteaucitron.user.piCId;window.piHostname="pi.pardot.com";tarteaucitron.addScript("https://pi.pardot.com/pd.js")}};tarteaucitron.services.openwebanalytics={key:"openwebanalytics",type:"analytic",name:"Open Web Analytics",uri:"",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.openwebanalyticsId===undefined||tarteaucitron.user.openwebanalyticsHost===undefined){return}window.owa_baseUrl=tarteaucitron.user.openwebanalyticsHost;window.owa_cmds=window.owa_cmds||[];window.owa_cmds.push(["setSiteId",tarteaucitron.user.openwebanalyticsId]);window.owa_cmds.push(["trackPageView"]);window.owa_cmds.push(["trackClicks"]);tarteaucitron.addScript(window.owa_baseUrl+"modules/base/js/owa.tracker-combined-min.js")}};tarteaucitron.services.xandr={key:"xandr",type:"ads",name:"Xandr (Universal)",uri:"https://www.xandr.com/privacy/cookie-policy/",needConsent:true,cookies:["uuid2","uids","sess","icu","anj","usersync"],js:function(){"use strict";if(tarteaucitron.user.xandrId===undefined){return}if(!window.pixie){var n=window.pixie=function(e,i,a){n.actionQueue.push({action:e,actionValue:i,params:a})};n.actionQueue=[]}tarteaucitron.addScript("https://acdn.adnxs.com/dmp/up/pixie.js","",function(){window.pixie("init",tarteaucitron.user.xandrId);window.pixie("event","PageView")})}};tarteaucitron.services.xandrsegment={key:"xandrsegment",type:"ads",name:"Xandr (Segment)",uri:"https://www.xandr.com/privacy/cookie-policy/",needConsent:true,cookies:["uuid2","uids","sess","icu","anj","usersync"],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["xandrsegment-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" xandrsegmentAdd="'+tarteaucitron.getElemAttr(x,"xandrsegmentAdd")+'" xandrsegmentAddCode="'+tarteaucitron.getElemAttr(x,"xandrsegmentAddCode")+'" xandrsegmentRemove="'+tarteaucitron.getElemAttr(x,"xandrsegmentRemove")+'" xandrsegmentRemoveCode="'+tarteaucitron.getElemAttr(x,"xandrsegmentRemoveCode")+'" xandrsegmentMember="'+tarteaucitron.getElemAttr(x,"xandrsegmentMember")+'" xandrsegmentRedir="'+tarteaucitron.getElemAttr(x,"xandrsegmentRedir")+'" xandrsegmentValue="'+tarteaucitron.getElemAttr(x,"xandrsegmentValue")+'" xandrsegmentOther="'+tarteaucitron.getElemAttr(x,"xandrsegmentOther")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="//ib.adnxs.com/seg?t=2&";uri+="add="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentAdd")+"&";uri+="add_code="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentAddCode")+"&";uri+="remove="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentRemove")+"&";uri+="remove_code="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentRemoveCode")+"&";uri+="member="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentMember")+"&";uri+="redir="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentRedir")+"&";uri+="value="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentValue")+"&";uri+="other="+document.getElementById(uniqIds[i]).getAttribute("xandrsegmentOther");document.getElementById(uniqIds[i]).innerHTML="<img src='"+uri+"' width='1' height='1' />"}},fallback:function(){"use strict";var id="xandrsegment";tarteaucitron.fallback(["xandrsegment-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.xandrconversion={key:"xandrconversion",type:"ads",name:"Xandr (Conversion)",uri:"https://www.xandr.com/privacy/cookie-policy/",needConsent:true,cookies:["uuid2","uids","sess","icu","anj","usersync"],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["xandrconversion-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" xandrconversionId="'+tarteaucitron.getElemAttr(x,"xandrconversionId")+'" xandrconversionSeg="'+tarteaucitron.getElemAttr(x,"xandrconversionSeg")+'" xandrconversionOrderId="'+tarteaucitron.getElemAttr(x,"xandrconversionOrderId")+'" xandrconversionValue="'+tarteaucitron.getElemAttr(x,"xandrconversionValue")+'" xandrconversionRedir="'+tarteaucitron.getElemAttr(x,"xandrconversionRedir")+'" xandrconversionOther="'+tarteaucitron.getElemAttr(x,"xandrconversionOther")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="//ib.adnxs.com/px?t=2&";uri+="id="+document.getElementById(uniqIds[i]).getAttribute("xandrconversionId")+"&";uri+="seg="+document.getElementById(uniqIds[i]).getAttribute("xandrconversionSeg")+"&";uri+="order_id="+document.getElementById(uniqIds[i]).getAttribute("xandrconversionOrderId")+"&";uri+="value="+document.getElementById(uniqIds[i]).getAttribute("xandrconversionValue")+"&";uri+="redir="+document.getElementById(uniqIds[i]).getAttribute("xandrconversionRedir")+"&";uri+="other="+document.getElementById(uniqIds[i]).getAttribute("xandrconversionOther");document.getElementById(uniqIds[i]).innerHTML="<img src='"+uri+"' width='1' height='1' />"}},fallback:function(){"use strict";var id="xandrconversion";tarteaucitron.fallback(["xandrconversion-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.helloasso={key:"helloasso",type:"api",name:"HelloAsso",uri:"https://www.helloasso.com/confidentialite",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_helloasso"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"HelloAsso iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url=tarteaucitron.getElemAttr(x,"data-url"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");return'<iframe title="'+frame_title+'" id="haWidget" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="auto" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="helloasso";tarteaucitron.fallback(["tac_helloasso"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.podcloud={key:"podcloud",type:"video",name:"podCloud",uri:"https://podcloud.fr/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_podcloud"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"podCloud iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url=tarteaucitron.getElemAttr(x,"data-url"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="auto" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="podcloud";tarteaucitron.fallback(["tac_podcloud"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.facebookpost={key:"facebookpost",type:"social",name:"Facebook (post)",uri:"https://www.facebook.com/policy.php",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_facebookpost"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Facebook iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url=tarteaucitron.getElemAttr(x,"data-url"),appId=tarteaucitron.getElemAttr(x,"data-appid"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),showText=tarteaucitron.getElemAttr(x,"data-show-text");return'<iframe title="'+frame_title+'" src="https://www.facebook.com/plugins/post.php?href='+encodeURIComponent(url)+"&width="+width+"&show_text=false&appId="+appId+"&show_text="+showText+"&height="+height+'" width="'+width+'" height="'+height+'" scrolling="auto" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="facebookpost";tarteaucitron.fallback(["tac_facebookpost"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.amplitude={key:"amplitude",type:"analytic",name:"Amplitude",uri:"https://amplitude.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.amplitude===undefined){return}tarteaucitron.addScript("https://cdn.amplitude.com/libs/amplitude-5.8.0-min.gz.js","",function(){window.amplitude={_q:[],_iq:{}};function s(e,t){e.prototype[t]=function(){this._q.push([t].concat(Array.prototype.slice.call(arguments,0)));return this}}var o=function(){this._q=[];return this};var a=["add","append","clearAll","prepend","set","setOnce","unset"];for(var u=0;u<a.length;u++){s(o,a[u])}amplitude.Identify=o;var c=function(){this._q=[];return this};var l=["setProductId","setQuantity","setPrice","setRevenueType","setEventProperties"];for(var p=0;p<l.length;p++){s(c,l[p])}amplitude.Revenue=c;var d=["init","logEvent","logRevenue","setUserId","setUserProperties","setOptOut","setVersionName","setDomain","setDeviceId","enableTracking","setGlobalUserProperties","identify","clearUserProperties","setGroup","logRevenueV2","regenerateDeviceId","groupIdentify","onInit","logEventWithTimestamp","logEventWithGroups","setSessionId","resetSessionId"];function v(e){function t(t){e[t]=function(){e._q.push([t].concat(Array.prototype.slice.call(arguments,0)))}}for(var n=0;n<d.length;n++){t(d[n])}}v(amplitude);amplitude.getInstance=function(e){e=(!e||e.length===0?"$default_instance":e).toLowerCase();if(!amplitude._iq.hasOwnProperty(e)){amplitude._iq[e]={_q:[]};v(amplitude._iq[e])}return amplitude._iq[e]};amplitude.getInstance().init(tarteaucitron.user.amplitude)})}};tarteaucitron.services.abtasty={key:"abtasty",type:"api",name:"ABTasty",uri:"https://www.abtasty.com/terms-of-use/",needConsent:true,cookies:["ABTasty","ABTastySession"],js:function(){"use strict";if(tarteaucitron.user.abtastyID===undefined){return}tarteaucitron.addScript("//try.abtasty.com/"+tarteaucitron.user.abtastyID+".js")}};tarteaucitron.services.metrica={key:"metrica",type:"analytic",name:"Yandex Metrica",uri:"https://yandex.com/legal/confidential/",needConsent:true,cookies:["_ym_metrika_enabled","_ym_isad","_ym_uid","_ym_d","yabs-sid","_ym_debug","_ym_mp2_substs","_ym_hostIndex","_ym_mp2_track","yandexuid","usst"],js:function(){"use strict";if(tarteaucitron.user.yandexmetrica===undefined){return}tarteaucitron.addScript("https://mc.yandex.ru/metrika/tag.js","",function(){(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};m[i].l=1*new Date;k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})(window,document,"script","https://mc.yandex.ru/metrika/tag.js","ym");ym(tarteaucitron.user.yandexmetrica,"init",{clickmap:true,trackLinks:true,accurateTrackBounce:true,webvisor:true,ecommerce:"dataLayer"})})}};tarteaucitron.services.addthis={key:"addthis",type:"social",name:"AddThis",uri:"https://www.addthis.com/privacy/privacy-policy#publisher-visitors",needConsent:true,cookies:["__atuvc","__atuvs"],js:function(){"use strict";if(tarteaucitron.user.addthisPubId===undefined){return}if(tarteaucitron.isAjax===true){window.addthis=null;window._adr=null;window._atc=null;window._atd=null;window._ate=null;window._atr=null;window._atw=null}tarteaucitron.fallback(["addthis_inline_share_toolbox"],"");tarteaucitron.addScript("//s7.addthis.com/js/300/addthis_widget.js#pubid="+tarteaucitron.user.addthisPubId)},fallback:function(){"use strict";var id="addthis";tarteaucitron.fallback(["addthis_inline_share_toolbox"],tarteaucitron.engage(id))}};tarteaucitron.services.addtoanyfeed={key:"addtoanyfeed",type:"social",name:"AddToAny (feed)",uri:"https://www.addtoany.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.addtoanyfeedUri===undefined){return}tarteaucitron.user.addtoanyfeedSubscribeLink="https://www.addtoany.com/subscribe?linkurl="+tarteaucitron.user.addtoanyfeedUri;window.a2a_config=window.a2a_config||{};window.a2a_config.linkurl=tarteaucitron.user.addtoanyfeedUri;tarteaucitron.addScript("//static.addtoany.com/menu/feed.js")},fallback:function(){"use strict";tarteaucitron.user.addtoanyfeedSubscribeLink="https://www.addtoany.com/subscribe?linkurl="+tarteaucitron.user.addtoanyfeedUri}};tarteaucitron.services.addtoanyshare={key:"addtoanyshare",type:"social",name:"AddToAny (share)",uri:"https://www.addtoany.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_addtoanyshare"],function(elem){elem.remove()},true);tarteaucitron.addScript("//static.addtoany.com/menu/page.js")},fallback:function(){"use strict";var id="addtoanyshare";tarteaucitron.fallback(["tac_addtoanyshare"],tarteaucitron.engage(id))}};tarteaucitron.services.aduptech_ads={key:"aduptech_ads",type:"ads",name:"Ad Up Technology (ads)",uri:"https://www.adup-tech.com/datenschutz",needConsent:true,cookies:[],js:function(){"use strict";var IDENTIFIER="aduptech_ads",API_URL="https://s.d.adup-tech.com/jsapi";var elements=document.getElementsByClassName(IDENTIFIER);if(!elements||elements.length===0){return}tarteaucitron.fallback([IDENTIFIER],"");tarteaucitron.addScript(API_URL,"",function(){for(var i=0;i<elements.length;i++){var element=elements[i];if(!element.getAttribute("id")){element.setAttribute("id",IDENTIFIER+Math.random().toString(36).substr(2,9))}window.uAd.embed(element.getAttribute("id"),{placementKey:element.getAttribute("placementKey"),responsive:Boolean(element.getAttribute("responsive")),lazy:Boolean(element.getAttribute("lazy")),adtest:Boolean(element.getAttribute("test")),query:element.getAttribute("query")||"",minCpc:element.getAttribute("minCpc")||"",pageUrl:element.getAttribute("pageUrl")||"",skip:element.getAttribute("skip")||""})}})},fallback:function(){"use strict";tarteaucitron.fallback(["aduptech_ads"],tarteaucitron.engage("aduptech_ads"))}};tarteaucitron.services.aduptech_conversion={key:"aduptech_conversion",type:"ads",name:"Ad Up Technology (conversion)",uri:"https://www.adup-tech.com/datenschutz",needConsent:true,cookies:[],js:function(){"use strict";var IDENTIFIER="aduptech_conversion",CONVERSION_PIXEL_BASE_URL="https://d.adup-tech.com/campaign/conversion";var elements=document.getElementsByClassName(IDENTIFIER);if(!elements||elements.length===0){return}tarteaucitron.fallback([IDENTIFIER],"");for(var i=0;i<elements.length;i++){var element=elements[i];if(!element.getAttribute("advertiserId")||!element.getAttribute("conversionCode")){continue}var url=CONVERSION_PIXEL_BASE_URL+"/"+encodeURIComponent(element.getAttribute("advertiserId"))+"?t="+encodeURIComponent(element.getAttribute("conversionCode"));if(element.getAttribute("price")){url+="&price="+encodeURIComponent(element.getAttribute("price"))}if(element.getAttribute("quantity")){url+="&quantity="+encodeURIComponent(element.getAttribute("quantity"))}if(element.getAttribute("total")){url+="&total="+encodeURIComponent(element.getAttribute("total"))}if(element.getAttribute("orderId")){url+="&order_id="+encodeURIComponent(element.getAttribute("orderId"))}if(element.getAttribute("itemNumber")){url+="&item_number="+encodeURIComponent(element.getAttribute("itemNumber"))}if(element.getAttribute("description")){url+="&description="+encodeURIComponent(element.getAttribute("description"))}(new Image).src=url}}};tarteaucitron.services.aduptech_retargeting={key:"aduptech_retargeting",type:"ads",name:"Ad Up Technology (retargeting)",uri:"https://www.adup-tech.com/datenschutz",needConsent:true,cookies:[],js:function(){"use strict";var IDENTIFIER="aduptech_retargeting",API_URL="https://s.d.adup-tech.com/services/retargeting.js";var elements=document.getElementsByClassName(IDENTIFIER);if(!elements||elements.length===0){return}tarteaucitron.fallback([IDENTIFIER],"");window.AdUpRetargeting=function(api){for(var i=0;i<elements.length;i++){var element=elements[i];api.init();api.setAccount(element.getAttribute("account"));if(element.getAttribute("email")){api.setEmail(element.getAttribute("email"))}else if(element.getAttribute("hashedEmail")){api.setHashedEmail(element.getAttribute("hashedEmail"))}if(element.getAttribute("product")){try{api.setProduct(JSON.parse(element.getAttribute("product")))}catch(e){api.setProduct(element.getAttribute("product"))}}if(element.getAttribute("transaction")){try{api.setTransaction(JSON.parse(element.getAttribute("transaction")))}catch(e){api.setTransaction(element.getAttribute("transaction"))}}if(element.getAttribute("demarkUser")){api.setDemarkUser()}else if(element.getAttribute("demarkProducts")){api.setDemarkProducts()}if(element.getAttribute("conversionCode")){api.setConversionCode(element.getAttribute("conversionCode"))}if(element.getAttribute("device")){var setter="set"+element.getAttribute("device").charAt(0).toUpperCase()+element.getAttribute("device").slice(1);if(typeof api[setter]==="function"){api[setter]()}}if(element.getAttribute("track")){var tracker="track"+element.getAttribute("track").charAt(0).toUpperCase()+element.getAttribute("track").slice(1);if(typeof api[tracker]==="function"){api[tracker]()}else{api.trackHomepage()}}}};tarteaucitron.addScript(API_URL)}};tarteaucitron.services.alexa={key:"alexa",type:"analytic",name:"Alexa",uri:"https://www.alexa.com/help/privacy",needConsent:true,cookies:["__asc","__auc"],js:function(){"use strict";if(tarteaucitron.user.alexaAccountID===undefined){return}window._atrk_opts={atrk_acct:tarteaucitron.user.alexaAccountID,domain:window.location.hostname.match(/[^\.]*\.[^.]*$/)[0],dynamic:true};tarteaucitron.addScript("https://d31qbv1cthcecs.cloudfront.net/atrk.js")}};tarteaucitron.services.amazon={key:"amazon",type:"ads",name:"Amazon",uri:"https://www.amazon.com/gp/help/customer/display.html/?ie=UTF8&nodeId=201909010",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["amazon_product"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Amazon iframe",amazonId=tarteaucitron.getElemAttr(x,"amazonid"),productId=tarteaucitron.getElemAttr(x,"productid"),url="//ws-eu.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&OneJS=1&Operation=GetAdHtml&MarketPlace="+tarteaucitron.getLanguage().toUpperCase()+"&source=ss&ref=ss_til&ad_type=product_link&tracking_id="+amazonId+"&marketplace=amazon®ion="+tarteaucitron.getLanguage().toUpperCase()+"&placement="+productId+"&asins="+productId+"&show_border=true&link_opens_in_new_window=true",iframe='<iframe title="'+frame_title+'" style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" src="'+url+'"></iframe>';return iframe})},fallback:function(){"use strict";var id="amazon";tarteaucitron.fallback(["amazon_product"],tarteaucitron.engage(id))}};tarteaucitron.services.calameo={key:"calameo",type:"video",name:"Calameo",uri:"https://fr.calameo.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["calameo-canvas"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Calameo iframe",id=tarteaucitron.getElemAttr(x,"data-id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url="//v.calameo.com/?bkcode="+id,allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="no" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="calameo";tarteaucitron.fallback(["calameo-canvas"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.clicky={key:"clicky",type:"analytic",name:"Clicky",uri:"https://clicky.com/terms",needConsent:true,cookies:["_jsuid","_eventqueue","_referrer_og","_utm_og","_first_pageview","clicky_olark","no_trackyy_"+tarteaucitron.user.clickyId,"unpoco_"+tarteaucitron.user.clickyId,"heatmaps_g2g_"+tarteaucitron.user.clickyId],js:function(){"use strict";if(tarteaucitron.user.clickyId===undefined){return}tarteaucitron.addScript("//static.getclicky.com/js","",function(){if(typeof clicky.init==="function"){clicky.init(tarteaucitron.user.clickyId)}if(typeof tarteaucitron.user.clickyMore==="function"){tarteaucitron.user.clickyMore()}})}};tarteaucitron.services.clicmanager={key:"clicmanager",type:"ads",name:"Clicmanager",uri:"http://www.clicmanager.fr/infos_legales.php",needConsent:true,cookies:[],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["clicmanager-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" c="'+tarteaucitron.getElemAttr(x,"c")+'" s="'+tarteaucitron.getElemAttr(x,"s")+'" t="'+tarteaucitron.getElemAttr(x,"t")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="//ads.clicmanager.fr/exe.php?";uri+="c="+document.getElementById(uniqIds[i]).getAttribute("c")+"&";uri+="s="+document.getElementById(uniqIds[i]).getAttribute("s")+"&";uri+="t="+document.getElementById(uniqIds[i]).getAttribute("t");tarteaucitron.makeAsync.init(uri,uniqIds[i])}},fallback:function(){"use strict";var id="clicmanager";tarteaucitron.fallback(["clicmanager-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.compteur={key:"compteur",type:"analytic",name:"Compteur.fr",uri:"https://www.compteur.fr/help_privacy_policy.htm",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.compteurID===undefined){return}tarteaucitron.addScript("https://server2.compteur.fr/log7.js","",function(){wtslog7(tarteaucitron.user.compteurID,1)})}};tarteaucitron.services.contentsquare={key:"contentsquare",type:"analytic",name:"ContentSquare",uri:"https://docs.contentsquare.com/uxa-en/#collected-data",needConsent:true,cookies:["_cs_id","_cs_s","_cs_vars","_cs_ex","_cs_c","_cs_optout"],js:function(){"use strict";if(tarteaucitron.user.contentsquareID===undefined){return}tarteaucitron.addScript("//t.contentsquare.net/uxa/"+tarteaucitron.user.contentsquareID+".js")}};tarteaucitron.services.crazyegg={key:"crazyegg",type:"analytic",name:"Crazy Egg",uri:"https://www.crazyegg.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.crazyeggId===undefined){return}tarteaucitron.addScript("//script.crazyegg.com/pages/scripts/"+tarteaucitron.user.crazyeggId.substr(0,4)+"/"+tarteaucitron.user.crazyeggId.substr(4,4)+".js")}};tarteaucitron.services.clarity={key:"clarity",type:"analytic",name:"Clarity",uri:"https://clarity.microsoft.com/",needConsent:true,cookies:["_clck","_clsk","CLID","ANONCHK","MR","MUID","SM"],js:function(){"use strict";window["clarity"]=window["clarity"]||function(){(window["clarity"].q=window["clarity"].q||[]).push(arguments)};tarteaucitron.addScript("https://www.clarity.ms/tag/"+tarteaucitron.user.clarity)}};tarteaucitron.services.criteo={key:"criteo",type:"ads",name:"Criteo",uri:"http://www.criteo.com/privacy/",needConsent:true,cookies:[],js:function(){"use strict";document.MAX_ct0="";var uniqIds=[],i,uri;tarteaucitron.fallback(["criteo-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" zoneid="'+tarteaucitron.getElemAttr(x,"zoneid")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="//cas.criteo.com/delivery/ajs.php?";uri+="zoneid="+document.getElementById(uniqIds[i]).getAttribute("zoneid");uri+="&nodis=1&cb="+Math.floor(Math.random()*99999999999);uri+="&loc="+encodeURI(window.location);uri+=document.MAX_used!==","?"&exclude="+document.MAX_used:"";uri+=document.charset!==undefined?"&charset="+document.charset:"";uri+=document.characterSet!==undefined?"&charset="+document.characterSet:"";uri+=document.referrer!==undefined?"&referer="+encodeURI(document.referrer):"";uri+=document.context!==undefined?"&context="+encodeURI(document.context):"";uri+=document.MAX_ct0!==undefined&&document.MAX_ct0.substring(0,4)==="http"?"&ct0="+encodeURI(document.MAX_ct0):"";uri+=document.mmm_fo!==undefined?"&mmm_fo=1":"";tarteaucitron.makeAsync.init(uri,uniqIds[i])}},fallback:function(){"use strict";var id="criteo";tarteaucitron.fallback(["criteo-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.criteoonetag={key:"criteoonetag",type:"ads",name:"Criteo OneTag",uri:"https://www.criteo.com/privacy/",needConsent:true,cookies:["uid","tk","uid3pd"],js:function(){"use strict";if(tarteaucitron.user.criteoonetagAccount===undefined)return;window.criteo_q=window.criteo_q||[];window.criteo_q.push({event:"setAccount",account:tarteaucitron.user.criteoonetagAccount});tarteaucitron.addScript("//static.criteo.net/js/ld/ld.js","",function(){if(typeof tarteaucitron.user.criteoonetagMore==="function"){tarteaucitron.user.criteoonetagMore()}})}};tarteaucitron.services.artetv={key:"artetv",type:"video",name:"Arte.tv",uri:"https://www.arte.tv/sites/fr/corporate/donnees-personnelles/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["artetv_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Arte.tv iframe",video_json=tarteaucitron.getElemAttr(x,"json"),video_width=tarteaucitron.getElemAttr(x,"width"),video_height=tarteaucitron.getElemAttr(x,"height"),video_frame,video_allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");if(video_json===undefined){return""}video_frame='<iframe title="'+frame_title+'" style="transition-duration: 0; transition-property: no; margin: 0 auto; position: relative; display: block; background-color: #000000;" src="https://www.arte.tv/player/v5/index.php?json_url='+video_json+'" width="'+video_width+'" height="'+video_height+'" scrolling="no" '+(video_allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>";return video_frame})},fallback:function(){"use strict";var id="artetv";tarteaucitron.fallback(["artetv_player"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.dailymotion={key:"dailymotion",type:"video",name:"Dailymotion",uri:"https://www.dailymotion.com/legal/privacy",needConsent:true,cookies:["ts","dmvk","hist","v1st","s_vi"],js:function(){"use strict";tarteaucitron.fallback(["dailymotion_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Dailymotion iframe",video_id=tarteaucitron.getElemAttr(x,"videoID"),video_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",video_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",video_frame,embed_type=tarteaucitron.getElemAttr(x,"embedType"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),showinfo=tarteaucitron.getElemAttr(x,"showinfo"),autoplay=tarteaucitron.getElemAttr(x,"autoplay"),api=tarteaucitron.getElemAttr(x,"api"),params="info="+showinfo+"&autoPlay="+autoplay+"&api="+api;if(video_id===undefined){return""}if(video_width!==undefined){frame_width+='"'+video_width+'" '}else{frame_width+='"" '}if(video_height!==undefined){frame_height+='"'+video_height+'" '}else{frame_height+='"" '}if(embed_type===undefined||!["video","playlist"].includes(embed_type)){embed_type="video"}video_frame='<iframe title="'+frame_title+'" src="//www.dailymotion.com/embed/'+embed_type+"/"+video_id+"?"+params+'" '+frame_width+frame_height+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>";return video_frame})},fallback:function(){"use strict";var id="dailymotion";tarteaucitron.fallback(["dailymotion_player"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.datingaffiliation={key:"datingaffiliation",type:"ads",name:"Dating Affiliation",uri:"http://www.dating-affiliation.com/conditions-generales.php",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["datingaffiliation-canvas"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Dating Affiliation iframe",comfrom=tarteaucitron.getElemAttr(x,"data-comfrom"),r=tarteaucitron.getElemAttr(x,"data-r"),p=tarteaucitron.getElemAttr(x,"data-p"),cf0=tarteaucitron.getElemAttr(x,"data-cf0"),langue=tarteaucitron.getElemAttr(x,"data-langue"),forward_affiliate=tarteaucitron.getElemAttr(x,"data-forwardAffiliate"),cf2=tarteaucitron.getElemAttr(x,"data-cf2"),cfsa2=tarteaucitron.getElemAttr(x,"data-cfsa2"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url="http://www.tools-affil2.com/rotaban/ban.php?"+comfrom;return'<iframe title="'+frame_title+'" src="'+url+"&r="+r+"&p="+p+"&cf0="+cf0+"&langue="+langue+"&forward_affiliate="+forward_affiliate+"&cf2="+cf2+"&cfsa2="+cfsa2+'" width="'+width+'" height="'+height+'" marginheight="0" marginwidth="0" scrolling="no"></iframe>'})},fallback:function(){"use strict";var id="datingaffiliation";tarteaucitron.fallback(["datingaffiliation-canvas"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.datingaffiliationpopup={key:"datingaffiliationpopup",type:"ads",name:"Dating Affiliation (Pop Up)",uri:"http://www.dating-affiliation.com/conditions-generales.php",needConsent:true,cookies:["__utma","__utmb","__utmc","__utmt_Tools","__utmv","__utmz","_ga","_gat","_gat_UA-65072040-17","__da-pu-xflirt-ID-pc-o169"],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["datingaffiliationpopup-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" uri="'+tarteaucitron.getElemAttr(x,"uri")+'" comfrom="'+tarteaucitron.getElemAttr(x,"comfrom")+'" promo="'+tarteaucitron.getElemAttr(x,"promo")+'" productid="'+tarteaucitron.getElemAttr(x,"productid")+'" submitconfig="'+tarteaucitron.getElemAttr(x,"submitconfig")+'" ur="'+tarteaucitron.getElemAttr(x,"ur")+'" brand="'+tarteaucitron.getElemAttr(x,"brand")+'" lang="'+tarteaucitron.getElemAttr(x,"lang")+'" cf0="'+tarteaucitron.getElemAttr(x,"cf0")+'" cf2="'+tarteaucitron.getElemAttr(x,"cf2")+'" subid1="'+tarteaucitron.getElemAttr(x,"subid1")+'" cfsa2="'+tarteaucitron.getElemAttr(x,"cfsa2")+'" subid2="'+tarteaucitron.getElemAttr(x,"subid2")+'" nicheid="'+tarteaucitron.getElemAttr(x,"nicheid")+'" degreid="'+tarteaucitron.getElemAttr(x,"degreid")+'" bt="'+tarteaucitron.getElemAttr(x,"bt")+'" vis="'+tarteaucitron.getElemAttr(x,"vis")+'" hid="'+tarteaucitron.getElemAttr(x,"hid")+'" snd="'+tarteaucitron.getElemAttr(x,"snd")+'" aabd="'+tarteaucitron.getElemAttr(x,"aabd")+'" aabs="'+tarteaucitron.getElemAttr(x,"aabs")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="http://www.promotools.biz/da/popunder/script.php?";uri+="comfrom="+document.getElementById(uniqIds[i]).getAttribute("comfrom")+"&";uri+="promo="+document.getElementById(uniqIds[i]).getAttribute("promo")+"&";uri+="product_id="+document.getElementById(uniqIds[i]).getAttribute("productid")+"&";uri+="submitconfig="+document.getElementById(uniqIds[i]).getAttribute("submitconfig")+"&";uri+="ur="+document.getElementById(uniqIds[i]).getAttribute("ur")+"&";uri+="brand="+document.getElementById(uniqIds[i]).getAttribute("brand")+"&";uri+="lang="+document.getElementById(uniqIds[i]).getAttribute("lang")+"&";uri+="cf0="+document.getElementById(uniqIds[i]).getAttribute("cf0")+"&";uri+="cf2="+document.getElementById(uniqIds[i]).getAttribute("cf2")+"&";uri+="subid1="+document.getElementById(uniqIds[i]).getAttribute("subid1")+"&";uri+="cfsa2="+document.getElementById(uniqIds[i]).getAttribute("cfsa2")+"&";uri+="subid2="+document.getElementById(uniqIds[i]).getAttribute("subid2")+"&";uri+="nicheId="+document.getElementById(uniqIds[i]).getAttribute("nicheid")+"&";uri+="degreId="+document.getElementById(uniqIds[i]).getAttribute("degreid")+"&";uri+="bt="+document.getElementById(uniqIds[i]).getAttribute("bt")+"&";uri+="vis="+document.getElementById(uniqIds[i]).getAttribute("vis")+"&";uri+="hid="+document.getElementById(uniqIds[i]).getAttribute("hid")+"&";uri+="snd="+document.getElementById(uniqIds[i]).getAttribute("snd")+"&";uri+="aabd="+document.getElementById(uniqIds[i]).getAttribute("aabd")+"&";uri+="aabs="+document.getElementById(uniqIds[i]).getAttribute("aabs");tarteaucitron.makeAsync.init(uri,uniqIds[i])}},fallback:function(){"use strict";var id="datingaffiliationpopup";tarteaucitron.fallback(["datingaffiliationpopup-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.deezer={key:"deezer",type:"video",name:"Deezer",uri:"https://www.deezer.com/legal/personal-datas",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["deezer_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Deezer iframe",deezer_id=tarteaucitron.getElemAttr(x,"deezerID"),deezer_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",deezer_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",deezer_frame,embed_theme=tarteaucitron.getElemAttr(x,"theme"),embed_type=tarteaucitron.getElemAttr(x,"embedType"),radius=tarteaucitron.getElemAttr(x,"radius"),tracklist=tarteaucitron.getElemAttr(x,"tracklist"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),params;if(deezer_id===undefined){return""}if(deezer_width!==undefined){frame_width+='"'+deezer_width+'" '}else{frame_width+='"" '}if(deezer_height!==undefined){frame_height+='"'+deezer_height+'" '}else{frame_height+='"" '}if(embed_theme===undefined||!["auto","light","dark"].includes(embed_theme)){embed_theme="auto"}if(embed_type===undefined||!["album","track","playlist"].includes(embed_type)){embed_type="album"}if(radius===undefined||!["true","false"].includes(radius)){radius="true"}if(tracklist===undefined||!["true","false"].includes(tracklist)){tracklist="true"}params="tracklist="+tracklist+"&radius="+radius;deezer_frame='<iframe title="'+frame_title+'" src="//widget.deezer.com/widget/'+embed_theme+"/"+embed_type+"/"+deezer_id+"?"+params+'" '+frame_width+frame_height+" "+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>";return deezer_frame})},fallback:function(){"use strict";var id="deezer";tarteaucitron.fallback(["deezer_player"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.leadforensicsold={key:"leadforensicsold",type:"analytic",name:"LeadForensics",uri:"https://www.leadforensics.com/privacy-policy/",needConsent:true,cookies:["trackalyzer"],js:function(){"use strict";if(tarteaucitron.user.leadforensicsSf14gv===undefined||tarteaucitron.user.leadforensicsIidentifier===undefined){return}window.sf14gv=tarteaucitron.user.leadforensicsSf14gv;(function(){var sf14g=document.createElement("script");sf14g.async=true;sf14g.src=("https:"==document.location.protocol?"https://":"http://")+"t.sf14g.com/sf14g.js";var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(sf14g,s)})();tarteaucitron.addScript("//secure.leadforensics.com/js/"+tarteaucitron.user.leadforensicsIidentifier+".js")}};tarteaucitron.services.disqus={key:"disqus",type:"comment",name:"Disqus",uri:"https://help.disqus.com/customer/portal/articles/466259-privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.disqusShortname===undefined){return}tarteaucitron.addScript("//"+tarteaucitron.user.disqusShortname+".disqus.com/embed.js");tarteaucitron.addScript("//"+tarteaucitron.user.disqusShortname+".disqus.com/count.js")},fallback:function(){"use strict";var id="disqus";if(document.getElementById("disqus_thread")){document.getElementById("disqus_thread").innerHTML=tarteaucitron.engage(id)}}};tarteaucitron.services.ekomi={key:"ekomi",type:"social",name:"eKomi",uri:"http://www.ekomi-us.com/us/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.ekomiCertId===undefined){return}window.eKomiIntegrationConfig=[{certId:tarteaucitron.user.ekomiCertId}];tarteaucitron.addScript("//connect.ekomi.de/integration_1410173009/"+tarteaucitron.user.ekomiCertId+".js")}};tarteaucitron.services.etracker={key:"etracker",type:"analytic",name:"eTracker",uri:"https://www.etracker.com/en/data-protection.html",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.etracker===undefined){return}tarteaucitron.addScript("//static.etracker.com/code/e.js","_etLoader",function(){},true,"data-secure-code",tarteaucitron.user.etracker)}};tarteaucitron.services.facebook={key:"facebook",type:"social",name:"Facebook",uri:"https://www.facebook.com/policy.php",needConsent:true,cookies:["xs","sb","fr","datr","dpr","c_user"],js:function(){"use strict";tarteaucitron.fallback(["fb-post","fb-follow","fb-activity","fb-send","fb-share-button","fb-like","fb-video"],"");tarteaucitron.addScript("//connect.facebook.net/"+tarteaucitron.getLocale()+"/sdk.js#xfbml=1&version=v2.0","facebook-jssdk");if(tarteaucitron.isAjax===true){if(typeof FB!=="undefined"){FB.XFBML.parse()}}},fallback:function(){"use strict";var id="facebook";tarteaucitron.fallback(["fb-post","fb-follow","fb-activity","fb-send","fb-share-button","fb-like","fb-video"],tarteaucitron.engage(id))}};tarteaucitron.services.facebooklikebox={key:"facebooklikebox",type:"social",name:"Facebook (like box)",uri:"https://www.facebook.com/policy.php",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["fb-like-box","fb-page"],"");tarteaucitron.addScript("//connect.facebook.net/"+tarteaucitron.getLocale()+"/sdk.js#xfbml=1&version=v2.3","facebook-jssdk");if(tarteaucitron.isAjax===true){if(typeof FB!=="undefined"){FB.XFBML.parse()}}},fallback:function(){"use strict";var id="facebooklikebox";tarteaucitron.fallback(["fb-like-box","fb-page"],tarteaucitron.engage(id))}};tarteaucitron.services.facebookcomment={key:"facebookcomment",type:"comment",name:"Facebook (commentaire)",uri:"https://www.facebook.com/policy.php",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["fb-comments"],"");tarteaucitron.addScript("//connect.facebook.net/"+tarteaucitron.getLocale()+"/sdk.js#xfbml=1&version=v2.0","facebook-jssdk");if(tarteaucitron.isAjax===true){if(typeof FB!=="undefined"){FB.XFBML.parse()}}},fallback:function(){"use strict";var id="facebookcomment";tarteaucitron.fallback(["fb-comments"],tarteaucitron.engage(id))}};tarteaucitron.services.ferank={key:"ferank",type:"analytic",name:"FERank",uri:"https://www.ferank.fr/respect-vie-privee/#mesureaudience",needConsent:false,cookies:[],js:function(){"use strict";tarteaucitron.addScript("//static.ferank.fr/pixel.js","",function(){if(typeof tarteaucitron.user.ferankMore==="function"){tarteaucitron.user.ferankMore()}})}};tarteaucitron.services.pingdom={key:"pingdom",type:"api",name:"Pingdom",uri:"https://www.solarwinds.com/general-data-protection-regulation-cloud",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.pingdomId===undefined){return}window._prum=[["id",tarteaucitron.user.pingdomId],["mark","firstbyte",(new Date).getTime()]];tarteaucitron.addScript("https://rum-static.pingdom.net/prum.min.js")}};tarteaucitron.services.simpleanalytics={key:"simpleanalytics",type:"analytic",name:"Simple Analytics",uri:"https://docs.simpleanalytics.com/what-we-collect",needConsent:false,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://scripts.simpleanalyticscdn.com/latest.js")}};tarteaucitron.services.stonly={key:"stonly",type:"api",name:"Stonly (privacy by design)",uri:"https://trust.stonly.com/",needConsent:false,cookies:[],js:function(){"use strict";if(tarteaucitron.user.stonlyId===undefined){return}window.STONLY_WID=tarteaucitron.user.stonlyId;window.StonlyWidget||((window.w=window.StonlyWidget=function(){window.w._api?window.w._api.apply(window.w,arguments):window.w.queue.push(arguments)}).queue=[]);tarteaucitron.addScript("https://stonly.com/js/widget/v2/stonly-widget.js?v="+Date.now())}};tarteaucitron.services.ferankpub={key:"ferankpub",type:"ads",name:"FERank (pub)",uri:"https://www.ferank.fr/respect-vie-privee/#regiepublicitaire",needConsent:false,cookies:[],js:function(){"use strict";tarteaucitron.addScript("//static.ferank.fr/publicite.async.js");if(tarteaucitron.isAjax===true){if(typeof ferankReady==="function"){ferankReady()}}},fallback:function(){"use strict";var id="ferankpub";tarteaucitron.fallback(["ferank-publicite"],tarteaucitron.engage(id))}};tarteaucitron.services.getplus={key:"getplus",type:"analytic",name:"Get+",uri:"http://www.getplus.fr/Conditions-generales-de-vente_a226.html",needConsent:true,cookies:["_first_pageview","_jsuid","no_trackyy_"+tarteaucitron.user.getplusId,"_eventqueue"],js:function(){"use strict";if(tarteaucitron.user.getplusId===undefined){return}window.webleads_site_ids=window.webleads_site_ids||[];window.webleads_site_ids.push(tarteaucitron.user.getplusId);tarteaucitron.addScript("//stats.webleads-tracker.com/js")}};tarteaucitron.services.gplus={key:"gplus",type:"social",name:"Google+",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://apis.google.com/js/platform.js")},fallback:function(){"use strict";var id="gplus";tarteaucitron.fallback(["g-plus","g-plusone"],tarteaucitron.engage(id))}};tarteaucitron.services.gplusbadge={key:"gplusbadge",type:"social",name:"Google+ (badge)",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://apis.google.com/js/platform.js")},fallback:function(){"use strict";var id="gplusbadge";tarteaucitron.fallback(["g-page","g-person"],tarteaucitron.engage(id))}};tarteaucitron.services.adsense={key:"adsense",type:"ads",name:"Google Adsense",uri:"https://adssettings.google.com/",needConsent:true,readmoreLink:"https://policies.google.com/technologies/partner-sites",cookies:["__gads"],js:function(){"use strict";tarteaucitron.fallback(["adsbygoogle"],"");tarteaucitron.addScript("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js")},fallback:function(){"use strict";var id="adsense";tarteaucitron.fallback(["adsbygoogle"],tarteaucitron.engage(id))}};tarteaucitron.services.adsenseauto={key:"adsenseauto",type:"ads",name:"Google Adsense Automatic",uri:"https://adssettings.google.com/",needConsent:true,readmoreLink:"https://policies.google.com/technologies/partner-sites",cookies:["__gads"],js:function(){"use strict";if(tarteaucitron.user.adsensecapub===undefined){return}tarteaucitron.addScript("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client="+tarteaucitron.user.adsensecapub,"","","","crossorigin","anonymous")}};tarteaucitron.services.adsensesearch={key:"adsensesearch",type:"ads",name:"Google Adsense Search",uri:"https://adssettings.google.com/",needConsent:true,readmoreLink:"https://policies.google.com/technologies/partner-sites",cookies:["__gads"],js:function(){"use strict";tarteaucitron.addScript("https://www.google.com/adsense/search/ads.js")},fallback:function(){"use strict";var id="adsensesearch";tarteaucitron.fallback(["afscontainer1"],tarteaucitron.engage(id))}};tarteaucitron.services.googlepartners={key:"googlepartners",type:"ads",name:"Google Partners Badge",uri:"https://adssettings.google.com/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://apis.google.com/js/platform.js")},fallback:function(){"use strict";var id="googlepartners";tarteaucitron.fallback(["g-partnersbadge"],tarteaucitron.engage(id))}};tarteaucitron.services.adsensesearchform={key:"adsensesearchform",type:"ads",name:"Google Adsense Search (form)",uri:"https://adssettings.google.com/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("//www.google.com/coop/cse/brand?form=cse-search-box&lang="+tarteaucitron.getLanguage())}};tarteaucitron.services.adsensesearchresult={key:"adsensesearchresult",type:"ads",name:"Google Adsense Search (result)",uri:"https://adssettings.google.com/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.adsensesearchresultCx===undefined){return}tarteaucitron.addScript("//www.google.com/cse/cse.js?cx="+tarteaucitron.user.adsensesearchresultCx)},fallback:function(){"use strict";var id="adsensesearchresult";if(document.getElementById("gcse_searchresults")){document.getElementById("gcse_searchresults").innerHTML=tarteaucitron.engage(id)}}};tarteaucitron.services.googleadwordsconversion={key:"googleadwordsconversion",type:"ads",name:"Google Adwords (conversion)",uri:"https://www.google.com/settings/ads",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.adwordsconversionId===undefined){return}tarteaucitron.addScript("//www.googleadservices.com/pagead/conversion_async.js","",function(){window.google_trackConversion({google_conversion_id:tarteaucitron.user.adwordsconversionId,google_conversion_label:tarteaucitron.user.adwordsconversionLabel,google_conversion_language:tarteaucitron.user.adwordsconversionLanguage,google_conversion_format:tarteaucitron.user.adwordsconversionFormat,google_conversion_color:tarteaucitron.user.adwordsconversionColor,google_conversion_value:tarteaucitron.user.adwordsconversionValue,google_conversion_currency:tarteaucitron.user.adwordsconversionCurrency,google_custom_params:{parameter1:tarteaucitron.user.adwordsconversionCustom1,parameter2:tarteaucitron.user.adwordsconversionCustom2}})})}};tarteaucitron.services.googleadwordsremarketing={key:"googleadwordsremarketing",type:"ads",name:"Google Adwords (remarketing)",uri:"https://www.google.com/settings/ads",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.adwordsremarketingId===undefined){return}tarteaucitron.addScript("//www.googleadservices.com/pagead/conversion_async.js","",function(){window.google_trackConversion({google_conversion_id:tarteaucitron.user.adwordsremarketingId,google_remarketing_only:true})})}};tarteaucitron.services.gajs={key:"gajs",type:"analytic",name:"Google Analytics (ga.js)",uri:"https://policies.google.com/privacy",needConsent:true,cookies:function(){var googleIdentifier=tarteaucitron.user.gajsUa,tagUaCookie="_gat_gtag_"+googleIdentifier,tagGCookie="_ga_"+googleIdentifier;tagUaCookie=tagUaCookie.replace(/-/g,"_");tagGCookie=tagGCookie.replace(/G-/g,"");return["_ga","_gat","_gid","__utma","__utmb","__utmc","__utmt","__utmz",tagUaCookie,tagGCookie,"_gcl_au"]}(),js:function(){"use strict";window._gaq=window._gaq||[];window._gaq.push(["_setAccount",tarteaucitron.user.gajsUa]);if(timeExpire!==undefined){_gaq.push(["_setVisitorCookieTimeout",timeExpire])}if(tarteaucitron.user.gajsAnonymizeIp){window._gaq.push(["_gat._anonymizeIp"])}if(tarteaucitron.user.gajsPageView){window._gaq.push(["_trackPageview, "+tarteaucitron.user.gajsPageView])}else{window._gaq.push(["_trackPageview"])}tarteaucitron.addScript("//www.google-analytics.com/ga.js","",function(){if(typeof tarteaucitron.user.gajsMore==="function"){tarteaucitron.user.gajsMore()}})}};tarteaucitron.services.analytics={key:"analytics",type:"analytic",name:"Google Analytics (universal)",uri:"https://policies.google.com/privacy",needConsent:true,cookies:function(){var googleIdentifier=tarteaucitron.user.analyticsUa,tagUaCookie="_gat_gtag_"+googleIdentifier,tagGCookie="_ga_"+googleIdentifier;tagUaCookie=tagUaCookie.replace(/-/g,"_");tagGCookie=tagGCookie.replace(/G-/g,"");return["_ga","_gat","_gid","__utma","__utmb","__utmc","__utmt","__utmz",tagUaCookie,tagGCookie,"_gcl_au"]}(),js:function(){"use strict";window.GoogleAnalyticsObject="ga";window.ga=window.ga||function(){window.ga.q=window.ga.q||[];window.ga.q.push(arguments)};window.ga.l=new Date;tarteaucitron.addScript("https://www.google-analytics.com/analytics.js","",function(){var uaCreate={cookieExpires:timeExpire!==undefined?timeExpire:34128e3};tarteaucitron.extend(uaCreate,tarteaucitron.user.analyticsUaCreate||{});ga("create",tarteaucitron.user.analyticsUa,uaCreate);if(tarteaucitron.user.analyticsAnonymizeIp){ga("set","anonymizeIp",true)}if(typeof tarteaucitron.user.analyticsPrepare==="function"){tarteaucitron.user.analyticsPrepare()}if(tarteaucitron.user.analyticsPageView){ga("send","pageview",tarteaucitron.user.analyticsPageView)}else{ga("send","pageview")}if(typeof tarteaucitron.user.analyticsMore==="function"){tarteaucitron.user.analyticsMore()}})}};tarteaucitron.services.googleads={key:"googleads",type:"ads",name:"Google Ads",uri:"https://policies.google.com/privacy",needConsent:true,cookies:function(){var googleIdentifier=tarteaucitron.user.googleadsId,tagUaCookie="_gat_gtag_"+googleIdentifier,tagGCookie="_ga_"+googleIdentifier;tagUaCookie=tagUaCookie.replace(/-/g,"_");tagGCookie=tagGCookie.replace(/G-/g,"");return["_ga","_gat","_gid","__utma","__utmb","__utmc","__utmt","__utmz",tagUaCookie,tagGCookie,"_gcl_au"]}(),js:function(){"use strict";window.dataLayer=window.dataLayer||[];tarteaucitron.addScript("https://www.googletagmanager.com/gtag/js?id="+tarteaucitron.user.googleadsId,"",function(){window.gtag=function gtag(){dataLayer.push(arguments)};gtag("js",new Date);var additional_config_info=timeExpire!==undefined?{anonymize_ip:true,cookie_expires:timeExpire/1e3}:{anonymize_ip:true};gtag("config",tarteaucitron.user.googleadsId,additional_config_info);if(typeof tarteaucitron.user.googleadsMore==="function"){tarteaucitron.user.googleadsMore()}})},fallback:function(){if(tarteaucitron.parameters.googleConsentMode===true){this.js()}}};tarteaucitron.services.gtag={key:"gtag",type:"analytic",name:"Google Analytics (GA4)",uri:"https://policies.google.com/privacy",needConsent:true,cookies:function(){var googleIdentifier=tarteaucitron.user.gtagUa,tagUaCookie="_gat_gtag_"+googleIdentifier,tagGCookie="_ga_"+googleIdentifier;tagUaCookie=tagUaCookie.replace(/-/g,"_");tagGCookie=tagGCookie.replace(/G-/g,"");return["_ga","_gat","_gid","__utma","__utmb","__utmc","__utmt","__utmz",tagUaCookie,tagGCookie,"_gcl_au"]}(),js:function(){"use strict";window.dataLayer=window.dataLayer||[];tarteaucitron.addScript("https://www.googletagmanager.com/gtag/js?id="+tarteaucitron.user.gtagUa,"",function(){window.gtag=function gtag(){dataLayer.push(arguments)};gtag("js",new Date);var additional_config_info=timeExpire!==undefined?{anonymize_ip:true,cookie_expires:timeExpire/1e3}:{anonymize_ip:true};if(tarteaucitron.user.gtagCrossdomain){gtag("config",tarteaucitron.user.gtagUa,additional_config_info,{linker:{domains:tarteaucitron.user.gtagCrossdomain}})}else{gtag("config",tarteaucitron.user.gtagUa,additional_config_info)}if(typeof tarteaucitron.user.gtagMore==="function"){tarteaucitron.user.gtagMore()}})},fallback:function(){if(tarteaucitron.parameters.googleConsentMode===true){this.js()}}};tarteaucitron.services.firebase={key:"firebase",type:"analytic",name:"Firebase",uri:"https://firebase.google.com/support/privacy",needConsent:true,cookies:function(){var googleIdentifier=tarteaucitron.user.firebaseMeasurementId,tagGCookie="_ga_"+googleIdentifier;tagGCookie=tagGCookie.replace(/G-/g,"");return["_ga",tagGCookie]}(),js:function(){"use strict";if(tarteaucitron.user.firebaseApiKey===undefined){return}tarteaucitron.addScript("https://www.gstatic.com/firebasejs/8.6.2/firebase-app.js","",function(){tarteaucitron.addScript("https://www.gstatic.com/firebasejs/8.6.2/firebase-analytics.js","",function(){var firebaseConfig={apiKey:tarteaucitron.user.firebaseApiKey,authDomain:tarteaucitron.user.firebaseAuthDomain,databaseURL:tarteaucitron.user.firebaseDatabaseUrl,projectId:tarteaucitron.user.firebaseProjectId,storageBucket:tarteaucitron.user.firebaseStorageBucket,appId:tarteaucitron.user.firebaseAppId,measurementId:tarteaucitron.user.firebaseMeasurementId};firebase.initializeApp(firebaseConfig);firebase.analytics()})})}};tarteaucitron.services.genially={key:"genially",type:"api",name:"genially",uri:"https://www.genial.ly/cookies",needConsent:true,cookies:["_gat","_ga","_gid"],js:function(){"use strict";tarteaucitron.fallback(["tac_genially"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"genially iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),geniallyid=tarteaucitron.getElemAttr(x,"geniallyid"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");return'<div style="position: relative; padding-bottom: 109.00%; padding-top: 0; height: 0;"><iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" title="'+frame_title+'" src="https://view.genial.ly/'+geniallyid+'" width="'+width+'" height="'+height+'" scrolling="auto" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe></div>"})},fallback:function(){"use strict";var id="genially";tarteaucitron.fallback(["tac_genially"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.googlemaps={key:"googlemaps",type:"api",name:"Google Maps",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";var mapOptions,map,uniqIds=[],i;if(tarteaucitron.user.mapscallback===undefined){tarteaucitron.user.mapscallback="tac_googlemaps_callback"}var googleMapsLibraries="";if(tarteaucitron.user.googlemapsLibraries){googleMapsLibraries="&libraries="+tarteaucitron.user.googlemapsLibraries}tarteaucitron.addScript("//maps.googleapis.com/maps/api/js?v=3.exp&key="+tarteaucitron.user.googlemapsKey+"&callback="+tarteaucitron.user.mapscallback+googleMapsLibraries);window.tac_googlemaps_callback=function(){tarteaucitron.fallback(["googlemaps-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" zoom="'+tarteaucitron.getElemAttr(x,"zoom")+'" latitude="'+tarteaucitron.getElemAttr(x,"latitude")+'" longitude="'+tarteaucitron.getElemAttr(x,"longitude")+'" style="width:'+x.offsetWidth+"px;height:"+x.offsetHeight+'px"></div>'});var i;for(i=0;i<uniqIds.length;i+=1){mapOptions={zoom:parseInt(document.getElementById(uniqIds[i]).getAttribute("zoom"),10),center:new google.maps.LatLng(parseFloat(document.getElementById(uniqIds[i]).getAttribute("latitude"),10),parseFloat(document.getElementById(uniqIds[i]).getAttribute("longitude"),10))};map=new google.maps.Map(document.getElementById(uniqIds[i]),mapOptions);new google.maps.Marker({position:{lat:parseFloat(document.getElementById(uniqIds[i]).getAttribute("latitude"),10),lng:parseFloat(document.getElementById(uniqIds[i]).getAttribute("longitude"),10)},map:map})}}},fallback:function(){"use strict";var id="googlemaps";tarteaucitron.fallback(["googlemaps-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.googlemapssearch={key:"googlemapssearch",type:"api",name:"Google Maps Search API",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["nid"],js:function(){"use strict";tarteaucitron.fallback(["googlemapssearch"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Google search iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),query=escape(tarteaucitron.getElemAttr(x,"data-search")),key=tarteaucitron.getElemAttr(x,"data-api-key");return'<iframe title="'+frame_title+'" width="'+width+'" height="'+height+'" style="border:0" src="https://www.google.com/maps/embed/v1/place?q='+query+"&key="+key+'" allowfullscreen></iframe> '})},fallback:function(){"use strict";var id="googlemapssearch";tarteaucitron.fallback(["googlemapssearch"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.googlemapsembed={key:"googlemapsembed",type:"api",name:"Google Maps Embed",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["apisid","hsid","nid","sapisid","sid","sidcc","ssid","1p_jar"],js:function(){"use strict";tarteaucitron.fallback(["googlemapsembed"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Google maps iframe",width=tarteaucitron.getElemWidth(x),height=tarteaucitron.getElemHeight(x),url=tarteaucitron.getElemAttr(x,"data-url");return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="no" allowtransparency allowfullscreen></iframe>'})},fallback:function(){"use strict";var id="googlemapsembed";tarteaucitron.fallback(["googlemapsembed"],function(elem){elem.style.width=tarteaucitron.getElemWidth(elem)+"px";elem.style.height=tarteaucitron.getElemHeight(elem)+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.openstreetmap={key:"openstreetmap",type:"api",name:"Openstreetmap Embed",uri:"https://wiki.osmfoundation.org/wiki/Privacy_Policy#Cookies",needConsent:true,cookies:["apisid","hsid","nid","sapisid","sid","sidcc","ssid","1p_jar"],js:function(){"use strict";tarteaucitron.fallback(["openstreetmap"],function(x){var width=tarteaucitron.getElemWidth(x),height=tarteaucitron.getElemHeight(x),url=tarteaucitron.getElemAttr(x,"data-url");return'<iframe src="'+url+'" width="'+width+'" height="'+height+'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" allowfullscreen></iframe>'})},fallback:function(){"use strict";var id="openstreetmap";tarteaucitron.fallback(["openstreetmap"],function(elem){elem.style.width=tarteaucitron.getElemWidth(elem)+"px";elem.style.height=tarteaucitron.getElemHeight(elem)+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.geoportail={key:"geoportail",type:"api",name:"Geoportail maps Embed",uri:"https://www.ign.fr/institut/gestion-des-cookies",needConsent:true,cookies:["apisid","hsid","nid","sapisid","sid","sidcc","ssid","1p_jar"],js:function(){"use strict";tarteaucitron.fallback(["geoportail"],function(x){var width=tarteaucitron.getElemWidth(x),height=tarteaucitron.getElemHeight(x),url=tarteaucitron.getElemAttr(x,"data-url");return'<iframe src="'+url+'" width="'+width+'" height="'+height+'" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" sandbox="allow-forms allow-scripts allow-same-origin" allowfullscreen></iframe>'})},fallback:function(){"use strict";var id="geoportail";tarteaucitron.fallback(["geoportail"],function(elem){elem.style.width=tarteaucitron.getElemWidth(elem)+"px";elem.style.height=tarteaucitron.getElemHeight(elem)+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.googletagmanager={key:"googletagmanager",type:"api",name:"Google Tag Manager",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["_ga","_gat","__utma","__utmb","__utmc","__utmt","__utmz","__gads","_drt_","FLC","exchange_uid","id","fc","rrs","rds","rv","uid","UIDR","UID","clid","ipinfo","acs"],js:function(){"use strict";if(tarteaucitron.user.googletagmanagerId===undefined){return}window.dataLayer=window.dataLayer||[];window.dataLayer.push({"gtm.start":(new Date).getTime(),event:"gtm.js"});tarteaucitron.addScript("https://www.googletagmanager.com/gtm.js?id="+tarteaucitron.user.googletagmanagerId)}};tarteaucitron.services.multiplegoogletagmanager={key:"multiplegoogletagmanager",type:"api",name:"Google Tag Manager",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["_ga","_gat","__utma","__utmb","__utmc","__utmt","__utmz","__gads","_drt_","FLC","exchange_uid","id","fc","rrs","rds","rv","uid","UIDR","UID","clid","ipinfo","acs"],js:function(){"use strict";if(tarteaucitron.user.multiplegoogletagmanagerId===undefined){return}window.dataLayer=window.dataLayer||[];window.dataLayer.push({"gtm.start":(new Date).getTime(),event:"gtm.js"});tarteaucitron.user.multiplegoogletagmanagerId.forEach(function(id){tarteaucitron.addScript("https://www.googletagmanager.com/gtm.js?id="+id)})}};tarteaucitron.services.googlefonts={key:"googlefonts",type:"api",name:"Google Webfonts",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.googleFonts===undefined){return}tarteaucitron.addScript("//ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js","",function(){if(tarteaucitron.user.googleFonts instanceof Array){WebFont.load({google:{families:tarteaucitron.user.googleFonts}})}else{WebFont.load({google:{families:[tarteaucitron.user.googleFonts]}})}})}};tarteaucitron.services.hubspot={key:"hubspot",type:"analytic",name:"Hubspot",uri:"https://legal.hubspot.com/privacy-policy",needConsent:true,cookies:["hubspotutk","fr","__hstc","__hssrc","__hssc","__cfduid"],js:function(){"use strict";tarteaucitron.addScript("//js.hs-scripts.com/"+tarteaucitron.user.hubspotId+".js","hs-script-loader")}};tarteaucitron.services.instagram={key:"instagram",type:"social",name:"Instagram",uri:"https://www.instagram.com/legal/privacy/",needConsent:true,cookies:["shbts","sessionid","csrftoken","rur","shbid","mid","ds_usr_id","ig_did","ig_cb","datr"],js:function(){"use strict";tarteaucitron.fallback(["instagram_post"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Instagram iframe",post_id=tarteaucitron.getElemAttr(x,"postId"),post_permalink=tarteaucitron.getElemAttr(x,"data-instgrm-permalink"),embed_width=tarteaucitron.getElemAttr(x,"width"),embed_height=tarteaucitron.getElemAttr(x,"height"),frame_width,frame_height,post_frame;if(post_permalink!=null){tarteaucitron.addScript("//www.instagram.com/embed.js","instagram-embed");return""}if(post_id===undefined){return""}if(embed_width!==undefined){frame_width='width="'+embed_width+'" '}else{frame_width='"" '}if(embed_height!==undefined){frame_height='height="'+embed_height+'" '}else{frame_height='"" '}post_frame='<iframe title="'+frame_title+'" src="//www.instagram.com/p/'+post_id+'/embed" '+frame_width+frame_height+"></iframe>";return post_frame})},fallback:function(){"use strict";var id="instagram";tarteaucitron.fallback(["instagram_post"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.jsapi={key:"jsapi",type:"api",name:"Google jsapi",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("//www.google.com/jsapi")}};tarteaucitron.services.twitterwidgetsapi={key:"twitterwidgetsapi",type:"api",name:"X (formerly Twitter) Widgets API",uri:"https://support.twitter.com/articles/20170514",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tacTwitterAPI"],"");tarteaucitron.addScript("//platform.twitter.com/widgets.js","twitter-wjs")},fallback:function(){"use strict";var id="twitterwidgetsapi";tarteaucitron.fallback(["tacTwitterAPI"],tarteaucitron.engage(id))}};tarteaucitron.services.recaptcha={key:"recaptcha",type:"api",name:"reCAPTCHA",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["nid"],js:function(){"use strict";window.tacRecaptchaOnLoad=tarteaucitron.user.recaptchaOnLoad||function(){};tarteaucitron.fallback(["g-recaptcha"],"");let url="https://www.google.com/recaptcha/api.js?onload=tacRecaptchaOnLoad";if(tarteaucitron.user.recaptchaapi!==undefined){url+="&render="+tarteaucitron.user.recaptchaapi}if(tarteaucitron.user.recaptcha_hl!==undefined){url+="&hl="+tarteaucitron.user.recaptcha_hl}tarteaucitron.addScript(url)},fallback:function(){"use strict";var id="recaptcha";tarteaucitron.fallback(["g-recaptcha"],tarteaucitron.engage(id))}};tarteaucitron.services.linkedin={key:"linkedin",type:"social",name:"Linkedin",uri:"https://www.linkedin.com/legal/cookie_policy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tacLinkedin"],"");tarteaucitron.addScript("//platform.linkedin.com/in.js");if(tarteaucitron.isAjax===true){if(typeof IN!=="undefined"){IN.parse()}}},fallback:function(){"use strict";var id="linkedin";tarteaucitron.fallback(["tacLinkedin"],tarteaucitron.engage(id))}};tarteaucitron.services.mautic={key:"mautic",type:"analytic",name:"Mautic",uri:"https://www.mautic.org/privacy-policy/",needConsent:true,cookies:["mtc_id","mtc_sid"],js:function(){"use strict";if(tarteaucitron.user.mauticurl===undefined){return}window.MauticTrackingObject="mt";window.mt=window.mt||function(){window.mt.q=window.mt.q||[];window.mt.q.push(arguments)};tarteaucitron.addScript(tarteaucitron.user.mauticurl,"",function(){mt("send","pageview")})}};tarteaucitron.services.microsoftcampaignanalytics={key:"microsoftcampaignanalytics",type:"analytic",name:"Microsoft Campaign Analytics",uri:"https://privacy.microsoft.com/privacystatement/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.microsoftcampaignanalyticsUUID===undefined){return}tarteaucitron.addScript("//flex.atdmt.com/mstag/site/"+tarteaucitron.user.microsoftcampaignanalyticsUUID+"/mstag.js","mstag_tops",function(){window.mstag={loadTag:function(){},time:(new Date).getTime()};window.mstag.loadTag("analytics",{dedup:"1",domainId:tarteaucitron.user.microsoftcampaignanalyticsdomainId,type:"1",actionid:tarteaucitron.user.microsoftcampaignanalyticsactionId})})}};tarteaucitron.services.onesignal={key:"onesignal",type:"api",name:"OneSignal",uri:"https://onesignal.com/privacy_policy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.onesignalAppId===undefined){return}window.OneSignal=window.OneSignal||[];window.OneSignal.push(function(){window.OneSignal.init({appId:tarteaucitron.user.onesignalAppId})});tarteaucitron.addScript("https://cdn.onesignal.com/sdks/OneSignalSDK.js")}};tarteaucitron.services.pinterest={key:"pinterest",type:"social",name:"Pinterest",uri:"https://about.pinterest.com/privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tacPinterest"],"");tarteaucitron.addScript("//assets.pinterest.com/js/pinit.js")},fallback:function(){"use strict";var id="pinterest";tarteaucitron.fallback(["tacPinterest"],tarteaucitron.engage(id))}};tarteaucitron.services.prelinker={key:"prelinker",type:"ads",name:"Prelinker",uri:"http://www.prelinker.com/index/index/cgu/",needConsent:true,cookies:["_sp_id.32f5","_sp_ses.32f5"],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["prelinker-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" siteId="'+tarteaucitron.getElemAttr(x,"siteId")+'" bannerId="'+tarteaucitron.getElemAttr(x,"bannerId")+'" defaultLanguage="'+tarteaucitron.getElemAttr(x,"defaultLanguage")+'" tracker="'+tarteaucitron.getElemAttr(x,"tracker")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="http://promo.easy-dating.org/banner/index?";uri+="site_id="+document.getElementById(uniqIds[i]).getAttribute("siteId")+"&";uri+="banner_id="+document.getElementById(uniqIds[i]).getAttribute("bannerId")+"&";uri+="default_language="+document.getElementById(uniqIds[i]).getAttribute("defaultLanguage")+"&";uri+="tr4ck="+document.getElementById(uniqIds[i]).getAttribute("trackrt");tarteaucitron.makeAsync.init(uri,uniqIds[i])}},fallback:function(){"use strict";var id="prelinker";tarteaucitron.fallback(["prelinker-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.prezi={key:"prezi",type:"video",name:"Prezi",uri:"https://prezi.com/privacy-policy/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["prezi-canvas"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Prezi iframe",id=tarteaucitron.getElemAttr(x,"data-id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url="https://prezi.com/embed/"+id+"/?bgcolor=ffffff&lock_to_path=0&autoplay=0&autohide_ctrls=0";return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="no" allowtransparency allowfullscreen></iframe>'})},fallback:function(){"use strict";var id="prezi";tarteaucitron.fallback(["prezi-canvas"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.pubdirecte={key:"pubdirecte",type:"ads",name:"Pubdirecte",uri:"http://pubdirecte.com/contact.php",needConsent:true,cookies:[],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["pubdirecte-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" pid="'+tarteaucitron.getElemAttr(x,"pid")+'" ref="'+tarteaucitron.getElemAttr(x,"ref")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="//www.pubdirecte.com/script/banniere.php?";uri+="id="+document.getElementById(uniqIds[i]).getAttribute("pid")+"&";uri+="ref="+document.getElementById(uniqIds[i]).getAttribute("ref");tarteaucitron.makeAsync.init(uri,uniqIds[i])}},fallback:function(){"use strict";var id="pubdirecte";tarteaucitron.fallback(["pubdirecte-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.purechat={key:"purechat",type:"support",name:"PureChat",uri:"https://www.purechat.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.purechatId===undefined){return}tarteaucitron.addScript("//app.purechat.com/VisitorWidget/WidgetScript","",function(){try{window.w=new PCWidget({c:tarteaucitron.user.purechatId,f:true})}catch(e){}})}};tarteaucitron.services.intercomChat={key:"intercomChat",type:"support",name:"Intercom",uri:"https://www.intercom.com/",needConsent:true,cookies:["intercom-id-"+tarteaucitron.user.intercomKey,"intercom-session-"+tarteaucitron.user.intercomKey],readmoreLink:"https://www.intercom.com/legal/privacy",js:function(){window.intercomSettings={app_id:tarteaucitron.user.intercomKey};var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic("reattach_activator");ic("update",w.intercomSettings)}else{var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;tarteaucitron.addScript("https://widget.intercom.io/widget/"+tarteaucitron.user.intercomKey,"",function(){if(typeof intercomChatEnable==="function"){intercomChatEnable()}})}},fallback:function(){"use strict";var id="intercomChat";tarteaucitron.fallback(["intercom-chat"],function(){if(typeof intercomChatDisable==="function"){intercomChatDisable()}return tarteaucitron.engage(id)})}};tarteaucitron.services.rumbletalk={key:"rumbletalk",type:"social",name:"RumbleTalk",needConsent:true,cookies:["AWSALB"],js:function(){"use strict";if(tarteaucitron.user.rumbletalkid===undefined){return}tarteaucitron.addScript("https://rumbletalk.com/client/?"+tarteaucitron.user.rumbletalkid);tarteaucitron.fallback(["rumbletalk"],function(x){var width=tarteaucitron.getElemWidth(x),height=tarteaucitron.getElemHeight(x),id=tarteaucitron.getElemAttr(x,"data-id");return'<div style="height: '+height+"px; width: "+width+'px;"><div id="'+id+'"></div></div>'})},fallback:function(){"use strict";var id="rumbletalk";tarteaucitron.fallback(["rumbletalk"],function(elem){elem.style.width=tarteaucitron.getElemWidth(elem)+"px";elem.style.height=tarteaucitron.getElemHeight(elem)+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.shareaholic={key:"shareaholic",type:"social",name:"Shareaholic",uri:"https://shareaholic.com/privacy/choices",needConsent:true,cookies:["__utma","__utmb","__utmc","__utmz","__utmt_Shareaholic%20Pageviews"],js:function(){"use strict";if(tarteaucitron.user.shareaholicSiteId===undefined){return}tarteaucitron.fallback(["shareaholic-canvas"],"");tarteaucitron.addScript("//dsms0mj1bbhn4.cloudfront.net/assets/pub/shareaholic.js","",function(){try{Shareaholic.init(tarteaucitron.user.shareaholicSiteId)}catch(e){}})},fallback:function(){"use strict";var id="shareaholic";tarteaucitron.fallback(["shareaholic-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.shareasale={key:"shareasale",type:"ads",name:"ShareASale",uri:"https://www.shareasale.com/PrivacyPolicy.pdf",needConsent:true,cookies:[],js:function(){"use strict";var uniqIds=[],i,uri;tarteaucitron.fallback(["shareasale-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'" amount="'+tarteaucitron.getElemAttr(x,"amount")+'" tracking="'+tarteaucitron.getElemAttr(x,"tracking")+'" transtype="'+tarteaucitron.getElemAttr(x,"transtype")+'" persale="'+tarteaucitron.getElemAttr(x,"persale")+'" perlead="'+tarteaucitron.getElemAttr(x,"perlead")+'" perhit="'+tarteaucitron.getElemAttr(x,"perhit")+'" merchantID="'+tarteaucitron.getElemAttr(x,"merchantID")+'"></div>'});for(i=0;i<uniqIds.length;i+=1){uri="https://shareasale.com/sale.cfm?";uri+="amount="+document.getElementById(uniqIds[i]).getAttribute("amount")+"&";uri+="tracking="+document.getElementById(uniqIds[i]).getAttribute("tracking")+"&";uri+="transtype="+document.getElementById(uniqIds[i]).getAttribute("transtype")+"&";uri+="persale="+document.getElementById(uniqIds[i]).getAttribute("persale")+"&";uri+="perlead="+document.getElementById(uniqIds[i]).getAttribute("perlead")+"&";uri+="perhit="+document.getElementById(uniqIds[i]).getAttribute("perhit")+"&";uri+="merchantID="+document.getElementById(uniqIds[i]).getAttribute("merchantID");document.getElementById(uniqIds[i]).innerHTML="<img src='"+uri+"' width='1' height='1' />"}},fallback:function(){"use strict";var id="shareasale";tarteaucitron.fallback(["shareasale-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.sharethis={key:"sharethis",type:"social",name:"ShareThis",uri:"http://www.sharethis.com/legal/privacy/",needConsent:true,cookies:["__unam"],js:function(){"use strict";if(tarteaucitron.user.sharethisPublisher===undefined){return}var switchTo5x=true,uri=("https:"===document.location.protocol?"https://ws":"http://w")+".sharethis.com/button/buttons.js";tarteaucitron.fallback(["tacSharethis"],"");tarteaucitron.addScript(uri,"",function(){stLight.options({publisher:tarteaucitron.user.sharethisPublisher,doNotHash:false,doNotCopy:false,hashAddressBar:false})});if(tarteaucitron.isAjax===true){if(typeof stButtons!=="undefined"){stButtons.locateElements()}}},fallback:function(){"use strict";var id="sharethis";tarteaucitron.fallback(["tacSharethis"],tarteaucitron.engage(id))}};tarteaucitron.services.slideshare={key:"slideshare",type:"video",name:"SlideShare",uri:"https://www.linkedin.com/legal/privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["slideshare-canvas"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Slideshare iframe",id=tarteaucitron.getElemAttr(x,"data-id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),url="//www.slideshare.net/slideshow/embed_code/key/"+id;return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" scrolling="no" allowtransparency allowfullscreen></iframe>'})},fallback:function(){"use strict";var id="slideshare";tarteaucitron.fallback(["slideshare-canvas"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.soundcloud={key:"soundcloud",type:"video",name:"SoundCloud",needConsent:true,uri:"https://soundcloud.com/pages/privacy",cookies:["sc_anonymous_id","sclocale"],js:function(){"use strict";tarteaucitron.fallback(["soundcloud_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Soundcloud iframe",player_height=tarteaucitron.getElemAttr(x,"data-height"),frame_height='height="'+player_height+'" ',playable_id=tarteaucitron.getElemAttr(x,"data-playable-id"),playable_type=tarteaucitron.getElemAttr(x,"data-playable-type"),playable_url=tarteaucitron.getElemAttr(x,"data-playable-url"),color=tarteaucitron.getElemAttr(x,"data-color"),autoplay=tarteaucitron.getElemAttr(x,"data-auto-play"),hideRelated=tarteaucitron.getElemAttr(x,"data-hide-related"),showComments=tarteaucitron.getElemAttr(x,"data-show-comments"),showUser=tarteaucitron.getElemAttr(x,"data-show-user"),showReposts=tarteaucitron.getElemAttr(x,"data-show-reposts"),showTeaser=tarteaucitron.getElemAttr(x,"data-show-teaser"),visual=tarteaucitron.getElemAttr(x,"data-visual"),artwork=tarteaucitron.getElemAttr(x,"data-artwork");var allowAutoplay=autoplay==="true"?'allow="autoplay"':"";if(playable_id===undefined&&playable_url===undefined){return""}var qs="?url=https%3A//api.soundcloud.com/"+playable_type+"/"+playable_id;if(playable_url&&playable_url.length>0)qs="?url="+escape(playable_url);if(hideRelated&&hideRelated.length>0)qs+="&hide_related="+hideRelated;if(color&&color.length>0)qs+="&color="+color.replace("#","%23");if(autoplay&&autoplay.length>0)qs+="&auto_play="+autoplay;if(showComments&&showComments.length>0)qs+="&show_comments="+showComments;if(hideRelated&&hideRelated.length>0)qs+="&hide_related="+hideRelated;if(showUser&&showUser.length>0)qs+="&show_user="+showUser;if(showReposts&&showReposts.length>0)qs+="&show_reposts="+showReposts;if(showTeaser&&showTeaser.length>0)qs+="&show_teaser="+showTeaser;if(visual&&visual.length>0)qs+="&visual="+visual;if(artwork&&artwork.length>0)qs+="&show_artwork="+artwork;return'<iframe title="'+frame_title+'" width="100%" '+frame_height+' scrolling="no" '+allowAutoplay+' src="https://w.soundcloud.com/player/'+qs+'"></iframe>'})},fallback:function(){"use strict";tarteaucitron.fallback(["soundcloud_player"],function(elem){elem.style.height=elem.getAttribute("data-height")+"px";return tarteaucitron.engage("soundcloud")})}};tarteaucitron.services.spotify={key:"spotify",type:"video",name:"Spotify",uri:"https://www.spotify.com/us/legal/privacy-policy/",needConsent:true,cookies:["sp_landing","_ga","sp_ab","sp_landingref","sp_t","sp_usid","OptanonConsent","sp_m","spot"],js:function(){"use strict";tarteaucitron.fallback(["spotify_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Spotify iframe",spotify_id=tarteaucitron.getElemAttr(x,"spotifyID"),spotify_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",spotify_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",spotify_frame;if(spotify_id===undefined){return""}if(spotify_width!==undefined){frame_width+='"'+spotify_width+'" '}else{frame_width+='"" '}if(spotify_height!==undefined){frame_height+='"'+spotify_height+'" '}else{frame_height+='"" '}spotify_frame='<iframe title="'+frame_title+'" src="//open.spotify.com/embed/'+spotify_id+'" '+frame_width+frame_height+" allowfullscreen></iframe>";return spotify_frame})},fallback:function(){"use strict";var id="spotify";tarteaucitron.fallback(["spotify_player"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.statcounter={key:"statcounter",type:"analytic",name:"StatCounter",uri:"https://fr.statcounter.com/about/legal/#privacy",needConsent:true,cookies:["sc_is_visitor_unique"],js:function(){"use strict";var uniqIds=[],i,uri="//statcounter.com/counter/counter.js";tarteaucitron.fallback(["statcounter-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);return'<div id="'+uniqId+'"></div>'});for(i=0;i<uniqIds.length;i+=1){tarteaucitron.makeAsync.init(uri,uniqIds[i])}},fallback:function(){"use strict";var id="statcounter";tarteaucitron.fallback(["statcounter-canvas"],tarteaucitron.engage(id))}};tarteaucitron.services.timelinejs={key:"timelinejs",type:"api",name:"Timeline JS",uri:"http://timeline.knightlab.com/#help",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["timelinejs-canvas"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Twitter iframe",spreadsheet_id=tarteaucitron.getElemAttr(x,"spreadsheet_id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),lang=tarteaucitron.getElemAttr(x,"lang_2_letter"),font=tarteaucitron.getElemAttr(x,"font"),map=tarteaucitron.getElemAttr(x,"map"),start_at_end=tarteaucitron.getElemAttr(x,"start_at_end"),hash_bookmark=tarteaucitron.getElemAttr(x,"hash_bookmark"),start_at_slide=tarteaucitron.getElemAttr(x,"start_at_slide"),start_zoom=tarteaucitron.getElemAttr(x,"start_zoom"),url="//cdn.knightlab.com/libs/timeline/latest/embed/index.html?source="+spreadsheet_id+"&font="+font+"&maptype="+map+"&lang="+lang+"&start_at_end="+start_at_end+"&hash_bookmark="+hash_bookmark+"&start_at_slide="+start_at_slide+"&start_zoom_adjust="+start_zoom+"&height="+height;return'<iframe title="'+frame_title+'" src="'+url+'" width="'+width+'" height="'+height+'" allowtransparency allowfullscreen></iframe>'})},fallback:function(){"use strict";var id="timelinejs";tarteaucitron.fallback(["timelinejs-canvas"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.tagcommander={key:"tagcommander",type:"api",name:"TagCommander",uri:"https://www.commandersact.com/en/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.tagcommanderid===undefined){return}tarteaucitron.addScript("https://cdn.tagcommander.com/"+tarteaucitron.user.tagcommanderid+".js")}};tarteaucitron.services.typekit={key:"typekit",type:"api",name:"Typekit (adobe)",uri:"https://www.adobe.com/privacy.html",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.typekitId===undefined){return}tarteaucitron.addScript("//use.typekit.net/"+tarteaucitron.user.typekitId+".js","",function(){try{Typekit.load()}catch(e){}})}};tarteaucitron.services.twenga={key:"twenga",type:"ads",name:"Twenga",uri:"http://www.twenga.com/privacy.php",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.twengaId===undefined||tarteaucitron.user.twengaLocale===undefined){return}tarteaucitron.addScript("//tracker.twenga."+tarteaucitron.user.twengaLocale+"/st/tracker_"+tarteaucitron.user.twengaId+".js")}};tarteaucitron.services.twitter={key:"twitter",type:"social",name:"X (formerly Twitter)",uri:"https://support.twitter.com/articles/20170514",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tacTwitter"],"");tarteaucitron.addScript("//platform.twitter.com/widgets.js","twitter-wjs")},fallback:function(){"use strict";var id="twitter";tarteaucitron.fallback(["tacTwitter"],tarteaucitron.engage(id))}};tarteaucitron.services.twitterembed={key:"twitterembed",type:"social",name:"X (formerly Twitter) cards",uri:"https://support.twitter.com/articles/20170514",needConsent:true,cookies:[],js:function(){"use strict";var uniqIds=[],i,e,html;tarteaucitron.fallback(["twitterembed-canvas"],function(x){var uniqId="_"+Math.random().toString(36).substr(2,9);uniqIds.push(uniqId);html='<div id="'+uniqId+'" ';html+='tweetid="'+tarteaucitron.getElemAttr(x,"tweetid")+'" ';html+='theme="'+tarteaucitron.getElemAttr(x,"theme")+'" ';html+='cards="'+tarteaucitron.getElemAttr(x,"cards")+'" ';html+='conversation="'+tarteaucitron.getElemAttr(x,"conversation")+'" ';html+='data-width="'+tarteaucitron.getElemAttr(x,"data-width")+'" ';html+='data-align="'+tarteaucitron.getElemAttr(x,"data-align")+'" ';html+="></div>";return html});tarteaucitron.addScript("//platform.twitter.com/widgets.js","twitter-wjs",function(){var i;for(i=0;i<uniqIds.length;i+=1){e=document.getElementById(uniqIds[i]);twttr.widgets.createTweet(e.getAttribute("tweetid"),e,{theme:e.getAttribute("theme"),cards:e.getAttribute("cards"),conversation:e.getAttribute("conversation"),lang:tarteaucitron.getLanguage(),dnt:true,width:e.getAttribute("data-width"),align:e.getAttribute("data-align")})}})},fallback:function(){"use strict";var id="twitterembed";tarteaucitron.fallback(["twitterembed-canvas"],function(elem){elem.style.width=elem.getAttribute("data-width")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.twittertimeline={key:"twittertimeline",type:"social",name:"X (formerly Twitter) timelines",uri:"https://support.twitter.com/articles/20170514",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tacTwitterTimelines"],"");tarteaucitron.addScript("https://platform.twitter.com/widgets.js","twitter-wjs")},fallback:function(){"use strict";var id="twittertimeline";tarteaucitron.fallback(["tacTwitterTimelines"],tarteaucitron.engage(id))}};tarteaucitron.services.twitteruwt={key:"twitteruwt",type:"analytic",name:"X (formerly Twitter) Universal Website Tag",uri:"https://business.twitter.com/en/help/campaign-measurement-and-analytics/conversion-tracking-for-websites.html",needConsent:true,cookies:[],js:function(){"use strict";window.twq=function(){window.twq.exe?window.twq.exe.apply(window.twq,arguments):window.twq.queue.push(arguments)};window.twq.version="1.1";window.twq.queue=[];tarteaucitron.addScript("https://static.ads-twitter.com/uwt.js","",function(){window.twq("init",tarteaucitron.user.twitteruwtId);window.twq("track","PageView")})}};tarteaucitron.services.uservoice={key:"uservoice",type:"support",name:"UserVoice",uri:"https://www.uservoice.com/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.userVoiceApi===undefined){return}tarteaucitron.addScript("//widget.uservoice.com/"+tarteaucitron.user.userVoiceApi+".js")}};tarteaucitron.services.vimeo={key:"vimeo",type:"video",name:"Vimeo",uri:"https://vimeo.com/privacy",needConsent:true,cookies:["__utmt_player","__utma","__utmb","__utmc","__utmv","vuid","__utmz","player"],js:function(){"use strict";tarteaucitron.fallback(["vimeo_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Vimeo iframe",video_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",video_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",video_id=tarteaucitron.getElemAttr(x,"videoID"),video_hash=tarteaucitron.getElemAttr(x,"data-hash")||"",video_allowfullscreen=tarteaucitron.getElemAttr(x,"data-allowfullscreen"),video_qs="",attrs=["title","byline","portrait","loop","autoplay","autopause","background","color","controls","maxheight","maxwidth","muted","playsinline","speed","transparent"],params=attrs.filter(function(a){return tarteaucitron.getElemAttr(x,a)!==null}).map(function(a){return a+"="+tarteaucitron.getElemAttr(x,a)}),video_frame;if(video_id===undefined){return""}if(video_hash.length>0){params.push("h="+video_hash)}if(params.length>0){video_qs="?"+params.join("&")}if(video_width!==undefined){frame_width+='"'+video_width+'" '}else{frame_width+='"" '}if(video_height!==undefined){frame_height+='"'+video_height+'" '}else{frame_height+='"" '}video_frame='<iframe title="'+frame_title+'" src="//player.vimeo.com/video/'+video_id+video_qs+'" '+frame_width+frame_height+(video_allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>";return video_frame})},fallback:function(){"use strict";var id="vimeo";tarteaucitron.fallback(["vimeo_player"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.visualrevenue={key:"visualrevenue",type:"analytic",name:"VisualRevenue",uri:"http://www.outbrain.com/legal/privacy-713/",needConsent:true,cookies:["__vrf","__vrm","__vrl","__vry","__vru","__vrid","__vrz"],js:function(){"use strict";if(tarteaucitron.user.visualrevenueId===undefined){return}window._vrq=window._vrq||[];window._vrq.push(["id",tarteaucitron.user.visualrevenueId]);window._vrq.push(["automate",true]);window._vrq.push(["track",function(){}]);tarteaucitron.addScript("http://a.visualrevenue.com/vrs.js")}};tarteaucitron.services.verizondottag={key:"verizondottag",type:"analytic",name:"Verizon Dot Tag",uri:"https://developer.verizonmedia.com/native/guide/audience-management/dottags/",needConsent:true,cookies:[],js:function(){"use strict";window.dotq=window.dotq||[];window.dotq.push({projectId:tarteaucitron.user.verizondottagProjectId,properties:{pixelId:tarteaucitron.user.verizondottagPixelId}});tarteaucitron.addScript("https://s.yimg.com/wi/ytc.js","",function(){window.dotq=[];window.dotq.push=function(item){YAHOO.ywa.I13N.fireBeacon([item])};YAHOO.ywa.I13N.fireBeacon(items)})}};tarteaucitron.services.vshop={key:"vshop",type:"ads",name:"vShop",uri:"http://vshop.fr/privacy-policy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["vcashW"],"");tarteaucitron.addScript("//vshop.fr/js/w.js")},fallback:function(){"use strict";var id="vshop";tarteaucitron.fallback(["vcashW"],tarteaucitron.engage(id))}};tarteaucitron.services.wysistat={key:"wysistat",type:"analytic",name:"Wysistat",uri:"http://wysistat.net/contact/",needConsent:true,cookies:["Wysistat"],js:function(){"use strict";if(tarteaucitron.user.wysistat===undefined){return}tarteaucitron.addScript("//www.wysistat.com/statistique.js","",function(){window.stat(tarteaucitron.user.wysistat.cli,tarteaucitron.user.wysistat.frm,tarteaucitron.user.wysistat.prm,tarteaucitron.user.wysistat.ce,tarteaucitron.user.wysistat.page,tarteaucitron.user.wysistat.roi,tarteaucitron.user.wysistat.prof,tarteaucitron.user.wysistat.cpt)})}};tarteaucitron.services.xiti={key:"xiti",type:"analytic",name:"Xiti",uri:"https://www.atinternet.com/rgpd-et-vie-privee/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.xitiId===undefined){return}var Xt_param="s="+tarteaucitron.user.xitiId+"&p=",Xt_r,Xt_h,Xt_i,Xt_s,div=document.createElement("div");try{Xt_r=top.document.referrer}catch(e){Xt_r=document.referrer}Xt_h=new Date;Xt_i='<img style="display:none" border="0" alt="" ';Xt_i+='src="http://logv3.xiti.com/hit.xiti?'+Xt_param;Xt_i+="&hl="+Xt_h.getHours()+"x"+Xt_h.getMinutes()+"x"+Xt_h.getSeconds();if(parseFloat(navigator.appVersion)>=4){Xt_s=screen;Xt_i+="&r="+Xt_s.width+"x"+Xt_s.height+"x"+Xt_s.pixelDepth+"x"+Xt_s.colorDepth}div.innerHTML=Xt_i+"&ref="+Xt_r.replace(/[<>"]/g,"").replace(/&/g,"$")+'" title="Internet Audience">';document.getElementsByTagName("body")[0].appendChild(div.firstChild);if(typeof tarteaucitron.user.xitiMore==="function"){tarteaucitron.user.xitiMore()}}};tarteaucitron.services.atinternet={key:"atinternet",type:"analytic",name:"AT Internet (privacy by design)",uri:"https://www.atinternet.com/rgpd-et-vie-privee/",needConsent:true,safeanalytic:false,cookies:["atidvisitor","atreman","atredir","atsession"],js:function(){"use strict";if(tarteaucitron.user.atLibUrl===undefined){return}if(tarteaucitron.user.atinternetAlreadyLoaded!==undefined){return}tarteaucitron.addScript(tarteaucitron.user.atLibUrl,"",function(){window.tag=new ATInternet.Tracker.Tag;if(typeof window.tag.privacy!=="undefined"){window.tag.privacy.setVisitorOptin()}if(typeof tarteaucitron.user.atMore==="function"){tarteaucitron.user.atMore()}if(tarteaucitron.user.atinternetSendData!==false){window.tag.page.send()}})},fallback:function(){"use strict";if(tarteaucitron.user.atLibUrl===undefined){return}if(tarteaucitron.user.atNoFallback===true){return}tarteaucitron.user.atinternetAlreadyLoaded=true;tarteaucitron.addScript(tarteaucitron.user.atLibUrl,"",function(){window.tag=new ATInternet.Tracker.Tag;if(typeof window.tag.privacy!=="undefined"){var visitorMode=window.tag.privacy.getVisitorMode();if(visitorMode!==null&&visitorMode.name!==undefined&&visitorMode.name=="optout"){window.tag.privacy.setVisitorOptout()}else{window.tag.privacy.setVisitorMode("cnil","exempt")}}if(typeof tarteaucitron.user.atMore==="function"){tarteaucitron.user.atMore()}if(tarteaucitron.user.atinternetSendData!==false){window.tag.page.send()}})}};tarteaucitron.services.atinternethightrack={key:"atinternethightrack",type:"analytic",name:"AT Internet",uri:"https://www.atinternet.com/rgpd-et-vie-privee/",needConsent:true,cookies:["atidvisitor","atreman","atredir","atsession"],js:function(){"use strict";if(tarteaucitron.user.atLibUrl===undefined){return}tarteaucitron.addScript(tarteaucitron.user.atLibUrl,"",function(){var tag=new ATInternet.Tracker.Tag;if(typeof tarteaucitron.user.atMore==="function"){tarteaucitron.user.atMore()}})}};tarteaucitron.services.youtube={key:"youtube",type:"video",name:"YouTube",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["VISITOR_INFO1_LIVE","YSC","PREF","GEUP"],js:function(){"use strict";tarteaucitron.fallback(["youtube_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Youtube iframe",video_id=tarteaucitron.getElemAttr(x,"videoID"),srcdoc=tarteaucitron.getElemAttr(x,"srcdoc"),loading=tarteaucitron.getElemAttr(x,"loading"),video_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",video_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",video_frame,allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),start=tarteaucitron.getElemAttr(x,"start"),end=tarteaucitron.getElemAttr(x,"end"),attrs=["theme","rel","controls","showinfo","autoplay","mute","start","end","loop","enablejsapi"],params=attrs.filter(function(a){return tarteaucitron.getElemAttr(x,a)!==null}).map(function(a){return a+"="+tarteaucitron.getElemAttr(x,a)}).join("&");if(tarteaucitron.getElemAttr(x,"loop")==1){params=params+"&playlist="+video_id}if(video_id===undefined){return""}if(video_width!==undefined){frame_width+='"'+video_width+'" '}else{frame_width+='"" '}if(video_height!==undefined){frame_height+='"'+video_height+'" '}else{frame_height+='"" '}if(srcdoc!==undefined&&srcdoc!==null&&srcdoc!==""){srcdoc='srcdoc="'+srcdoc+'" '}else{srcdoc=""}if(loading!==undefined&&loading!==null&&loading!==""){loading="loading "}else{loading=""}video_frame='<iframe title="'+frame_title+'" type="text/html" '+frame_width+frame_height+' src="//www.youtube-nocookie.com/embed/'+video_id+"?"+params+'"'+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+" "+srcdoc+" "+loading+"></iframe>";return video_frame})},fallback:function(){"use strict";var id="youtube";tarteaucitron.fallback(["youtube_player"],function(elem){elem.style.width=tarteaucitron.getElemAttr(elem,"width")+"px";elem.style.height=tarteaucitron.getElemAttr(elem,"height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.youtubeplaylist={key:"youtubeplaylist",type:"video",name:"YouTube (playlist)",uri:"https://policies.google.com/privacy",needConsent:true,cookies:["VISITOR_INFO1_LIVE","YSC","PREF","GEUP"],js:function(){"use strict";tarteaucitron.fallback(["youtube_playlist_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Youtube iframe",playlist_id=tarteaucitron.getElemAttr(x,"playlistID"),video_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",video_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",video_frame,allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),params="theme="+tarteaucitron.getElemAttr(x,"theme")+"&rel="+tarteaucitron.getElemAttr(x,"rel")+"&controls="+tarteaucitron.getElemAttr(x,"controls")+"&showinfo="+tarteaucitron.getElemAttr(x,"showinfo")+"&autoplay="+tarteaucitron.getElemAttr(x,"autoplay")+"&mute="+tarteaucitron.getElemAttr(x,"mute");if(playlist_id===undefined){return""}if(video_width!==undefined){frame_width+='"'+video_width+'" '}else{frame_width+='"" '}if(video_height!==undefined){frame_height+='"'+video_height+'" '}else{frame_height+='"" '}video_frame='<iframe title="'+frame_title+'" type="text/html" '+frame_width+frame_height+' src="//www.youtube-nocookie.com/embed/videoseries?list='+playlist_id+"&"+params+'"'+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>";return video_frame})},fallback:function(){"use strict";var id="youtubeplaylist";tarteaucitron.fallback(["youtube_playlist_player"],function(elem){elem.style.width=tarteaucitron.getElemAttr(elem,"width")+"px";elem.style.height=tarteaucitron.getElemAttr(elem,"height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.zopim={key:"zopim",type:"support",name:"Zopim",uri:"https://www.zopim.com/privacy",needConsent:true,cookies:["__zlcid","__zprivacy"],js:function(){"use strict";if(tarteaucitron.user.zopimID===undefined){return}tarteaucitron.addScript("//v2.zopim.com/?"+tarteaucitron.user.zopimID)}};tarteaucitron.services.kameleoon={key:"kameleoon",type:"analytic",name:"Kameleoon",uri:"https://www.kameleoon.com/fr/compliance/rgpd",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.kameleoon!==undefined){tarteaucitron.addScript("https://"+tarteaucitron.user.kameleoon+".kameleoon.eu/kameleoon.js")}}};tarteaucitron.services.linkedininsighttag={key:"linkedininsighttag",type:"ads",name:"Linkedin Insight",uri:"https://www.linkedin.com/legal/cookie_policy",needConsent:true,cookies:["li_fat_id"],js:function(){"use strict";if(tarteaucitron.user.linkedininsighttag!==undefined){window._linkedin_data_partner_ids=window._linkedin_data_partner_ids||[];window._linkedin_data_partner_ids.push(tarteaucitron.user.linkedininsighttag)}tarteaucitron.addScript("https://snap.licdn.com/li.lms-analytics/insight.min.js")}};tarteaucitron.services.xiti_smarttag={key:"xiti_smarttag",type:"analytic",name:"Xiti (SmartTag)",uri:"https://www.atinternet.com/rgpd-et-vie-privee/",needConsent:true,cookies:["atidvisitor","atreman","atredir","atsession","attvtreman","attvtsession"],js:function(){"use strict";if(tarteaucitron.user.xiti_smarttagLocalPath!==undefined){tarteaucitron.addScript(tarteaucitron.user.xiti_smarttagLocalPath,"smarttag",null,null,"onload","addTracker();")}else{var xitiSmarttagId=tarteaucitron.user.xiti_smarttagSiteId;if(xitiSmarttagId===undefined){return}tarteaucitron.addScript("//tag.aticdn.net/"+xitiSmarttagId+"/smarttag.js","smarttag",null,null,"onload","addTracker();")}}};tarteaucitron.services.facebookpixel={key:"facebookpixel",type:"ads",name:"Facebook Pixel",uri:"https://www.facebook.com/policy.php",needConsent:true,cookies:["datr","fr","reg_ext_ref","reg_fb_gate","reg_fb_ref","sb","wd","x-src","_fbp"],js:function(){"use strict";var n;if(window.fbq)return;n=window.fbq=function(){n.callMethod?n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!window._fbq)window._fbq=n;n.push=n;n.loaded=!0;n.version="2.0";n.queue=[];tarteaucitron.addScript("https://connect.facebook.net/en_US/fbevents.js");fbq("init",tarteaucitron.user.facebookpixelId);fbq("track","PageView");if(typeof tarteaucitron.user.facebookpixelMore==="function"){tarteaucitron.user.facebookpixelMore()}}};tarteaucitron.services.issuu={key:"issuu",type:"other",name:"Issuu",uri:"https://issuu.com/legal/privacy",needConsent:true,cookies:["__qca","iutk","mc"],js:function(){"use strict";tarteaucitron.fallback(["issuu_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Issuu iframe",issuu_id=tarteaucitron.getElemAttr(x,"issuuID"),issuu_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",issuu_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",issuu_frame,issuu_embed;if(issuu_id===undefined){return""}if(issuu_width!==undefined){frame_width+='"'+issuu_width+'" '}else{frame_width+='"" '}if(issuu_height!==undefined){frame_height+='"'+issuu_height+'" '}else{frame_height+='"" '}if(issuu_id.match(/\d+\/\d+/)){issuu_embed="#"+issuu_id}else if(issuu_id.match(/d=(.*)&u=(.*)/)){issuu_embed="?"+issuu_id}issuu_frame='<iframe title="'+frame_title+'" type="text/html" '+frame_width+frame_height+' src="//e.issuu.com/embed.html'+issuu_embed+'"></iframe>';return issuu_frame})},fallback:function(){"use strict";var id="issuu";tarteaucitron.fallback(["issuu_player"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.webmecanik={key:"webmecanik",type:"analytic",name:"Webmecanik",uri:"https://webmecanik.com/tos",needConsent:true,cookies:["mtc_id","mtc_sid"],js:function(){"use strict";if(tarteaucitron.user.webmecanikurl===undefined){return}window.MauticTrackingObject="mt";window.mt=window.mt||function(){window.mt.q=window.mt.q||[];window.mt.q.push(arguments)};tarteaucitron.addScript(tarteaucitron.user.webmecanikurl,"",function(){mt("send","pageview")})}};tarteaucitron.services.multiplegtag={key:"multiplegtag",type:"analytic",name:"Google Analytics (gtag.js)",uri:"https://support.google.com/analytics/answer/6004245",needConsent:true,cookies:function(){var cookies=["_ga","_gat","_gid","__utma","__utmb","__utmc","__utmt","__utmz","_gcl_au"];if(tarteaucitron.user.multiplegtagUa!==undefined){tarteaucitron.user.multiplegtagUa.forEach(function(ua){cookies.push("_gat_gtag_"+ua.replace(/-/g,"_"));cookies.push("_ga_"+ua.replace(/G-/g,""))})}return cookies}(),js:function(){"use strict";window.dataLayer=window.dataLayer||[];if(tarteaucitron.user.multiplegtagUa!==undefined){tarteaucitron.user.multiplegtagUa.forEach(function(ua){tarteaucitron.addScript("https://www.googletagmanager.com/gtag/js?id="+ua,"",function(){window.gtag=function gtag(){dataLayer.push(arguments)};gtag("js",new Date);var additional_config_info=timeExpire!==undefined?{anonymize_ip:true,cookie_expires:timeExpire/1e3}:{anonymize_ip:true};gtag("config",ua,additional_config_info)})})}},fallback:function(){if(tarteaucitron.parameters.googleConsentMode===true){this.js()}}};tarteaucitron.services.koban={key:"koban",type:"analytic",name:"Koban",uri:"https://koban.cloud/tos",needConsent:true,cookies:["kbntrk"],js:function(){"use strict";if(tarteaucitron.user.kobanurl===undefined){return}if(tarteaucitron.user.kobanapi===undefined){return}window.KobanObject="kb";window.kb=window.kb||function(){window.kb.q=window.kb.q||[];window.kb.q.push(arguments)};window.kb.l=new Date;kb("reg",tarteaucitron.user.kobanapi);tarteaucitron.addScript(tarteaucitron.user.kobanurl,"",function(){})}};tarteaucitron.services.matomo={key:"matomo",type:"analytic",name:"Matomo (privacy by design)",uri:"https://matomo.org/faq/general/faq_146/",needConsent:false,cookies:["_pk_ref","_pk_cvar","_pk_id","_pk_ses","_pk_hsr","piwik_ignore","_pk_uid"],js:function(){"use strict";if(tarteaucitron.user.matomoId===undefined){return}window._paq=window._paq||[];window._paq.push(["setSiteId",tarteaucitron.user.matomoId]);window._paq.push(["setTrackerUrl",tarteaucitron.user.matomoHost+"piwik.php"]);window._paq.push(["setDoNotTrack",1]);window._paq.push(["trackPageView"]);window._paq.push(["setIgnoreClasses",["no-tracking","colorbox"]]);window._paq.push(["enableLinkTracking"]);if(typeof tarteaucitron.user.matomoMore==="function"){tarteaucitron.user.matomoMore()}window._paq.push([function(){var self=this;function getOriginalVisitorCookieTimeout(){var now=new Date,nowTs=Math.round(now.getTime()/1e3),visitorInfo=self.getVisitorInfo();var createTs=parseInt(visitorInfo[2]);var cookieTimeout=33696e3;var originalTimeout=createTs+cookieTimeout-nowTs;return originalTimeout}this.setVisitorCookieTimeout(getOriginalVisitorCookieTimeout())}]);tarteaucitron.addScript(tarteaucitron.user.matomoHost+"piwik.js","","",true,"defer",true);var interval=setInterval(function(){if(typeof Piwik==="undefined")return;clearInterval(interval);Piwik.getTracker();var theCookies=document.cookie.split(";");for(var i=1;i<=theCookies.length;i++){var cookie=theCookies[i-1].split("=");var cookieName=cookie[0].trim();if(cookieName.indexOf("_pk_")===0){tarteaucitron.services.matomo.cookies.push(cookieName)}}},100)}};tarteaucitron.services.matomohightrack={key:"matomohightrack",type:"analytic",name:"Matomo",uri:"https://matomo.org/faq/general/faq_146/",needConsent:false,cookies:["_pk_ref","_pk_cvar","_pk_id","_pk_ses","_pk_hsr","piwik_ignore","_pk_uid"],js:function(){"use strict";if(tarteaucitron.user.matomoId===undefined){return}window._paq=window._paq||[];window._paq.push(["setSiteId",tarteaucitron.user.matomoId]);window._paq.push(["setTrackerUrl",tarteaucitron.user.matomoHost+"piwik.php"]);window._paq.push(["trackPageView"]);window._paq.push(["setIgnoreClasses",["no-tracking","colorbox"]]);window._paq.push(["enableLinkTracking"]);window._paq.push([function(){var self=this}]);tarteaucitron.addScript(tarteaucitron.user.matomoHost+"piwik.js","","",true,"defer",true);var interval=setInterval(function(){if(typeof Piwik==="undefined")return;clearInterval(interval);Piwik.getTracker();var theCookies=document.cookie.split(";");for(var i=1;i<=theCookies.length;i++){var cookie=theCookies[i-1].split("=");var cookieName=cookie[0].trim();if(cookieName.indexOf("_pk_")===0){tarteaucitron.services.matomo.cookies.push(cookieName)}}},100)}};tarteaucitron.services.matomocloud={key:"matomocloud",type:"analytic",name:"Matomo Cloud (privacy by design)",uri:"https://matomo.org/faq/general/faq_146/",needConsent:true,cookies:["_pk_ref","_pk_cvar","_pk_id","_pk_ses","_pk_hsr","mtm_consent","matomo_ignore","matomo_sessid"],js:function(){"use strict";if(tarteaucitron.user.matomoId===undefined){return}window._paq=window._paq||[];window._paq.push(["requireConsent"]);window._paq.push(["setConsentGiven"]);window._paq.push(["setSiteId",tarteaucitron.user.matomoId]);window._paq.push(["setTrackerUrl",tarteaucitron.user.matomoHost+"matomo.php"]);window._paq.push(["enableLinkTracking"]);if(tarteaucitron.user.matomoDontTrackPageView!==true){window._paq.push(["trackPageView"])}if(tarteaucitron.user.matomoFullTracking===true){window._paq.push(["trackAllContentImpressions"])}if(tarteaucitron.user.matomoCustomJSPath===undefined||tarteaucitron.user.matomoCustomJSPath==""){tarteaucitron.addScript("https://cdn.matomo.cloud/matomo.js","","",true,"defer",true)}else{tarteaucitron.addScript(tarteaucitron.user.matomoCustomJSPath,"","",true,"defer",true)}var interval=setInterval(function(){if(typeof Matomo==="undefined")return;clearInterval(interval);Matomo.getTracker();var theCookies=document.cookie.split(";");for(var i=1;i<=theCookies.length;i++){var cookie=theCookies[i-1].split("=");var cookieName=cookie[0].trim();if(cookieName.indexOf("_pk_")===0){tarteaucitron.services.matomo.cookies.push(cookieName)}}},100)},fallback:function(){"use strict";if(tarteaucitron.user.matomoId===undefined){return}window._paq=window._paq||[];window._paq.push(["requireConsent"]);window._paq.push(["setSiteId",tarteaucitron.user.matomoId]);window._paq.push(["setTrackerUrl",tarteaucitron.user.matomoHost+"matomo.php"]);window._paq.push(["trackPageView"]);window._paq.push(["enableLinkTracking"]);if(tarteaucitron.user.matomoCustomJSPath===undefined||tarteaucitron.user.matomoCustomJSPath==""){tarteaucitron.addScript("https://cdn.matomo.cloud/matomo.js","","",true,"defer",true)}else{tarteaucitron.addScript(tarteaucitron.user.matomoCustomJSPath,"","",true,"defer",true)}}};tarteaucitron.services.matomotm={key:"matomotm",type:"api",name:"Matomo Tag Manager",uri:"https://matomo.org/privacy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.matomotmUrl===undefined){return}var _mtm=window._mtm=window._mtm||[];_mtm.push({"mtm.startTime":(new Date).getTime(),event:"mtm.Start"});tarteaucitron.addScript(tarteaucitron.user.matomotmUrl)}};tarteaucitron.services.hotjar={key:"hotjar",type:"analytic",name:"Hotjar",uri:"https://help.hotjar.com/hc/en-us/categories/115001323967-About-Hotjar",needConsent:true,cookies:["hjClosedSurveyInvites","_hjDonePolls","_hjMinimizedPolls","_hjShownFeedbackMessage","_hjAbsoluteSessionInProgress","_hjid"],js:function(){"use strict";if(tarteaucitron.user.hotjarId===undefined||tarteaucitron.user.HotjarSv===undefined){return}window.hj=window.hj||function(){(window.hj.q=window.hj.q||[]).push(arguments)};window._hjSettings={hjid:tarteaucitron.user.hotjarId,hjsv:tarteaucitron.user.HotjarSv};var uri="https://static.hotjar.com/c/hotjar-";var extension=".js?sv=";tarteaucitron.addScript(uri+window._hjSettings.hjid+extension+window._hjSettings.hjsv)}};tarteaucitron.services.bingads={key:"bingads",type:"ads",name:"Bing Ads Universal Event Tracking",uri:"https://advertise.bingads.microsoft.com/en-us/resources/policies/personalized-ads",needConsent:true,cookies:["_uetmsclkid","_uetvid","_uetsid"],js:function(){"use strict";window.uetq=window.uetq||[];tarteaucitron.addScript("https://bat.bing.com/bat.js","",function(){var bingadsCreate={ti:tarteaucitron.user.bingadsID};if("bingadsStoreCookies"in tarteaucitron.user){bingadsCreate["storeConvTrackCookies"]=tarteaucitron.user.bingadsStoreCookies}bingadsCreate.q=window.uetq;window.uetq=new UET(bingadsCreate);window.uetq.push("pageLoad");if(typeof tarteaucitron.user.bingadsMore==="function"){tarteaucitron.user.bingadsMore()}})}};tarteaucitron.services.matterport={key:"matterport",type:"other",name:"Matterport",uri:"https://matterport.com/es/legal/privacy-policy/",needConsent:true,cookies:["__cfduid","ajs_anonymous_id","ajs_group_id","ajs_user_id"],js:function(){"use strict";tarteaucitron.fallback(["matterport"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Matterport iframe",matterport_id=tarteaucitron.getElemAttr(x,"matterportID"),matterport_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",matterport_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",matterport_parameters=tarteaucitron.getElemAttr(x,"parameters"),matterport_allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen"),matterport_frame;if(matterport_id===undefined){return""}if(matterport_width!==undefined){frame_width+='"'+matterport_width+'" '}else{frame_width+='"" '}if(matterport_height!==undefined){frame_height+='"'+matterport_height+'" '}else{frame_height+='"" '}if(matterport_parameters===undefined){return""}matterport_frame='<iframe title="'+frame_title+'" type="text/html" '+frame_width+frame_height+' src="https://my.matterport.com/show/?m='+matterport_id+"&utm_source=hit-content"+matterport_parameters+'"'+(matterport_allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>";return matterport_frame})},fallback:function(){"use strict";var id="matterport";tarteaucitron.fallback(["matterport"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.adform={key:"adform",type:"ads",name:"Adform",uri:"https://site.adform.com/privacy-center/overview/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.adformpm===undefined||tarteaucitron.user.adformpagename===undefined){return}window._adftrack={pm:tarteaucitron.user.adformpm,divider:encodeURIComponent("|"),pagename:encodeURIComponent(tarteaucitron.user.adformpagename)};tarteaucitron.addScript("https://track.adform.net/serving/scripts/trackpoint/async/")}};tarteaucitron.services.activecampaign={key:"activecampaign",type:"ads",name:"Active Campaign",uri:"https://www.activecampaign.com/privacy-policy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.actid===undefined){return}window.trackcmp_email="";tarteaucitron.addScript("https://trackcmp.net/visit?actid="+tarteaucitron.user.actid+"&e="+encodeURIComponent(trackcmp_email)+"&r="+encodeURIComponent(document.referrer)+"&u="+encodeURIComponent(window.location.href))}};tarteaucitron.services.tawkto={key:"tawkto",type:"support",name:"Tawk.to chat",uri:"https://www.tawk.to/data-protection/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.tawktoId===undefined){return}tarteaucitron.user.tawktoWidgetId=tarteaucitron.user.tawktoWidgetId||"default";window.Tawk_API=window.Tawk_API||{};window.Tawk_LoadStart=new Date;tarteaucitron.addScript("https://embed.tawk.to/"+tarteaucitron.user.tawktoId+"/"+tarteaucitron.user.tawktoWidgetId)}};tarteaucitron.services.getquanty={key:"getquanty",type:"analytic",name:"GetQuanty",uri:"https://www.getquanty.com/mentions-legales/",needConsent:true,cookies:["_first_pageview","eqy_sessionid","eqy_siteid","cluid","eqy_company","cluid","gq_utm","_jsuid"],js:function(){"use strict";if(tarteaucitron.user.getguanty===undefined){return}if(tarteaucitron.user.getquantyAlreadyLoaded!==undefined){return}tarteaucitron.addScript("https://get.smart-data-systems.com/gq?site_id="+tarteaucitron.user.getguanty+"&consent=1")},fallback:function(){"use strict";if(tarteaucitron.user.getguanty===undefined){return}tarteaucitron.user.getquantyAlreadyLoaded=true;tarteaucitron.addScript("https://get.smart-data-systems.com/gq?site_id="+tarteaucitron.user.getguanty+"¬rack=1")}};tarteaucitron.services.emolytics={key:"emolytics",type:"analytic",name:"Emolytics",uri:"https://www.emolytics.com/main/privacy-policy.php",needConsent:true,cookies:["__hssc","__hssrc","__hstc","_ga","_gid","hubspotutk","lang","incap_ses_","nlbi_","visid_incap_"],js:function(){"use strict";if(tarteaucitron.user.emolyticsID===undefined){return}var scriptEmolytics=document.createElement("script");scriptEmolytics.text='var getsmily_id="'+tarteaucitron.user.emolyticsID+'";';document.getElementsByTagName("body")[0].appendChild(scriptEmolytics);tarteaucitron.addScript("https://cdn.emolytics.com/script/emolytics-widget.js")}};tarteaucitron.services.youtubeapi={key:"youtubeapi",type:"video",name:"Youtube (Js API)",uri:"https://policies.google.com/privacy",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://www.youtube.com/player_api")}};tarteaucitron.services.faciliti={key:"faciliti",type:"other",name:"Facil'ITI",uri:"https://ws.facil-iti.com/mentions-legales.html",needConsent:true,cookies:["FACIL_ITI_LS"],js:function(){"use strict";if(tarteaucitron.user.facilitiID===undefined){return}(function(w,d,s,f){w[f]=w[f]||{conf:function(){(w[f].data=w[f].data||[]).push(arguments)}};var l=d.createElement(s),e=d.getElementsByTagName(s)[0];l.async=1;l.src="https://ws.facil-iti.com/tag/faciliti-tag.min.js";e.parentNode.insertBefore(l,e)})(window,document,"script","FACIL_ITI");FACIL_ITI.conf("userId",tarteaucitron.user.facilitiID)}};tarteaucitron.services.userlike={key:"userlike",type:"support",name:"Userlike",uri:"https://www.userlike.com/en/terms#privacy-policy",needConsent:true,cookies:["uslk_s","uslk_e"],js:function(){"use strict";if(tarteaucitron.user.userlikeKey===undefined){return}tarteaucitron.addScript("//userlike-cdn-widgets.s3-eu-west-1.amazonaws.com/"+tarteaucitron.user.userlikeKey)}};tarteaucitron.services.adobeanalytics={key:"adobeanalytics",type:"analytic",name:"Adobe Analytics",uri:"https://www.adobe.com/privacy/policy.html",needConsent:true,cookies:["s_ecid","s_cc","s_sq","s_vi","s_fid"],js:function(){"use strict";if(tarteaucitron.user.adobeanalyticskey===undefined){return}tarteaucitron.addScript("//assets.adobedtm.com/launch-"+tarteaucitron.user.adobeanalyticskey+".min.js")}};tarteaucitron.services.woopra={key:"woopra",type:"analytic",name:"Woopra Customer Journey Analytics",uri:"https://www.woopra.com/privacy",needConsent:true,cookies:["wooTracker","intercom-session-erbfalba","intercom-id-erbfalba"],js:function(){"use strict";(function(){var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/w.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)})("woopra");woopra.config({domain:tarteaucitron.user.woopraDomain});woopra.track()}};tarteaucitron.services.ausha={key:"ausha",type:"video",name:"Ausha",uri:"https://www.ausha.co/protection-personal-data/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["ausha_player"],function(x){var player_height=tarteaucitron.getElemAttr(x,"data-height"),podcast_id=tarteaucitron.getElemAttr(x,"data-podcast-id"),player_id=tarteaucitron.getElemAttr(x,"data-player-id"),playlist=tarteaucitron.getElemAttr(x,"data-playlist"),useshowid=tarteaucitron.getElemAttr(x,"data-useshowid"),color=tarteaucitron.getElemAttr(x,"data-color");if(podcast_id===undefined){return""}var src="https://player.ausha.co/index.html?podcastId="+podcast_id+"&v=3";if(useshowid=="1"){src="https://player.ausha.co/index.html?showId="+podcast_id+"&v=3"}if(playlist&&playlist.length>0)src+="&playlist="+playlist;if(color&&color.length>0)src+="&color="+color.replace("#","%23");if(player_id&&player_id.length>0)src+="&playerId="+player_id;return'<iframe id="'+player_id+'" loading="lazy" width="100%" height="'+player_height+'" scrolling="no" frameborder="no" src="'+src+'"></iframe>'});tarteaucitron.addScript("//player.ausha.co/ausha-player.js","ausha-player")},fallback:function(){"use strict";tarteaucitron.fallback(["ausha_player"],function(elem){elem.style.height=elem.getAttribute("data-height")+"px";return tarteaucitron.engage("ausha")})}};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")}};tarteaucitron.services.bandcamp={key:"bandcamp",type:"video",name:"Bandcamp",uri:"https://bandcamp.com",readmoreLink:"https://bandcamp.com/privacy",needConsent:true,cookies:["client_id","BACKENDID","_comm_playlist"],js:function(){"use strict";tarteaucitron.fallback(["bandcamp_player"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Bandcamp iframe",album_id=tarteaucitron.getElemAttr(x,"albumID"),bandcamp_width=tarteaucitron.getElemAttr(x,"width"),frame_width="width=",bandcamp_height=tarteaucitron.getElemAttr(x,"height"),frame_height="height=",attrs=["size","bgcol","linkcol","artwork","minimal","tracklist","package","transparent"],params=attrs.filter(function(a){return tarteaucitron.getElemAttr(x,a)!==null}).map(function(a){if(a&&a.length>0)return a+"="+tarteaucitron.getElemAttr(x,a)}).join("/");if(album_id===null){return""}if(bandcamp_width!==null||bandcamp_width!==""){frame_width+='"'+bandcamp_width+'" '}else{frame_width+='"" '}if(bandcamp_height!==null||bandcamp_height!==""){frame_height+='"'+bandcamp_height+'" '}else{frame_height+='"" '}var src="https://bandcamp.com/EmbeddedPlayer/album="+album_id+"/"+params;return'<iframe title="'+frame_title+'"'+frame_width+frame_height+'src="'+src+'" frameborder="0" allowfullscreen seamless></iframe>'})},fallback:function(){"use strict";tarteaucitron.fallback(["bandcamp_player"],function(elem){elem.style.width=elem.getAttribute("width");elem.style.height=elem.getAttribute("height");return tarteaucitron.engage("bandcamp")})}};tarteaucitron.services.discord={key:"discord",type:"social",name:"Discord (Server Widget)",needConsent:true,cookies:["__cfruid","__dcfduid","_ga","_gcl_au","OptanonConsent","locale","_gid"],uri:"https://discord.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["discord_widget"],function(x){var id=tarteaucitron.getElemAttr(x,"guildID"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");var widgetURL="https://discord.com/widget?id="+id;return'<iframe width="'+width+'" height="'+height+'" src="'+widgetURL+'"></iframe>'})},fallback:function(){"use strict";var id="discord";tarteaucitron.fallback(["discord_widget"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.maps_noapi={key:"maps_noapi",type:"other",name:"Google Maps",needConsent:true,cookies:["NID","OGPC","1P_JAR","CONSENT"],uri:"https://policies.google.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["googlemaps_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");var widgetURL="https://www.google.com/maps/embed?pb="+id;return'<iframe width="'+width+'" height="'+height+'" src="'+widgetURL+'" style="border:0;" allowfullscreen="" loading="lazy"></iframe>'})},fallback:function(){"use strict";var id="maps_noapi";tarteaucitron.fallback(["googlemaps_embed"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.hcaptcha={key:"hcaptcha",type:"other",name:"hCaptcha",needConsent:true,cookies:[],uri:"https://www.hcaptcha.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["h-captcha"],"");tarteaucitron.addScript("https://hcaptcha.com/1/api.js","hcaptcha")},fallback:function(){"use strict";var id="hcaptcha";tarteaucitron.fallback(["h-captcha"],tarteaucitron.engage(id))}};tarteaucitron.services.fculture={key:"fculture",type:"video",name:"France Culture",needConsent:true,cookies:["_gid","didomi_token","outbrain_cid_fetch","xtvrn","xtant","YSC","ABTasty","xtan","ABTastySession","xtidc","_ga","VISITOR_INFO1_LIVE","euconsent-v2","v1st","dmvk","ts","VISITOR_INFO1_LIVE","YSC"],uri:"https://www.radiofrance.com/politique-d-utilisation-des-cookies-sur-les-sites-internet-du-groupe-radio-france",js:function(){"use strict";tarteaucitron.fallback(["fculture_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");return'<iframe src="https://www.franceculture.fr/player/export-reecouter?content='+id+'" height="'+height+'" width="'+width+'"></iframe>'})},fallback:function(){"use strict";var id="fculture";tarteaucitron.fallback(["fculture_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.acast={key:"acast",type:"video",name:"Acast",needConsent:true,cookies:["intercom-id-ayi0335i","intercom-session-ayi0335i"],uri:"https://www.acast.com/en/privacy",js:function(){"use strict";tarteaucitron.fallback(["acast_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id1"),id2=tarteaucitron.getElemAttr(x,"id2"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),seek=tarteaucitron.getElemAttr(x,"seek");var widgetURL="https://embed.acast.com/"+id+"/"+id2+"?seek="+seek;return'<iframe title="Embed Player" width="'+width+'" height="'+height+'" src="'+widgetURL+'" scrolling="no" frameBorder="0" style="border: none; overflow: hidden;"></iframe>'})},fallback:function(){"use strict";var id="acast";tarteaucitron.fallback(["acast_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.mixcloud={key:"mixcloud",type:"video",name:"Mixcloud",needConsent:true,cookies:["UID","_gat","__stripe_mid","_gid","_ga","c","csrftoken","__stripe_sid","mx_t"],uri:"https://www.mixcloud.com/privacy/",js:function(){"use strict";tarteaucitron.fallback(["mixcloud_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),hidecover=tarteaucitron.getElemAttr(x,"hidecover"),mini=tarteaucitron.getElemAttr(x,"mini"),light=tarteaucitron.getElemAttr(x,"light"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");return'<iframe width="'+width+'" height="'+height+'" src="https://www.mixcloud.com/widget/iframe/?hide_cover='+hidecover+"&mini="+mini+"&light="+light+"&feed="+id+'" frameborder="0" ></iframe>'})},fallback:function(){"use strict";var id="mixcloud";tarteaucitron.fallback(["mixcloud_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.gagenda={key:"gagenda",type:"other",name:"Google Agenda",needConsent:true,cookies:["CONSENT","NID"],uri:"https://policies.google.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["gagenda_embed"],function(x){var calendar_data=tarteaucitron.getElemAttr(x,"data"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");return'<iframe loarding="lazy" width="'+width+'" height="'+height+'" src="https://www.google.com/calendar/embed?'+calendar_data+'" frameborder="0" scrolling="no" style="border-width:0"></iframe>'})},fallback:function(){"use strict";var id="gagenda";tarteaucitron.fallback(["gagenda_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.gdocs={key:"gdocs",type:"other",name:"Google Docs",needConsent:true,cookies:["CONSENT","NID"],uri:"https://policies.google.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["gdocs_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");return'<iframe width="'+width+'" height="'+height+'" src="https://docs.google.com/document/d/e/'+id+'/pub?embedded=true"></iframe>'})},fallback:function(){"use strict";var id="gdocs";tarteaucitron.fallback(["gdocs_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.gsheets={key:"gsheets",type:"other",name:"Google Sheets",needConsent:true,cookies:["CONSENT","NID"],uri:"https://policies.google.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["gsheets_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),headers=tarteaucitron.getElemAttr(x,"headers");return'<iframe width="'+width+'" height="'+height+'" src="https://docs.google.com/spreadsheets/d/e/'+id+"/pubhtml?widget=true&headers="+headers+'"></iframe>'})},fallback:function(){"use strict";var id="gsheets";tarteaucitron.fallback(["gsheets_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.gslides={key:"gslides",type:"other",name:"Google Slides",needConsent:true,cookies:["CONSENT","NID"],uri:"https://policies.google.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["gslides_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),autostart=tarteaucitron.getElemAttr(x,"autostart"),loop=tarteaucitron.getElemAttr(x,"loop"),delay=tarteaucitron.getElemAttr(x,"delay");return'<iframe width="'+width+'" height="'+height+'" src="https://docs.google.com/presentation/d/e/'+id+"/embed?start="+autostart+"&loop="+loop+"&delayms="+delay+'" frameborder="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>'})},fallback:function(){"use strict";var id="gslides";tarteaucitron.fallback(["gslides_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.gforms={key:"gforms",type:"other",name:"Google Forms",needConsent:true,cookies:["CONSENT","NID"],uri:"https://policies.google.com/privacy",js:function(){"use strict";tarteaucitron.fallback(["gforms_embed"],function(x){var id=tarteaucitron.getElemAttr(x,"id"),width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");return'<iframe width="'+width+'" height="'+height+'" src="https://docs.google.com/forms/d/e/'+id+'/viewform?embedded=true" frameborder="0" marginheight="0" marginwidth="0"></iframe>'})},fallback:function(){"use strict";var id="gforms";tarteaucitron.fallback(["gforms_embed"],tarteaucitron.engage(id))}};tarteaucitron.services.goptimize={key:"goptimize",type:"other",name:"Google Optimize",needConsent:true,cookies:["CONSENT","NID"],uri:"https://policies.google.com/privacy",js:function(){"use strict";if(tarteaucitron.user.goptimize===undefined){return}tarteaucitron.addScript("https://www.googleoptimize.com/optimize.js?id="+tarteaucitron.user.goptimize)}};tarteaucitron.services.marketomunchkin={key:"marketomunchkin",type:"api",name:"Marketo munchkin",uri:"https://documents.marketo.com/legal/cookies",needConsent:true,cookies:["OptAnon","_mkto_trk"],js:function(){"use strict";if(tarteaucitron.user.marketomunchkinkey===undefined){return}var didInit=false;function initMunchkin(){if(didInit===false){didInit=true;Munchkin.init(tarteaucitron.user.marketomunchkinkey)}}var s=document.createElement("script");s.type="text/javascript";s.async=true;s.src="//munchkin.marketo.net/munchkin.js";s.onreadystatechange=function(){if(this.readyState=="complete"||this.readyState=="loaded"){initMunchkin()}};s.onload=initMunchkin;document.getElementsByTagName("head")[0].appendChild(s)}};tarteaucitron.services.outbrain={key:"outbrain",type:"ads",name:"Outbrain",uri:"https://www.outbrain.com/fr/advertisers/guidelines/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://widgets.outbrain.com/outbrain.js")}};tarteaucitron.services.affilae={key:"affilae",type:"ads",name:"Affilae",uri:"https://affilae.com/en/privacy-cookie-policy/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.affilae===undefined){return}window._ae={pid:tarteaucitron.user.affilae};tarteaucitron.addScript("https://static.affilae.com/ae-v3.5.js")}};tarteaucitron.services.canalu={key:"canalu",type:"video",name:"Canal-U.tv",uri:"https://www.canal-u.tv/conditions-generales-utilisations",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["canalu_player"],function(x){var video_title=tarteaucitron.getElemAttr(x,"videoTitle"),frame_url="https://www.canal-u.tv/embed/"+video_title;return'<div style="position:relative;padding-bottom:56.25%;padding-top:10px;height:0;overflow:hidden;">'+'<iframe src="'+frame_url+'?width=100%&height=100%" '+'style="position:absolute;top:0;left:0;width:100%;height: 100%;" '+'frameborder="0" '+"allowfullscreen "+'scrolling="no">'+"</iframe>"+"</div>"})},fallback:function(){"use strict";tarteaucitron.fallback(["canalu_player"],function(elem){return tarteaucitron.engage("canalu")})}};tarteaucitron.services.webtvnu={key:"webtvnu",type:"video",name:"WebTV Normandie Université",uri:"https://docs.google.com/document/d/1tpVclj4QBoAq1meSZgYrpNECwp7dbmb_IhICY3sTl9c/edit",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["webtvnu_player"],function(x){var frame_url="https://webtv.normandie-univ.fr/permalink/"+tarteaucitron.getElemAttr(x,"videoID")+"/iframe/",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height");return'<iframe width="'+width+'" height="'+height+'" src="'+frame_url+'" allowfullscreen="allowfullscreen" allow="autoplay"></iframe>'})},fallback:function(){"use strict";tarteaucitron.fallback(["webtvnu_player"],function(elem){return tarteaucitron.engage("webtvnu")})}};tarteaucitron.services.studizz={key:"studizz",type:"support",name:"Studizz Chatbot",uri:"https://group.studizz.fr/",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.studizzToken===undefined){return}tarteaucitron.addScript("https://webchat.studizz.fr/webchat.js?token="+tarteaucitron.user.studizzToken)}};tarteaucitron.services.meteofrance={key:"meteofrance",type:"api",name:"Météo France",uri:"https://meteofrance.com/politique-de-confidentialite",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_meteofrance"],function(x){var frame_title=tarteaucitron.getElemAttr(x,"title")||"Météo France iframe",width=tarteaucitron.getElemAttr(x,"width"),height=tarteaucitron.getElemAttr(x,"height"),insee=tarteaucitron.getElemAttr(x,"data-insee"),allowfullscreen=tarteaucitron.getElemAttr(x,"allowfullscreen");return'<iframe title="'+frame_title+'" src="https://meteofrance.com/widget/prevision/'+insee+'" width="'+width+'" height="'+height+'" scrolling="auto" allowtransparency '+(allowfullscreen=="0"?"":" webkitallowfullscreen mozallowfullscreen allowfullscreen")+"></iframe>"})},fallback:function(){"use strict";var id="meteofrance";tarteaucitron.fallback(["tac_meteofrance"],function(elem){elem.style.width=elem.getAttribute("width")+"px";elem.style.height=elem.getAttribute("height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.m6meteo={key:"m6meteo",type:"api",name:"M6 Météo",uri:"https://gdpr.m6tech.net/charte-confidentialite-m6-web-meteocity.pdf",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.fallback(["tac_m6meteo"],function(x){var id=tarteaucitron.getElemAttr(x,"data-id");tarteaucitron.addScript("https://www.meteocity.com/widget/js/"+id);return'<div id="cont_'+id+'"><div id="spa_'+id+'"><a id="a_'+id+'" href="#"></a> ©<a target="_top" href="https://www.meteocity.com">M6météo</a></div></div>'})},fallback:function(){"use strict";var id="m6meteo";tarteaucitron.fallback(["tac_m6meteo"],function(elem){return tarteaucitron.engage(id)})}};tarteaucitron.services.mtcaptcha={key:"mtcaptcha",type:"api",name:"MTcaptcha",uri:"https://www.mtcaptcha.com",readmoreLink:"https://www.mtcaptcha.com/faq-cookie-declaration",needConsent:true,cookies:["mtv1Pulse","mtv1ConfSum","mtv1Pong"],js:function(){window.mtcaptchaConfig={sitekey:tarteaucitron.user.mtcaptchaSitekey};tarteaucitron.addScript("https://service.mtcaptcha.com/mtcv1/client/mtcaptcha.min.js");tarteaucitron.addScript("https://service2.mtcaptcha.com/mtcv1/client/mtcaptcha2.min.js")}};tarteaucitron.services.archive={key:"archive",type:"video",name:"Internet Archive",uri:"https://archive.org/about/terms.php",needConsent:true,cookies:["abtest-identifier","donation-identifier"],js:function(){"use strict";tarteaucitron.fallback(["archive_player"],function(x){var video_id=tarteaucitron.getElemAttr(x,"data-videoID"),video_width=tarteaucitron.getElemAttr(x,"data-width"),frame_width="width=",video_height=tarteaucitron.getElemAttr(x,"data-height"),frame_height="height=",video_frame;if(video_id===undefined){return""}if(video_width!==undefined){frame_width+='"'+video_width+'" '}else{frame_width+='"" '}if(video_height!==undefined){frame_height+='"'+video_height+'" '}else{frame_height+='"" '}video_frame='<iframe src="https://archive.org/embed/'+video_id+'" '+frame_width+frame_height+' frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen></iframe>';return video_frame})},fallback:function(){"use strict";var id="archive";tarteaucitron.fallback(["archive_player"],function(elem){elem.style.width=elem.getAttribute("data-width")+"px";elem.style.height=elem.getAttribute("data-height")+"px";return tarteaucitron.engage(id)})}};tarteaucitron.services.gallica={key:"gallica",type:"other",name:"Gallica",uri:"https://gallica.bnf.fr/edit/und/conditions-dutilisation-des-contenus-de-gallica",needConsent:true,cookies:["dtCookie","dtLatC","dtPC","dtSa","rxVisitor","rxvt","xtvrn"],js:function(){"use strict";tarteaucitron.fallback(["gallica_player"],function(x){var src=tarteaucitron.getElemAttr(x,"data-src"),style=tarteaucitron.getElemAttr(x,"data-style"),frame;if(src===undefined){return""}frame='<iframe style="'+style+'" src="'+src+'"></iframe>';return frame})},fallback:function(){"use strict";var id="gallica";tarteaucitron.fallback(["gallica_player"],function(elem){elem.style=elem.getAttribute("data-style");return tarteaucitron.engage(id)})}};tarteaucitron.services.crisp={key:"crisp",type:"other",name:"Crisp Chat",uri:"https://help.crisp.chat/en/article/crisp-chatbox-cookie-ip-policy-1147xor/",needConsent:false,cookies:["crisp-client","__cfduid"],js:function(){"use strict";if(tarteaucitron.user.crispID===undefined){return}window.$crisp=[];window.CRISP_WEBSITE_ID=tarteaucitron.user.crispID;tarteaucitron.addScript("https://client.crisp.chat/l.js")}};tarteaucitron.services.microanalytics={key:"microanalytics",type:"analytic",name:"MicroAnalytic",uri:"https://microanalytics.io/page/privacy",needConsent:false,cookies:[],js:function(){"use strict";if(tarteaucitron.user.microanalyticsID===undefined){return}tarteaucitron.addScript("https://microanalytics.io/js/script.js",tarteaucitron.user.microanalyticsID,undefined,true,"data-host","https://microanalytics.io")}};tarteaucitron.services.facebookcustomerchat={key:"facebookcustomerchat",type:"social",name:"Facebook (Customer Chat)",uri:"https://www.facebook.com/policies/cookies/",needConsent:true,cookies:["act","c_user","datr","dpr","presence","sb","wd","xs","/tr"],js:function(){"use strict";if(tarteaucitron.user.facebookChatID===undefined){return}tarteaucitron.fallback(["fb-customerchat"],"");window.fbAsyncInit=function(){FB.init({appId:tarteaucitron.user.facebookChatID,autoLogAppEvents:!0,xfbml:!0,version:"v3.0"})};tarteaucitron.addScript("https://connect.facebook.net/"+tarteaucitron.getLocale()+"/sdk/xfbml.customerchat.js","facebook-jssdk")},fallback:function(){"use strict";var id="facebookcustomerchat";tarteaucitron.fallback(["fb-customerchat"],tarteaucitron.engage(id))}};tarteaucitron.services.weborama={key:"weborama",type:"analytic",name:"Weborama",uri:"https://weborama.com/faq-cnil-avril-2021/",needConsent:true,cookies:[],js:function(){"use strict";tarteaucitron.addScript("https://cstatic.weborama.fr/js/advertiserv2/adperf_conversion.js")}};tarteaucitron.services.tiktok={key:"tiktok",type:"analytic",name:"Tiktok",uri:"https://www.tiktok.com/legal/tiktok-website-cookies-policy",needConsent:true,cookies:[],js:function(){"use strict";if(tarteaucitron.user.tiktokId===undefined){return}!function(w,d,t){w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var i="https://analytics.tiktok.com/i18n/pixel/events.js";ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=i,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};var o=document.createElement("script");o.type="text/javascript",o.async=!0,o.src=i+"?sdkid="+e+"&lib="+t;var a=document.getElementsByTagName("script")[0];a.parentNode.insertBefore(o,a)};ttq.load(tarteaucitron.user.tiktokId);ttq.page()}(window,document,"ttq");if(typeof tarteaucitron.user.tiktokMore==="function"){tarteaucitron.user.tiktokMore()}}};tarteaucitron.services.klaviyo={key:"klaviyo",type:"ads",name:"Klaviyo",uri:"https://help.klaviyo.com/hc/en-us/articles/360034666712-About-Cookies-in-Klaviyo",needConsent:true,cookies:["__kla_id"],js:function(){"use strict";if(tarteaucitron.user.klaviyoCompanyId===undefined){return}tarteaucitron.addScript("//static.klaviyo.com/onsite/js/klaviyo.js?company_id="+tarteaucitron.user.klaviyoCompanyId)}};
\ No newline at end of file