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

IAS RTD Module: Custom key values #8214

Merged
merged 8 commits into from
Mar 31, 2022

Commits on Mar 11, 2022

  1. Mapping table initialization

    A constant initialises a mapping table where each possible key used by IAS is mapped to itself.
    The dataProviders config for the IAS RTD module accepts an optional new property: keyMappings. The init function reads this property and uses it to overwrite any key that is already in the pre-initialised mapping table with the new value provided.
    In a future addition, the mapping table will be used to populate the key-values actually sent to the adserver.
    rbarbini-ias committed Mar 11, 2022
    Configuration menu
    Copy the full SHA
    e6c543a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Rename Key Values

    After merging the key-values for each ad unit, a renaming function is called to ensure that any custom key chosen by the client is used.
    rbarbini-ias committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    bc94501 View commit details
    Browse the repository at this point in the history
  2. Bugfix

    Call the callback() function in getBidRequestData.
    rbarbini-ias committed Mar 14, 2022
    Configuration menu
    Copy the full SHA
    337c8aa View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2022

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

Commits on Mar 18, 2022

  1. Configuration menu
    Copy the full SHA
    17dddd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad9b1d View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

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

Commits on Mar 24, 2022

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