Skip to content

New Adapter: Cortex#4755

Open
cortex-tech wants to merge 2 commits into
prebid:masterfrom
cortex-tech:master
Open

New Adapter: Cortex#4755
cortex-tech wants to merge 2 commits into
prebid:masterfrom
cortex-tech:master

Conversation

@cortex-tech
Copy link
Copy Markdown

Type of change

  • Bugfix

  • Feature

  • [х] New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Other information

Doc PR - prebid/prebid.github.io#6546

aliasOf: "teqblaze"
endpoint: "https://eu.targetadserver.com/pserver"
maintainer:
email: "dev@cortextech.it"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Email was sent

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@@ -0,0 +1,22 @@
aliasOf: "teqblaze"
endpoint: "https://eu.targetadserver.com/pserver"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified

Image

url: "https://sync.targetadserver.com/pbserver?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&redir={{.RedirectURL}}"
userMacro: "[UID]"
iframe:
url: "https://sync.targetadserver.com/pbserverIframe?gdpr={{.GDPR}}&gdpr_consent={{.GDPRConsent}}&us_privacy={{.USPrivacy}}&gpp={{.GPP}}&gpp_sid={{.GPPSID}}&pbserverUrl={{.RedirectURL}}"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified

Image Image

@@ -0,0 +1,22 @@
aliasOf: "teqblaze"
endpoint: "https://eu.targetadserver.com/pserver"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ OK — bidder returned 204

📄 Full response:

{
  "id": "some-request-id",
  "ext": {
    "debug": {
      "httpcalls": {
        "cortex": [
          {
            "uri": "https://eu.targetadserver.com/pserver",
            "requestbody": "{\"id\":\"some-request-id\",\"imp\":[{\"id\":\"some-impression-id\",\"banner\":{\"format\":[{\"w\":600,\"h\":500},{\"w\":300,\"h\":600}]},\"secure\":1,\"ext\":{\"bidder\":{\"type\":\"publisher\",\"placementId\":\"12345\"}}}],\"site\":{\"page\":\"prebid.org\",\"publisher\":{\"id\":\"280\"},\"ext\":{\"amp\":0}},\"device\":{\"ua\":\"curl/8.7.1\",\"ip\":\"1.1.1.1\"},\"user\":{\"id\":\"my-user-id\",\"buyeruid\":\"my-buyer-uid\",\"ext\":{\"eids\":[{\"source\":\"cool.example.com\",\"uids\":[{\"id\":\"A\"}]}]}},\"test\":1,\"at\":1,\"tmax\":500,\"source\":{\"tid\":\"d92ccecc-d0c4-4cda-9959-3d891525f43f\"},\"regs\":{\"ext\":{\"gdpr\":0}},\"ext\":{\"prebid\":{\"server\":{\"externalurl\":\"http://localhost:8000\",\"gvlid\":0,\"datacenter\":\"\"}}}}",
            "requestheaders": {
              "Accept": [
                "application/json"
              ],
              "Content-Type": [
                "application/json;charset=utf-8"
              ],
              "X-Prebid": [
                "pbs-go/unknown"
              ]
            },
            "responsebody": "",
            "status": 204
          }
        ]
      },
      "resolvedrequest": {
        "id": "some-request-id",
        "imp": [
          {
            "id": "some-impression-id",
            "banner": {
              "format": [
                {
                  "w": 600,
                  "h": 500
                },
                {
                  "w": 300,
                  "h": 600
                }
              ]
            },
            "secure": 1,
            "ext": {
              "prebid": {
                "bidder": {
                  "cortex": {
                    "placementId": "12345"
                  }
                }
              },
              "tid": "4f26da5a-c233-4a35-b1e6-81dc17f1c665"
            }
          }
        ],
        "site": {
          "page": "prebid.org",
          "publisher": {
            "id": "280"
          },
          "ext": {
            "amp": 0
          }
        },
        "device": {
          "ua": "curl/8.7.1",
          "ip": "1.1.1.1"
        },
        "user": {
          "id": "my-user-id",
          "buyeruid": "my-buyer-uid",
          "eids": [
            {
              "source": "cool.example.com",
              "uids": [
                {
                  "id": "A"
                }
              ]
            }
          ]
        },
        "test": 1,
        "at": 1,
        "tmax": 500,
        "source": {
          "tid": "d92ccecc-d0c4-4cda-9959-3d891525f43f"
        },
        "regs": {
          "gdpr": 0
        },
        "ext": {
          "prebid": {
            "server": {
              "externalurl": "http://localhost:8000",
              "gvlid": 0,
              "datacenter": ""
            }
          }
        }
      }
    },
    "responsetimemillis": {
      "cortex": 271
    },
    "tmaxrequest": 500,
    "prebid": {
      "auctiontimestamp": 1777627702035
    }
  }
}

@MaksymTeqBlaze MaksymTeqBlaze self-requested a review May 4, 2026 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants