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

UID2 & EUID Modules: Add support for EUID and prefer localStorage for both modules. #9968

Merged
merged 18 commits into from
Jun 2, 2023

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    6622613 View commit details
    Browse the repository at this point in the history
  2. Provide local-storage option in response to complaints that the cooki…

    …e can grow large enough to cause problems for publishers.
    lionell-pack-ttd committed May 8, 2023
    Configuration menu
    Copy the full SHA
    0227eef View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    8c94338 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Further refactoring. Add basic EUID module based on the refactored co…

    …de. Still needs tests and testing.
    lionell-pack-ttd committed May 11, 2023
    Configuration menu
    Copy the full SHA
    7e5f9a0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Factor out some shared testing code.

    Add EUID module tests.
    lionell-pack-ttd committed May 18, 2023
    Configuration menu
    Copy the full SHA
    bacc8a3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Add EUID markdown docs.

    Some minor changes.
    lionell-pack-ttd committed May 22, 2023
    Configuration menu
    Copy the full SHA
    65c115c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2023

  1. Configuration menu
    Copy the full SHA
    167094d View commit details
    Browse the repository at this point in the history
  2. Rename cookie param for EUID.

    Fix some docs.
    lionell-pack-ttd committed May 23, 2023
    Configuration menu
    Copy the full SHA
    dc8afb1 View commit details
    Browse the repository at this point in the history
  3. Some EUID docs tweaks.

    Change UID2 module docs to match EUID docs.
    Update param to use uid2Cookie instead of uid2ServerCookie (but still fall back to the old value).
    lionell-pack-ttd committed May 23, 2023
    Configuration menu
    Copy the full SHA
    450434f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Added a test and fixed a bug that caused the server only cookie confi…

    …g to fail for subsequent page views.
    lionell-pack-ttd committed May 24, 2023
    Configuration menu
    Copy the full SHA
    0977f35 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Added EUID example.

    lionell-pack-ttd committed May 25, 2023
    Configuration menu
    Copy the full SHA
    59257bb View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Update some tests.

    lionell-pack-ttd committed May 26, 2023
    Configuration menu
    Copy the full SHA
    b218d49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8894fed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f4050b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe0ef3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2971d8f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Update UID2 module to not run if GDPR applies.

    Update EUID to check consent.
    lionell-pack-ttd committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    c967339 View commit details
    Browse the repository at this point in the history
  2. Remove EUID from a specific test - it no longer works as that test do…

    …esn't provide consent data, and the EUID module requires it.
    lionell-pack-ttd committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    107622f View commit details
    Browse the repository at this point in the history