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

Prebid JS Native Phase 2 update: #5411

Merged
merged 6 commits into from
Jan 13, 2021

Commits on Jun 22, 2020

  1. Prebid JS Native Phase 2 update:

    1) Key Suppression for Native keys with sendTargetingKeys set to false at nativeParams.sendTargetingKeys or within asset i.e. nativeParams.image.sendTargetingKeys. Logic as follows:
       - If nativeParams.sendTargetingKeys set to false but asset has sendTargetingKeys set to true then add the KV
       - Else if nativeParams.sendTargetingKeys is set to true and asset does not have sendTargetingKeys defined or it is set to true then add KV
       - Else if nativeParams.sendTargetingKeys is not defined and asset does not have sendTargetingKeys defined or it is set
     to true then add KV
       If no conditions met then key is suppressed
    2) Adds rendererUrl or adTemplate to the bid object for easy retrieval if assets requested from creative
    3) Adds new logic to receiveMessage function in secureCreatives.js to answer data.action of 'allAssetRequest' with all available assets on the bid that have a value
    4) Adds new native keys to constants.json
    Michael Moschovas authored and Michael Moschovas committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    ecf4c97 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Update to simplify send asset logic

    Michael Moschovas authored and Michael Moschovas committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    6e61f3e View commit details
    Browse the repository at this point in the history
  2. Fixed asset location typo

    Michael Moschovas authored and Michael Moschovas committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    d32e1be View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Update to include message listener for native resize and update adObj…

    …ect for auction to include creative height and trigger resize
    mmoschovas committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    aef347b View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

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

Commits on Jan 13, 2021

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