alphagov / govuk-browser-extension

Chrome and Firefox extension for developers working on GOV.UK.
24 stars 5 forks source link

Update A/B bucket parsing to match new meta tag format #57

Closed suzannehamilton closed 7 years ago

suzannehamilton commented 7 years ago

The syntax of the A/B testing meta tag has been changed so that it fits the format expected by the Google Analytics code (alphagov/frontend#1110). This commit updates the tag parsing to extract the test name and current buckets from the new format.

Old format: <meta name="govuk:ab-test:Example:current-bucket" content="A">

New format: <meta name="govuk:ab-test" content="Example:A">

Trello: https://trello.com/c/g9OyC7Pn/310-tell-google-analytics-about-a-b-tests