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

PBID-39: Fill out userIdAsEids object with UID extended data (IBA and CCPA optout status) #10

Merged
merged 8 commits into from
Jun 9, 2020

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    f8650b9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea3862f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37f7da4 View commit details
    Browse the repository at this point in the history
  4. PBID-39: Pass Parrable IBA and CCPA optout status into ORTB EIDs list…

    … through UID extensions
    icflournoy committed May 15, 2020
    Configuration menu
    Copy the full SHA
    be2c51d View commit details
    Browse the repository at this point in the history
  5. PBID-39: Pass a true CCPA optout status to adapters when the EID has …

    …been suppressed
    
    The userId/eids module will not consider our ID system for inclusion in the EIDs object if our ID value is not a string.
    Unfortunately when we write our cookie without an EID (in the case where CCPA optout is true) then the deserialized EID value is undefined, to save space in the cookie.
    
    So this is a hack that will return an empty string when Prebid is building the EIDs object so that we can still pass our optout status to those that require it to understand why our ID may be missing.
    icflournoy committed May 15, 2020
    Configuration menu
    Copy the full SHA
    754bc7f View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

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

Commits on May 27, 2020

  1. Configuration menu
    Copy the full SHA
    fa9c9e3 View commit details
    Browse the repository at this point in the history
  2. PBID-39: Use array find

    icflournoy committed May 27, 2020
    Configuration menu
    Copy the full SHA
    034c5ef View commit details
    Browse the repository at this point in the history