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

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

Merged
merged 1 commit into from
Jan 30, 2017
Merged

Commits on Jan 30, 2017

  1. Update A/B bucket parsing to match new meta tag format

    The syntax of the A/B testing meta tag has been changed so that it fits
    the format expected by the Google Analytics code. 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">
    suzannehamilton committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    b13b848 View commit details
    Browse the repository at this point in the history