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

Jixie Bid Adapter : pass bid floor to backend and change 1st party cookie #10496

Merged
merged 26 commits into from
Sep 18, 2023

Commits on Jun 1, 2021

  1. Adapter does not seem capable of supporting advertiserDomains prebid#…

    …6650
    
    added response comment and some trivial code.
    jxdeveloper1 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    642803b View commit details
    Browse the repository at this point in the history
  2. removed a blank line at the end of file

    added a space behind the // in comments
    jxdeveloper1 committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    103b8ae View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    704e974 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d26af8 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    b23b95b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7886688 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'jixie_add_keyword_frompage'

    * jixie_add_keyword_frompage:
      added the code to get the keywords from the meta tags if available.
    jxdeveloper1 committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b2f8f76 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

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

Commits on Apr 26, 2022

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

Commits on Apr 27, 2022

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

Commits on May 10, 2022

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

Commits on May 12, 2022

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

Commits on May 20, 2022

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

Commits on Jul 16, 2022

  1. Merge remote-tracking branch 'upstream/master'

    merge up to origin's master
    jxdeveloper1 committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    3d57c8b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Merge remote-tracking branch 'upstream/master'

    take latest from upstream
    jxdeveloper1 committed Dec 13, 2022
    Configuration menu
    Copy the full SHA
    4e254b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge remote-tracking branch 'upstream/master'

    merge up to latest in opensrc prebidjs
    jxdeveloper1 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    63b7cc0 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. WIP

    jxdeveloper1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    4807683 View commit details
    Browse the repository at this point in the history
  2. cleaned up

    jxdeveloper1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    e2eb4c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efc9524 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into rw-jixie-pass-gpid-etc

    * master: (107 commits)
      Increment version to 8.11.0-pre
      Prebid 8.10.0 release
      add privacyIcon to not native asset list (prebid#10259)
      gppControl_usstates: activity controls for US state consent (prebid#10283)
      UserID: check for all consent (not just GDPR) to check if an ID needs refreshing (prebid#10286)
      fluct Bid Adapter: add user.data to bid requests (prebid#10318)
      Prebid Server adapter: improve cookie_sync tests, check GPP fields are populated (prebid#10362)
      fix: consolidate banner format array (prebid#10365)
      consentManagementGpp: support GPP 1.1 (prebid#10282)
      Relay Bid Adapter : Initial Release (prebid#10197)
      Yieldmo Bid Adapter : adding 4.x VAST protocol support (prebid#10363)
      Cadent Aperture MX Bid Adapter: support GPP and GPP Section Ids (prebid#10342)
      identityLinkSubmodule: add additional check on retrieving the envelope (prebid#10355)
      fluct Bid Adapter: add gpid to bid requests (prebid#10361)
      Increment version to 8.10.0-pre
      Prebid 8.9.0 release
      fledgeForGpt: consolidate publisher configuration (prebid#10360)
      ConcertBidAdapter: Add `browserLanguage` to request `meta` object (prebid#10356)
      GrowthCode Analytics: Updates/BugFixes (prebid#10339)
      Activity Controls GPP: invalidate covered = 0 in mspa (prebid#10354)
      ...
    jxdeveloper1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5ef588b View commit details
    Browse the repository at this point in the history
  5. Merge branch 'rw-jixie-pass-gpid-etc'

    * rw-jixie-pass-gpid-etc:
     sending gpid; sending a few more ids from first party  cookie
    jxdeveloper1 committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1df612b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    034b1fe View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. Merge remote-tracking branch 'upstream/master'

    merge up to upstream master
    jxdeveloper1 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ad74bce View commit details
    Browse the repository at this point in the history
  2. sending floor to our backend for each bid, when available, changed on…

    …e of the 1st party cookies that we want to send to backend
    jxdeveloper1 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    7208851 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'rw-jixie-get-floor-etc'

    * rw-jixie-get-floor-etc:
      sending floor to our backend for each bid, when available, changed one of the 1st party cookies that we want to send to backend
    jxdeveloper1 committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    f91704a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7574d30 View commit details
    Browse the repository at this point in the history