Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating cookies policy #7181

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
th.govuk-table__header = t("header.name", scope:)
th.govuk-table__header = t("header.purpose", scope:)
th.govuk-table__header = t("header.expires", scope:)
- %w[first second third].each do |row|
- %w[first second third fourth fifth sixth seventh eighth ninth tenth eleventh twelfth thirteenth fourteenth fifteenth sixteenth seventeenth eighteenth nineteenth].each do |row|
tr.govuk-table__row
td.govuk-table__cell = t("#{row}.name", scope:)
td.govuk-table__cell = t("#{row}.purpose", scope:)
Expand Down
64 changes: 64 additions & 0 deletions config/locales/cookies_preferences.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,70 @@ en:
name: _gat
purpose: Used to manage the rate at which page view requests are made
expires: 1 minute
fourth:
name: _vis_opt_exp_{CAMPAIGNID}_goal_{GOALID}
purpose: This VWO cookie is created when a campaign goal is triggered. This cookie, when created, will always have a value of 1
expires: 100 days
fifth:
name: _vis_opt_test_cookie
purpose: This VWO cookie is to read if cookies can be placed
expires: Browser closes
sixth:
name: _vis_opt_exp_{CAMPAIGNID}_combi
purpose: This VWO cookie is created when you are chosen for a particular variation for a test and ensures you see the same variation when you revisit a page in the future
expires: 100 days
seventh:
name: _vis_opt_exp_{CAMPAIGNID}_exclude
purpose: This VWO cookie is created when you are excluded from a test campaign due to the traffic percentage specifications
expires: 100 days
eighth:
name: _vis_opt_exp_{CAMPAIGNID}_split
purpose: This cookie is created when one of the variations is chosen for you, but you are not yet redirected to the variation page. It exists so that VWO can verify that the variation page corresponds to the chosen variation after landing on the page
expires: 100 days
ninth:
name: _vis_opt_s
purpose: This VWO cookie tracks sessions
expires: 100 days
tenth:
name: _vis_opt_out
purpose: This VWO cookie indicates that you should not be made part of any campaign
expires: 10 years
eleventh:
name: _vwo_uuid_v2
purpose: This VWO cookie generates a unique id for every visitor
expires: 1 year
twelfth:
name: _vwo_ds
purpose: This VWO cookie stores persistent visitor-level data for VWO Insights
expires: Depends on the retention period of the account
thirteenth:
name: _vwo_sn
purpose: This VWO cookie stores session-level information
expires: 30 minutes and reset again to 30 minutes on activity
fourteenth:
name: _vis_opt_exp_{CAMPAIGNID}_combi_choose
purpose: This VWO cookie stores the chosen combination. It’s a temporary cookie that gets deleted when the campaign changes are applied
expires: Persists until campaign changes are applied
fifteenth:
name: _vwo_referrer
purpose: This cookie stores referral info allowing VWO to identify the original Traffic source in case of the Split URL campaign
expires: 15 seconds
sixteenth:
name: _vwo
purpose: This VWO cookie is a jar of all the VWO cookies. It is currently created only for the Safari browser browser
expires: Expires in 2096 years
seventeenth:
name: _clck
purpose: Persists the Clarity User ID and preferences, unique to that site is attributed to the same user ID
expires: 12 months
eighteenth:
name: _clsk
purpose: Connects multiple page views by a user into a single Clarity session recording
expires: 1 day
nineteenth:
name: CLID
purpose: Identifies the first-time Clarity saw this user on any site using Clarity
expires: 12 months
marketing:
heading: Cookies that help with our communications and marketing
intro: >-
Expand Down
Loading