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">
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