CINXE.COM
Pagina di download del componente aggiuntivo del browser per la disattivazione di Google Analytics
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><head> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg"> function utmx_section(){}function utmx(){} </script> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("CSS")</script> <link href="https://fonts.googleapis.com/css?family=Product+Sans" rel="stylesheet"> <link href="/tools/dlpage/res/c/css/goog.css" rel="stylesheet" type="text/css"> <link href="/tools/dlpage/res/c/css/dlpage.css" rel="stylesheet" type="text/css"> </noscript> <script type="text/javascript" src="/tools/dlpage/res/c/dlpage.js" nonce="QAOkiO2yy5GeiPyfTD7eZg"></script> <link rel="icon" type="image/ico" href=""> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Page Title")</script> <title>Pagina di download del componente aggiuntivo del browser per la disattivazione di Google Analytics</title> </noscript> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg"> function setHl(newHl) { var query = location.search; if (query.length == 0) { location.search = "?hl=" + newHl; return; } if (-1 == query.indexOf("hl=")) { location.search = query + "&hl=" + newHl; return; } location.search = query.replace(/hl=[^&]*/, "hl=" + newHl); } document.addEventListener('DOMContentLoaded', function () { dlAddEventListener('langmenu', 'change', function() { setHl(this.options[this.selectedIndex].value); }); _GU_OnloadBody('index'); }); </script> <script type="text/javascript" src="/tools/dlpage/res/c/gu-util.js" nonce="QAOkiO2yy5GeiPyfTD7eZg"> </script> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg"> // Set up the global update.installscript namespace. if (!window.update) { update = {}; } if (!window.update.installscript) { update.installscript = {}; } function runTagParamsHook(tag, opt_guid) {return tag;} function runThankYouQueryHook(query) {return query;} function runGetAppsPageHook(apps) {return apps;} var referer = null; update.installscript.updater_expts = ''; update.installscript.app_expts = ''; function resetButtons(name) { var buttons = document.getElementsByName(name); for (i = 0; i < buttons.length; ++i) { buttons[i].disabled = false; } } function showThrobber(isVisible) { var divThrobber = document.getElementById('throbber'); var imgThrobber = document.getElementById('throbber-img'); if (!divThrobber || !imgThrobber) { return; } if (!isVisible) { divThrobber.style.display = 'none'; } imgThrobber.src = isVisible ? "/tools/dlpage/res/c/image/loading-16.gif" : ""; if (isVisible) { divThrobber.style.display = 'inline'; } } function getThankyouUrl(extraQuery) { var thankYouPath = "gaoptout/thankyou.html"; if (areStatsEnabled()) { extraQuery += '&statcb='; } var query = "?hl\x3dit" + extraQuery; if (query.length > 0 && query.charAt(0) != '?') { query = '?' + query; } query = runThankYouQueryHook(query); return thankYouPath + query; } function queueThankyou(timeout, queryString, opt_navDocument) { var page = getThankyouUrl(queryString); var doc = opt_navDocument || this.document; function navigateToThankyou() { showThrobber(false); resetButtons("submitbutton"); doc.location.href = page; } if (!timeout) { navigateToThankyou(); return; } setTimeout(navigateToThankyou, timeout); } function getApps() { var apps = new Array(); return runGetAppsPageHook(apps); } function areStatsEnabled() { var statcb = document.getElementById("statcb"); return (statcb && statcb.checked); } function isDownloadTaggingEnabled() { return false; } function getDownloadPath() { return ""; } function buildDownloadUrl(statEnable, opt_buildDownloadPath, opt_filePath) { var defaultDownloadPath = isDownloadTaggingEnabled() ? _GU_buildDlPath : _GU_buildDlPathNoTag; var buildDownloadPath = opt_buildDownloadPath || defaultDownloadPath; var filePath = opt_filePath || getDownloadPath(); var dlServer = "https://dl.google.com"; return buildDownloadPath(getApps(), "it", statEnable, dlServer, filePath, update.installscript.updater_expts); } function downloadAndThankYou(delayTime, statEnable, opt_navDocument, opt_buildDownloadPath, opt_filePath) { if (navigator.appVersion.indexOf('Chrome/') != -1 || navigator.appVersion.indexOf('Safari/') != -1) { queueThankyou(0, '', opt_navDocument); return; } var method = getInstallSource(); sendDlPagePing("install", method); queueThankyou(delayTime, '', opt_navDocument); var downloadUri = buildDownloadUrl(statEnable, opt_buildDownloadPath, opt_filePath); if (method === 'clickonce' || navigator.userAgent.indexOf('Firefox/') != -1) { var windowFeatures = 'toolbar=0,location=no,directories=0,status=0,scrollbars=no,resizable=0,width=1,height=1,top=0,left=0'; window.open(downloadUri, '_blank', windowFeatures); window.focus(); } else { location.href = downloadUri; } showThrobber(true); } function installViaDownload(opt_navDocument) { downloadAndThankYou(4000, areStatsEnabled(), opt_navDocument); } function isClickOnceEnabled() { return false; } function isOneClickEnabled() { return false; } function installViaClickOnce(opt_navDocument) { downloadAndThankYou(10000, areStatsEnabled(), opt_navDocument, _GU_buildClickOncePath, ""); } function installViaOneClick(opt_navDocument) { showThrobber(true); window.google.update.oneclick.install( getApps(), "it", areStatsEnabled(), function() {queueThankyou(4000, '\x26oneclickinstalled=', opt_navDocument);}, function(hr) {installViaDownload(opt_navDocument);}, update.installscript.updater_expts); } function getInstallSource() { if (isOneClickEnabled() && _GU_isOneClickAvailable()) { return 'oneclick'; } else if (isClickOnceEnabled() && _GU_isClickOnceAvailable()) { return 'clickonce'; } else { return 'download'; } } function installApp(opt_navDocument) { var method = getInstallSource(); if (method === 'oneclick') { installViaOneClick(opt_navDocument); } else if (method === 'clickonce') { installViaClickOnce(opt_navDocument); } else { installViaDownload(opt_navDocument); } } function sendDlPagePing(stage, installSource) { var img = new Image(); var extra = GU_buildGlobalExtra( "it", areStatsEnabled(), update.installscript.updater_expts); var tag = GU_BuildTag(getApps(), extra); img.src = '//tools.google.com/service/update2/dlpageping?' + tag + '&stage=' + stage + '&installsource=' + installSource; } function downloadInstaller(opt_pageName) { var hasStatcb = false; location.href = buildDownloadUrl(hasStatcb); var pageName = opt_pageName || "install"; var installMethod = getInstallSource(); sendDlPagePing(pageName, installMethod); } var pageTracker; function doSubmit() { var installMethod = getInstallSource(); if (typeof _gaq != 'undefined') { _gaq.push(['_trackPageview'], '/ty/retry_' + installMethod); } else if (pageTracker) { pageTracker._trackPageview("/ty/retry_" + installMethod); } downloadInstaller("retry"); } _GU_OnloadHandlerAdd( function() { if (isOneClickEnabled()) { _GU_SetupOneClick(); } }, 0); // front of list _GU_OnloadHandlerAdd( function(pagename) { sendDlPagePing(pagename, getInstallSource()); }); // added to end of body.onload handler list </script> </head> <body><div id="container"><noscript>Per scaricare il software 猫 necessario un browser abilitato a JavaScript. <a href="http://www.google.com/support/bin/answer.py?answer=23852&hl=it">Fai clic qui per istruzioni</a> su come attivare JavaScript sul browser.</noscript> <div id="header"><a href="https://www.google.com"><img class="logo" alt="" src="https://www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png"></a> <form class="langmenu" action=""><select id="langmenu" title="Lingua"><option value="">Select a language</option> <option value="ar">‫العربية‬</option> <option value="de">‪Deutsch‬</option> <option value="en">‪English‬</option> <option value="en-GB">‪English (UK)‬</option> <option value="es">‪español‬</option> <option value="fr">‪français‬</option> <option value="it" selected>‪italiano‬</option> <option value="ja">‪日本語‬</option> <option value="ko">‪한국어‬</option> <option value="nl">‪Nederlands‬</option> <option value="pl">‪polski‬</option> <option value="pt-BR">‪português (Brasil)‬</option> <option value="ru">‪русский‬</option> <option value="th">‪ไทย‬</option> <option value="tr">‪Türkçe‬</option> <option value="zh-CN">‪简体中文‬</option> <option value="zh-TW">‪繁體中文 (台灣)‬</option></select></form> <h1> </h1></div> <div id="main"><div id="content"><h2><script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Header")</script> Componente aggiuntivo del browser per la disattivazione di Google Analytics </noscript></h2> <p><script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Tagline")</script> Affinch茅 i visitatori dei siti web possano impedire l'utilizzo dei propri dati da parte di Google Analytics, abbiamo sviluppato il Componente aggiuntivo del browser per la disattivazione di Google Analytics per i siti web che utilizzano la versione supportata del codice JavaScript di Google Analytics (analytics.js, gtag.js). <p> Per eseguire la disattivazione, scarica e installa il componente aggiuntivo per il browser web in uso. Il Componente aggiuntivo per la disattivazione di Google Analytics 猫 compatibile con Chrome, Safari, Firefox e Microsoft Edge. Per funzionare, il componente aggiuntivo per la disattivazione deve poter essere correttamente caricato ed eseguito nel browser. Scopri di pi霉 sulla disattivazione e su come installare correttamente il componente aggiuntivo per il browser facendo clic <a href="https://support.google.com/analytics/answer/181881?hl=it">qui</a>. </noscript></p> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Jewel")</script> </noscript></div> <div id="action"><div class="blue"> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Button Subtitle")</script> Il componente aggiuntivo del browser per la disattivazione di Google Analytics non 猫 supportato per il tuo browser. </noscript> <p>Disponibile per Google Chrome, Mozilla Firefox, Apple Safari e Microsoft Edge.</p></div> <script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Bullets")</script> </noscript> <p class="links"><script type="text/javascript" nonce="QAOkiO2yy5GeiPyfTD7eZg">utmx_section("Learn More Link")</script> <a href="https://support.google.com/analytics/answer/6004245?hl=it">Ulteriori informazioni sulla privacy di Google Analytics »</a> </noscript></p></div></div> <div id="footer"><p>©2024 Google - <a href="https://www.google.com/intl/it/privacy.html">Norme sulla privacy</a> - <a href=" https://www.google.com/support/googleanalytics/?hl=it ">Guida</a> </p></div></div> </body></html>