HomeGuidesChangelog
Guides

Using IDLs in OpenRTB

Once you have successfully obtained envelopes and used them to generate IdentityLinks with the Sidecar, you will need to add them to your outgoing bid requests for supported demand platforms.

OpenRTB 2.5

"user": {
  "buyeruid": "example_buyer",
  "id": "example_id",
  "ext": {
    "eids": [{
      "source": "liveramp.com",
      "uids": [{
        "id": "XY1000bIVBVah9ium-sZ3ykhPiXQbEcUpn4GjCtxrrw2BRDGM"
      }]
    }]
  }
}

Visit Github for more information.

OpenRTB 3.0

"user": {
  "id": "aaa",
  "buyerid": "xxx",
  "eids": [
    {
      "source": "liveramp.com",
      "uids": [
        { "id": "XY1000bIVBVah9ium-sZ3ykhPiXQbEcUpn4GjCtxrrw2BRDGM", 
         "atype": 501 }]
    }
  ]
}