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

Permutive RTD module: support IAB Audience taxonomy #8242

Merged
merged 11 commits into from
Apr 11, 2022

Commits on Mar 31, 2022

  1. Permutive RTD module: support IAB Audience taxonomy

    Updates the Permutive RTD module to facilitate for segmentation by
    the new IAB Audience taxonomy.
    
    To achieve this, this change introduces the concept of "transformations"
    on the ORT2B `user.data` object. There are two components to these
    transformations: a new `transformations` property on the Prebid config,
    to be set by the publisher, and logic in the module for the actual
    behaviour of the transformation.
    
    We plan to use the transformation logic in this PR, combined with
    configuration we'll share with publishers, to send IAB Audience
    taxonomy cohort IDs to bidders.
    desbo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    000411a View commit details
    Browse the repository at this point in the history
  2. Remove unused argument

    desbo committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    8392b6c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    4b2c75e View commit details
    Browse the repository at this point in the history
  2. Update readme

    desbo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    91d7319 View commit details
    Browse the repository at this point in the history
  3. Rename function

    desbo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    40f45c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a90d5b View commit details
    Browse the repository at this point in the history
  5. Fix config in example

    desbo committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5965ccf View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Add missing segtax to example

    desbo committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    24662a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49ce2a5 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Configuration menu
    Copy the full SHA
    05cc357 View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    bartholomews committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    8f3747e View commit details
    Browse the repository at this point in the history