2023-05-08 10:49:30 -04:00
{% extends "withoutnav_template.html" %}
{% from "components/banner.html" import banner %}
{% block per_page_title %}
Cookies
{% endblock %}
{% block cookie_message %}{% endblock %}
{% block maincolumn_content %}
2023-08-23 16:18:25 -04:00
< div class = "grid-row" >
< div class = "grid-col-8" >
2023-05-08 10:49:30 -04:00
< div class = "cookie-settings__confirmation banner banner-with-tick" data-cookie-confirmation = "true" role = "group" tabindex = "-1" >
< h2 class = "banner-title" > Your cookie settings were saved< / h2 >
2023-08-25 11:38:07 -04:00
< a class = "govuk_link cookie-settings__prev-page" href = "#" data-module = "track-click" data-track-category = "cookieSettings" data-track-action = "Back to previous page" >
2023-05-08 10:49:30 -04:00
Go back to the page you were looking at
< / a >
< / div >
2023-06-06 15:28:24 -04:00
< h1 class = "font-body-2xl margin-bottom-3" > Cookies< / h1 >
2023-05-08 10:49:30 -04:00
< p class = "summary" >
Cookies are small files saved on your phone, tablet, or computer when you visit a website.
< / p >
2023-07-28 11:12:46 -04:00
< p > We use cookies to make Notify.gov work and collect information about how you use our service.< / p >
2023-05-08 10:49:30 -04:00
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "essential-cookies" > Essential cookies< / h2 >
< p >
2023-05-08 10:49:30 -04:00
Essential cookies keep your information secure while you use Notify. We do not need to ask permission to use them.
< / p >
< table >
2023-06-16 14:55:24 -04:00
< caption class = "usa-sr-only" > Essential cookies< / caption >
2023-05-08 10:49:30 -04:00
< thead >
< tr >
< th > Name< / th >
< th > Purpose< / th >
< th > Expires< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td >
notify_admin_session
< / td >
< td width = "50%" >
Used to keep you signed in
< / td >
< td >
20 hours
< / td >
< / tr >
< tr >
< td >
cookie_policy
< / td >
< td width = "50%" >
Saves your cookie consent settings
< / td >
< td >
1 year
< / td >
< / tr >
< / tbody >
< / table >
2023-06-06 15:28:24 -04:00
< h2 class = "font-body-lg" id = "analytics-cookies" > Analytics cookies (optional)< / h2 >
< p >
2023-05-08 10:49:30 -04:00
With your permission, we use Google Analytics to collect data about how you use Notify. This information helps us to improve our service.
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-05-08 10:49:30 -04:00
Google is not allowed to use or share our analytics data with anyone.
< / p >
2023-06-06 15:28:24 -04:00
< p >
2023-05-08 10:49:30 -04:00
Google Analytics stores anonymized information about:
< / p >
2023-08-25 15:31:44 -04:00
< ul class = "usa-list usa-list--bullet" >
2023-07-28 11:12:46 -04:00
< li > how you got to Notify.gov< / li >
2023-05-08 10:49:30 -04:00
< li > the pages you visit on Notify and how long you spend on them< / li >
< li > any errors you see while using Notify< / li >
< / ul >
< table >
2023-06-16 14:55:24 -04:00
< caption class = "usa-sr-only" > Google Analytics cookies< / caption >
2023-05-08 10:49:30 -04:00
< thead >
< tr >
< th > Name< / th >
< th > Purpose< / th >
< th > Expires< / th >
< / tr >
< / thead >
< tbody >
< tr >
< td >
_ga
< / td >
< td width = "50%" >
Checks if you’ ve visited Notify before. This helps us count how many people visit our site.
< / td >
< td >
2 years
< / td >
< / tr >
< tr >
< td >
_gid
< / td >
< td width = "50%" >
Checks if you’ ve visited Notify before. This helps us count how many people visit our site.
< / td >
< td >
24 hours
< / td >
< / tr >
< / tbody >
< / table >
< div class = "cookie-settings__no-js" >
2023-08-25 11:38:07 -04:00
< h2 class = "govuk-heading-s" > Do you want to accept analytics cookies?< / h2 >
2023-06-06 15:28:24 -04:00
< p > We use Javascript to set our analytics cookies. Unfortunately Javascript is not running on your browser, so you cannot change your settings. You can try:< / p >
2023-08-25 15:31:44 -04:00
< ul class = "usa-list usa-list--bullet" >
2023-05-08 10:49:30 -04:00
< li > reloading the page< / li >
< li > turning on Javascript in your browser< / li >
< / ul >
< / div >
< div class = "cookie-settings__form-wrapper" >
< form data-module = "cookie-settings" >
2023-08-25 11:38:07 -04:00
< div class = "usa-form-group" >
2023-08-31 14:57:45 -04:00
< fieldset class = "usa-fieldset" aria-describedby = "changed-name-hint" >
< legend class = "usa-fieldset__legend usa-fieldset__legend--s" >
2023-05-08 10:49:30 -04:00
Do you want to accept analytics cookies?
< / legend >
2023-08-28 14:40:33 -04:00
< div class = "usa-radios usa-radios--inline" >
2023-08-25 15:31:44 -04:00
< div class = "usa-radio" >
< input class = "usa-radio__input" id = "cookies-analytics-yes" name = "cookies-analytics" type = "radio" value = "on" >
< label class = "usa-radio__label" for = "cookies-analytics-yes" >
2023-05-08 10:49:30 -04:00
Yes
< / label >
< / div >
2023-08-25 15:31:44 -04:00
< div class = "usa-radio" >
< input class = "usa-radio__input" id = "cookies-analytics-no" name = "cookies-analytics" type = "radio" value = "off" >
< label class = "usa-radio__label" for = "cookies-analytics-no" >
2023-05-08 10:49:30 -04:00
No
< / label >
< / div >
< / div >
< / fieldset >
< / div >
< button class = "govuk-button" type = "submit" > Save cookie settings< / button >
< / form >
< / div >
< / div >
< / div >
{% endblock %}