Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questa pagina è rivolta agli sviluppatori che vogliono personalizzare le impostazioni dei cookie con il
tag Google o Google Tag Manager. Se non sai con certezza se devi configurare i cookie, consulta Cookie e identificazione degli utenti.
Per impostazione predefinita, i tag Google utilizzano la configurazione automatica del dominio dei cookie. I cookie vengono impostati sul livello di dominio più alto possibile. Ad esempio, se l'indirizzo del tuo sito web è blog.example.com, i cookie vengono impostati sul dominio example.com. Se viene rilevato che stai eseguendo un server localmente (ad esempio localhost),cookie_domain viene impostato automaticamente su 'none' e i cookie utilizzeranno il dominio completo dalla posizione del documento.
Per la maggior parte dei siti web e delle app, lo spazio di archiviazione dei cookie deve essere controllato anche dal consenso dell'utente. La panoramica della privacy dell'utente illustra le opzioni disponibili per gestire il consenso dell'utente.
Modificare il dominio dei cookie
Quando utilizzi la configurazione automatica del dominio dei cookie, l'attività viene misurata nei sottodomini senza alcuna configurazione aggiuntiva.
Per apportare modifiche alla configurazione del dominio dei cookie:
gtag.js
Per disattivare la configurazione automatica del dominio del cookie, aggiorna config per il tuo tag in modo da specificare un valore per il parametro cookie_domain:
Modifica un tag Google esistente o creane uno nuovo.
Nelle impostazioni Configurazione, aggiungi un nuovo parametro:
Nome: cookie_domain
Valore: my.example.com
Salva il tag e pubblica il contenitore.
Per i tag Google Ads e Floodlight:
Le impostazioni del dominio possono essere modificate dal tag Linker conversioni:
In Tag Manager, apri il tag Linker conversioni esistente o creane uno se non esiste ancora nel contenitore.
In Opzioni del linker, fai clic su Esegui l'override delle impostazioni dei cookie (avanzate).
Nel campo Dominio, inserisci il dominio di primo livello per cui deve essere consentito l'impostazione di un cookie. Puoi anche specificare un percorso specifico nel campo Percorso. Utilizza queste impostazioni solo se devi limitare i cookie a un
sottodominio o a una sottodirectory di livello inferiore.
Rinominare i cookie
Per evitare conflitti con altri cookie, potrebbe essere necessario modificare il nome del cookie.
gtag.js
Questa configurazione aggiunge example all'inizio del cookie impostato (ad es. _ga diventa example_ga o _gcl_au diventa
example_gcl_au):
Modifica un tag Google esistente o creane uno nuovo.
Nelle impostazioni Configurazione, aggiungi un nuovo parametro:
Nome: cookie_prefix
Valore: example
Salva il tag e pubblica il contenitore.
Per i tag Google Ads e Floodlight:
Le impostazioni del prefisso del nome possono essere modificate dal tag Linker conversioni:
In Tag Manager, apri il tag Linker conversioni esistente o creane uno se non esiste ancora nel contenitore.
In Opzioni del linker, fai clic su Esegui l'override delle impostazioni dei cookie (avanzate).
Nel campo Prefisso del nome, inserisci il prefisso del nome desiderato. Tutti i tag
che utilizzano questi cookie (ad esempio i tag di conversione Google Ads) devono essere
configurati anche per utilizzare lo stesso prefisso.
Scadenza cookie
A ogni caricamento di pagina, la scadenza del cookie viene aggiornata in modo da corrispondere all'ora corrente più il valore di scadenza del cookie impostato dal tag Google. Ciò significa che se la scadenza del cookie è impostata su una settimana (604800 secondi) e un utente visita il sito con lo stesso browser nell'arco di cinque giorni, il cookie sarà disponibile per un'altra settimana e l'utente verrà visualizzato come lo stesso visitatore nei report. Se invece lo stesso utente ha visitato il sito dopo la scadenza del cookie originale, verrà creato un nuovo cookie e le sue prime e seconde visite verranno visualizzate nei report come provenienti da visitatori distinti.
Se imposti il valore di scadenza del cookie su 0 (zero) secondi, il cookie si trasforma in un cookie basato sulla sessione e scade al termine della sessione del browser corrente.
gtag.js
gtag('config','TAG_ID',{cookie_expires:28*24*60*60// 28 days, in seconds});
Tag Manager
Per il tag Google:
Nell'area di lavoro, apri il menu Tag.
Modifica un tag Google esistente o creane uno nuovo.
Nelle impostazioni Configurazione, aggiungi un nuovo parametro:
Nome: cookie_expires
Valore: 2419200
Salva il tag e pubblica il contenitore.
Aggiornamento cookie
Quando il flag cookie_update è impostato su true (il valore predefinito), i tag Google possono aggiornare i cookie a ogni caricamento pagina e la scadenza dei cookie può essere impostata in base alla visita più recente al sito. Ad esempio, se la scadenza dei cookie è impostata su una settimana e un utente visita il sito con lo stesso browser ogni cinque giorni, la scadenza verrà aggiornata a ogni visita e il cookie non scadrà mai.
Se l'impostazione è false, i cookie non vengono aggiornati a ogni caricamento pagina. Per questo motivo, la scadenza dei cookie si basa sulla prima visita di un utente al sito.
gtag.js
gtag('config','TAG_ID',{cookie_update:false});
Tag Manager
Per il tag Google:
Nell'area di lavoro, apri il menu Tag.
Modifica un tag Google esistente o creane uno nuovo.
Nelle impostazioni Configurazione, aggiungi un nuovo parametro:
[null,null,["Ultimo aggiornamento 2024-11-15 UTC."],[[["\u003cp\u003eThis guide helps developers customize cookie settings for Google tag and Google Tag Manager to control data collection and user privacy.\u003c/p\u003e\n"],["\u003cp\u003eBy default, Google tags automatically set cookies on the highest possible domain; this can be customized to specific domains or subdomains if needed.\u003c/p\u003e\n"],["\u003cp\u003eCookie names can be modified to avoid conflicts, but changing them after initial visits may result in existing users appearing as new visitors.\u003c/p\u003e\n"],["\u003cp\u003eCookie expiration can be adjusted, with a value of 0 creating a session-based cookie that expires when the browser session ends.\u003c/p\u003e\n"],["\u003cp\u003eCookie update settings determine if cookies are updated on each page load, impacting how user visits are tracked over time.\u003c/p\u003e\n"]]],["Developers can customize Google tag cookie settings via `gtag.js` or Tag Manager. Actions include: adjusting the `cookie_domain` to specify where cookies are set, setting a `cookie_prefix` to rename cookies and avoid conflicts, modifying `cookie_expires` to control cookie duration (session-based or set time), and setting `cookie_update` to determine if cookies refresh on each visit. For Google Ads and Floodlight tags, domain and name prefix settings can be changed in the Conversion Linker tag.\n"],null,["# Configure and customize cookies\n\n\u003e This page is for developers that want to customize cookie settings with the\n\u003e Google tag or Google Tag Manager. If you aren't sure if you need to configure\n\u003e cookies, read [Cookies and user identification](/tag-platform/security/concepts/cookies).\n\nBy default, Google tags use automatic cookie domain configuration. Cookies are\nset on the highest level of domain possible. For example, if your website\naddress is `blog.example.com`, cookies are set on the `example.com` domain. If\nit is detected that you're running a server locally (for example, `localhost`),\n`cookie_domain` is automatically set to `'none'`, and cookies will use the full\ndomain from the document location.\n\nIf you only want to modify cookie expiration or cookie update settings, you can\n[change default cookie settings](https://support.google.com/analytics/answer/11397207#cookie-override) using the Analytics interface.\n\nFor most websites and apps, cookie storage should also be controlled by user\nconsent. [User privacy overview](/tag-platform/security/concepts/privacy) introduces the available options for managing\nuser consent.\n| **Note:** If you use the Google tag and have multiple products on a page that share cookies, use `gtag('set')` commands instead of `gtag('config')` for your cookie configuration settings. Doing so gives you more consistent results.\n\nChange cookie domain\n--------------------\n\n| **Important:** The `cookie_domain` value must be an ancestor of the current domain, otherwise the cookie will not be set. For example, if your domain is `one.two.three.root.com`, you may configure the cookie to be set on `root.com`, but not `someotherdomain.com`. Setting an incorrect cookie domain may result in no data being sent.\n\nWhen you use automatic cookie domain configuration, activity is\nmeasured across subdomains without any extra configuration.\n\nTo make changes to the cookie domain configuration, follow these steps: \n\n### gtag.js\n\nTo turn off automatic cookie domain configuration, update the `config` for\nyour tag to specify a value for the `cookie_domain` parameter: \n\n gtag('config', 'TAG_ID', {\n 'cookie_domain': 'blog.example.com'\n });\n\n### Tag Manager\n\n### For the **Google tag**:\n\n1. In your workspace, open the **Tags** menu.\n2. Edit an existing **Google tag** or create a new one.\n3. In the **Configuration** settings, add a new parameter:\n\n - **Name** : `cookie_domain`\n - **Value** : `my.example.com`\n4. **Save** the tag and publish the container.\n\n### For **Google Ads** and **Floodlight** tags:\n\nDomain settings can be modified from the [Conversion Linker](https://support.google.com/tagmanager/answer/7549390) tag:\n\n1. In Tag Manager, open your existing Conversion Linker tag, or create one if the tag doesn't yet exist in your container.\n2. Under **Linker Options** , click **Override cookie settings (advanced)**\n3. In the **Domain** field, enter the highest level domain for which a cookie should be allowed to be set. You can also specify a specific path in the **Path** field. Only use these settings if you need to limit cookies to a lower-level subdomain or subdirectory.\n\nRename cookies\n--------------\n\nTo avoid conflicts with other cookies, you may need to change the cookie name.\n**Important:** If the cookie name settings change after users have first visited your site, those visitors will appear as new visitors because the context stored in the non-modified cookies will be lost. \n\n### gtag.js\n\nThis configuration adds `example` to the beginning of the cookie that it\nsets (for example `_ga` becomes `example_ga`, or `_gcl_au` becomes\n`example_gcl_au`): \n\n gtag('config', 'TAG_ID', {\n cookie_prefix: 'example'\n });\n\n### Tag Manager\n\n### For the **Google tag**:\n\n1. In your workspace, open the **Tags** menu.\n2. Edit an existing **Google tag** or create a new one.\n3. In the **Configuration** settings, add a new parameter:\n\n - **Name** : `cookie_prefix`\n - **Value** : `example`\n4. **Save** the tag and publish the container.\n\n### For **Google Ads** and **Floodlight** tags:\n\nName prefix settings can be modified from the [Conversion Linker](https://support.google.com/tagmanager/answer/7549390) tag:\n\n1. In Tag Manager, open your existing Conversion Linker tag, or create one if the tag doesn't yet exist in your container.\n2. Under **Linker Options** , click **Override cookie settings (advanced)**\n3. In the **Name prefix** field, enter the desired name prefix. Any tags that use these cookies (for example, Google Ads conversion tags) must also be configured to use the same prefix.\n\nCookie expiration\n-----------------\n\nOn each page load, the cookie expiration time is updated to be the current time\nplus the cookie expiration value set by the Google tag. This means that if\ncookie expiration is set to one week (`604800` seconds), and a user visits using\nthe same browser within five days, the cookie will be available for an\nadditional week, and they will appear as the same visitor in your reports. If\nthat same user instead visited after the original cookie had expired, a new\ncookie will be created, and their first and second visits will appear as coming\nfrom distinct visitors in your reports.\n\nIf you set the cookie expiration value to `0` (zero) seconds, the cookie turns\ninto a [session based cookie](http://en.wikipedia.org/wiki/HTTP_cookie#Session_cookie) and expires once the current browser session ends. \n\n### gtag.js\n\n gtag('config', 'TAG_ID', {\n cookie_expires: 28 * 24 * 60 * 60 // 28 days, in seconds\n });\n\n### Tag Manager\n\n### For the **Google tag**:\n\n1. In your workspace, open the **Tags** menu.\n2. Edit an existing **Google tag** or create a new one.\n3. In the **Configuration** settings, add a new parameter:\n\n - **Name** : `cookie_expires`\n - **Value** : `2419200`\n\n | **Note:** A value of `2419200` equals 28 days but you can set any duration you need.\n4. **Save** the tag and publish the container.\n\n| **Note:** **Google Ads** and **Floodlight** cookies set by the [Conversion\n| Linker](https://support.google.com/tagmanager/answer/7549390) tag don't support `cookie_expires` at this time. If support for `cookie_expires` is required, use gtag.js for this tag configuration.\n\nCookie update\n-------------\n\nWhen the `cookie_update` flag is set to `true` (the default value), Google tags\nmay update cookies on each page load, and may update the cookie expiration to be\nset relative to the most recent visit to the site. For example, if cookie\nexpiration is set to one week, and a user visits using the same browser every\nfive days, the cookie expiration will be updated on each visit and so will\neffectively never expire.\n\nWhen set to `false`, cookies are not updated on each page load. This has the\neffect of cookie expiration being relative to the first time a user visited the\nsite. \n\n### gtag.js\n\n gtag('config', 'TAG_ID', {\n cookie_update: false\n });\n\n### Tag Manager\n\n### For the **Google tag**:\n\n1. In your workspace, open the **Tags** menu.\n2. Edit an existing **Google tag** or create a new one.\n3. In the **Configuration** settings, add a new parameter:\n\n - **Name** : `cookie_update`\n - **Value** : `false`\n4. **Save** the tag and publish the container.\n\n | **Note:** **Google Ads** and **Floodlight** cookies set by the [Conversion\n | Linker](https://support.google.com/tagmanager/answer/7549390) tag don't support `cookie_update` at this time. If support for `cookie_update` is required, use gtag.js for this tag configuration."]]