12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049 |
- /*global tarteaucitron, ga, Shareaholic, stLight, clicky, top, google, Typekit, FB, ferankReady, IN, stButtons*/
- /*jslint regexp: true, nomen: true*/
- // addthis
- tarteaucitron.services.addthis = {
- "key": "addthis",
- "type": "social",
- "name": "AddThis",
- "uri": "http://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_sharing_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_sharing_toolbox'], tarteaucitron.engage(id));
- }
- };
- // 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;
- }
- };
- // 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'], '');
- tarteaucitron.addScript('//static.addtoany.com/menu/page.js');
- },
- "fallback": function () {
- "use strict";
- var id = 'addtoanyshare';
- tarteaucitron.fallback(['tac_addtoanyshare'], tarteaucitron.engage(id));
- }
- };
- // alexa
- tarteaucitron.services.alexa = {
- "key": "alexa",
- "type": "analytic",
- "name": "Alexa",
- "uri": "http://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": "http://www.amazon.fr/gp/help/customer/display.html?ie=UTF8&*Version*=1&*entries*=0&nodeId=201149360",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['amazon_product'], function (x) {
- var 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 style="width:120px;height:240px;" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" src="' + url + '"></iframe>';
-
- return iframe;
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'amazon';
- tarteaucitron.fallback(['amazon_product'], 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 clicmanagerUri = '//ads.clicmanager.fr/exe.php?',
- divId = 'clicmanager_' + tarteaucitron.user.clicmanagerUniqId;
-
- if (tarteaucitron.user.clicmanagerUniqId === undefined || document.getElementById(divId) === null) {
- return;
- }
- clicmanagerUri += 'c=' + document.getElementById(divId).getAttribute('c') + '&';
- clicmanagerUri += 's=' + document.getElementById(divId).getAttribute('s') + '&';
- clicmanagerUri += 't=' + document.getElementById(divId).getAttribute('t');
-
- document.getElementById(divId).innerHTML = '';
- tarteaucitron.makeAsync.init(clicmanagerUri, divId);
- },
- "fallback": function () {
- "use strict";
- var id = 'clicmanager',
- divId = id + '_' + tarteaucitron.user.clicmanagerUniqId;
-
- if (document.getElementById(divId)) {
- document.getElementById(divId).innerHTML = tarteaucitron.engage(id);
- }
- }
- };
- // 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 criteoUri = '//cas.criteo.com/delivery/ajs.php?',
- divId = 'criteo_' + tarteaucitron.user.criteoUniqId;
-
- if (tarteaucitron.user.criteoUniqId === undefined || document.getElementById(divId) === null) {
- return;
- }
- document.getElementById(divId).innerHTML = '';
-
- criteoUri += 'zoneid=' + document.getElementById(divId).getAttribute('zoneid');
- criteoUri += '&nodis=1&cb=' + Math.floor(Math.random() * 99999999999);
- criteoUri += '&loc=' + encodeURI(window.location);
- criteoUri += (document.MAX_used !== ',') ? '&exclude=' + document.MAX_used : '';
- criteoUri += (document.charset !== undefined ? '&charset=' + document.charset : '');
- criteoUri += (document.characterSet !== undefined ? '&charset=' + document.characterSet : '');
- criteoUri += (document.referrer !== undefined) ? '&referer=' + encodeURI(document.referrer) : '';
- criteoUri += (document.context !== undefined) ? '&context=' + encodeURI(document.context) : '';
- criteoUri += ((document.MAX_ct0 !== undefined) && (document.MAX_ct0.substring(0, 4) === 'http')) ? '&ct0=' + encodeURI(document.MAX_ct0) : '';
- criteoUri += (document.mmm_fo !== undefined) ? '&mmm_fo=1' : '';
- tarteaucitron.makeAsync.init(criteoUri, divId);
- },
- "fallback": function () {
- "use strict";
- var id = 'criteo',
- divId = id + '_' + tarteaucitron.user.criteoUniqId;
-
- if (document.getElementById(divId)) {
- document.getElementById(divId).innerHTML = tarteaucitron.engage(id);
- }
- }
- };
- // dailymotion
- tarteaucitron.services.dailymotion = {
- "key": "dailymotion",
- "type": "video",
- "name": "Dailymotion",
- "uri": "http://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 video_id = x.getAttribute("videoID"),
- video_width = x.getAttribute("width"),
- frame_width = 'width=',
- video_height = x.getAttribute("height"),
- frame_height = 'height=',
- video_frame,
- params = 'info=' + x.getAttribute("showinfo") + '&autoPlay=' + x.getAttribute("autoplay");
-
- 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="//www.dailymotion.com/embed/video/' + video_id + '?' + params + '" ' + frame_width + frame_height + ' frameborder="0" allowfullscreen></iframe>';
- return video_frame;
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'dailymotion';
- tarteaucitron.fallback(['dailymotion_player'], tarteaucitron.engage(id));
- }
- };
- // 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);
- }
- }
- };
- // facebook
- tarteaucitron.services.facebook = {
- "key": "facebook",
- "type": "social",
- "name": "Facebook",
- "uri": "https://www.facebook.com/help/cookies/",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['fb-post', 'fb-follow', 'fb-activity', 'fb-send', 'fb-share-button', 'fb-like'], '');
- 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'], tarteaucitron.engage(id));
- }
- };
- // facebooklikebox
- tarteaucitron.services.facebooklikebox = {
- "key": "facebooklikebox",
- "type": "social",
- "name": "Facebook (like box)",
- "uri": "https://www.facebook.com/help/cookies/",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['fb-like-box'], '');
- 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 = 'facebooklikebox';
- tarteaucitron.fallback(['fb-like-box'], tarteaucitron.engage(id));
- }
- };
- // facebookcomment
- tarteaucitron.services.facebookcomment = {
- "key": "facebookcomment",
- "type": "comment",
- "name": "Facebook (commentaire)",
- "uri": "https://www.facebook.com/help/cookies/",
- "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();
- }
- });
- }
- };
- // 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));
- }
- };
- // google+
- tarteaucitron.services.gplus = {
- "key": "gplus",
- "type": "social",
- "name": "Google+",
- "uri": "http://www.google.fr/intl/policies/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": "http://www.google.fr/intl/policies/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": "http://www.google.com/ads/preferences/",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.addScript('//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js');
- },
- "fallback": function () {
- "use strict";
- var id = 'adsense';
- tarteaucitron.fallback(['adsbygoogle'], tarteaucitron.engage(id));
- }
- };
- // google adsense search (form)
- tarteaucitron.services.adsensesearchform = {
- "key": "adsensesearchform",
- "type": "ads",
- "name": "Google Adsense Search (form)",
- "uri": "http://www.google.com/ads/preferences/",
- "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": "http://www.google.com/ads/preferences/",
- "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_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://support.google.com/analytics/answer/6004245",
- "needConsent": true,
- "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
- "js": function () {
- "use strict";
- window._gaq = window._gaq || [];
- window._gaq.push(['_setAccount', tarteaucitron.user.gajsUa]);
- 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://support.google.com/analytics/answer/6004245",
- "needConsent": true,
- "cookies": ['_ga', '_gat', '__utma', '__utmb', '__utmc', '__utmt', '__utmz'],
- "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('//www.google-analytics.com/analytics.js', '', function () {
- ga('create', tarteaucitron.user.analyticsUa, {'cookieExpires': 34128000});
- ga('send', 'pageview');
- if (typeof tarteaucitron.user.analyticsMore === 'function') {
- tarteaucitron.user.analyticsMore();
- }
- });
- }
- };
- // google maps
- tarteaucitron.services.googlemaps = {
- "key": "googlemaps",
- "type": "api",
- "name": "Google Maps",
- "uri": "http://www.google.com/ads/preferences/",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- if (tarteaucitron.user.googlemapsApiKey === undefined) {
- return;
- }
- tarteaucitron.addScript('//maps.googleapis.com/maps/api/js?v=3.exp&signed_in=true&callback=tarteaucitron_googlemaps&key=' + tarteaucitron.user.googlemapsApiKey);
- },
- "fallback": function () {
- "use strict";
- var id = 'googlemaps';
-
- if (document.getElementById('tac_map-canvas')) {
- document.getElementById('tac_map-canvas').innerHTML = tarteaucitron.engage(id);
- }
- }
- };
- // google tag manager
- tarteaucitron.services.googletagmanager = {
- "key": "googletagmanager",
- "type": "api",
- "name": "Google Tag Manager",
- "uri": "http://www.google.com/ads/preferences/",
- "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('//www.googletagmanager.com/gtm.js?id=' + tarteaucitron.user.googletagmanagerId);
- }
- };
- // jsapi
- tarteaucitron.services.jsapi = {
- "key": "jsapi",
- "type": "api",
- "name": "Google jsapi",
- "uri": "http://www.google.com/policies/privacy/",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- tarteaucitron.addScript('//www.google.com/jsapi');
- }
- };
- // 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));
- }
- };
- // 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.addScript('//assets.pinterest.com/js/pinit.js');
- }
- };
- // pubdirecte
- tarteaucitron.services.pubdirecte = {
- "key": "pubdirecte",
- "type": "ads",
- "name": "Pubdirecte",
- "uri": "http://pubdirecte.com/contact.php",
- "needConsent": true,
- "cookies": [],
- "js": function () {
- "use strict";
- var pubdirecteUri = '//www.pubdirecte.com/script/banniere.php?',
- divId = 'pubdirecte_' + tarteaucitron.user.pubdirecteUniqId;
-
- if (tarteaucitron.user.pubdirecteUniqId === undefined || document.getElementById(divId) === null) {
- return;
- }
- pubdirecteUri += 'id=' + document.getElementById(divId).getAttribute('pid') + '&';
- pubdirecteUri += 'ref=' + document.getElementById(divId).getAttribute('ref');
- document.getElementById(divId).innerHTML = '';
- tarteaucitron.makeAsync.init(pubdirecteUri, divId);
- },
- "fallback": function () {
- "use strict";
- var id = 'pubdirecte',
- divId = id + '_' + tarteaucitron.user.pubdirecteUniqId;
-
- if (document.getElementById(divId)) {
- document.getElementById(divId).innerHTML = 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));
- }
- };
- // sharethis
- 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));
- }
- };
- // typekit
- tarteaucitron.services.typekit = {
- "key": "typekit",
- "type": "api",
- "name": "Typekit (adobe)",
- "uri": "http://www.adobe.com/fr/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) {}
- });
- }
- };
- // 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));
- }
- };
- // 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": "http://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 video_id = x.getAttribute("videoID"),
- video_width = x.getAttribute("width"),
- frame_width = 'width=',
- video_height = x.getAttribute("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="//player.vimeo.com/video/' + video_id + '" ' + frame_width + frame_height + ' frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>';
- return video_frame;
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'vimeo';
- tarteaucitron.fallback(['vimeo_player'], tarteaucitron.engage(id));
- }
- };
- // visualrevenue
- 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');
- }
- };
- // 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(['vcashW'], '');
- tarteaucitron.addScript('//vshop.fr/js/w.js');
- },
- "fallback": function () {
- "use strict";
- var id = 'vshop';
- tarteaucitron.fallback(['vcashW'], tarteaucitron.engage(id));
- }
- };
- // xiti
- tarteaucitron.services.xiti = {
- "key": "xiti",
- "type": "analytic",
- "name": "Xiti",
- "uri": "http://www.atinternet.com/politique-du-respect-de-la-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();
- }
- }
- };
- // youtube
- tarteaucitron.services.youtube = {
- "key": "youtube",
- "type": "video",
- "name": "YouTube",
- "uri": "https://www.google.fr/intl/fr/policies/privacy/",
- "needConsent": true,
- "cookies": ['VISITOR_INFO1_LIVE', 'YSC', 'PREF', 'GEUP'],
- "js": function () {
- "use strict";
- tarteaucitron.fallback(['youtube_player'], function (x) {
- var video_id = x.getAttribute("videoID"),
- 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");
-
- 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 type="text/html" ' + frame_width + frame_height + ' src="//www.youtube-nocookie.com/embed/' + video_id + '?' + params + '" frameborder="0"></iframe>';
- return video_frame;
- });
- },
- "fallback": function () {
- "use strict";
- var id = 'youtube';
- tarteaucitron.fallback(['youtube_player'], tarteaucitron.engage(id));
- }
- };
- // zopim
- 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);
- }
- };
|