close
Skip to content

New Adapter: ReklamUp#4711

Merged
bsardo merged 1 commit into
prebid:masterfrom
prebid-reklamup:master
May 1, 2026
Merged

New Adapter: ReklamUp#4711
bsardo merged 1 commit into
prebid:masterfrom
prebid-reklamup:master

Conversation

@prebid-reklamup
Copy link
Copy Markdown
Contributor

@prebid-reklamup prebid-reklamup commented Mar 5, 2026

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

Description of change

Other information

Documentation PR: prebid/prebid.github.io#6460

aliasOf: "teqblaze"
endpoint: "https://node.reklamup.com/pserver"
maintainer:
email: "support@reklamup.com"
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Sent verification mail

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://node.reklamup.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

- banner
- video
- native
userSync:
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 Image

@danylo-kazymyrov-teqblaze
Copy link
Copy Markdown

OK — bidder returned 204

📄 Full response:

{
  "id": "some-request-id",
  "ext": {
    "debug": {
      "httpcalls": {
        "reklamup": [
          {
            "uri": "https://node.reklamup.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\":\"1\"}}}],\"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\":\"6c15822b-ddc7-43d1-9c97-a2051da2910d\"},\"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": {
                  "reklamup": {
                    "placementId": "1"
                  }
                }
              },
              "tid": "9c0ff201-6850-4bb0-b61d-c4c7345383c0"
            }
          }
        ],
        "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": "6c15822b-ddc7-43d1-9c97-a2051da2910d"
        },
        "regs": {
          "gdpr": 0
        },
        "ext": {
          "prebid": {
            "server": {
              "externalurl": "http://localhost:8000",
              "gvlid": 0,
              "datacenter": ""
            }
          }
        }
      }
    },
    "responsetimemillis": {
      "reklamup": 423
    },
    "tmaxrequest": 500,
    "prebid": {
      "auctiontimestamp": 1777622837652
    }
  }
}

@danylo-kazymyrov-teqblaze
Copy link
Copy Markdown

@bsardo we are ready to merge

@MaksymTeqBlaze MaksymTeqBlaze self-requested a review May 1, 2026 08:12
@bsardo bsardo merged commit 2fae16f into prebid:master May 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants