Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions static/bidder-info/cortex.yaml
Original file line number Diff line number Diff line change
@@ -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

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
    }
  }
}

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

capabilities:
site:
mediaTypes:
- banner
- video
- native
app:
mediaTypes:
- banner
- video
- native
userSync:
redirect:
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

userMacro: "[UID]"
Loading