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

Rubicon: LiveIntent support in RP Adapter and PBS Adapter update to pass segments #4303

Conversation

idettman
Copy link
Contributor

@idettman idettman commented Oct 14, 2019

Type of change

  • Other

Description of change

  1. Prebid.js should receive two values from bidrequest.userId.lipb
    {  "lipbid": "T7JiRRvsRAmh88",  "segments": ["999","888"] }

  2. In the RP fastlane.json call, pass the following url params: &tpid_liveintent.com=T7JiRRvsRAmh88&tg_v.LIseg=999,888

  3. In the RP openRTB call:

{
  "user": {
    "ext": {
      "eids": [​{
        "source": "liveintent.com",
        "uids": [{
          "id": "T7JiRRvsRAmh88"
        }]
      }],
      "tpid": [
        {
           "source": "liveintent.com",
           "uid": "T7JiRRvsRAmh88"
        }
      ],
      "rp": {
          "target": {
              "LIseg": ["999","888"]
          }
      }
    }
  }
}
  1. Update the prebidServerBidAdapter oRTB call:
{
  "user": {
    "ext": {
      "eids": [​{
        "source": "liveintent.com",
        "uids": [{
          "id": "T7JiRRvsRAmh88"
        }],
        "ext": {
           "segments": ["999","888"]
        }
      }],
    }
  }
}

Related Pull Requests

LiveIntent User ID Submodule (4178)
LiveIntent User ID Submodule EIDS Update (4300)

nakamoto and others added 30 commits February 16, 2019 21:30
# Conflicts:
#	modules/advangelistsBidAdapter.js
#	test/spec/modules/advangelistsBidAdapter_spec.js
@robertrmartinez robertrmartinez deleted the update-rubicon-adapter-liveintent-support branch July 5, 2023 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants