Skip to content

New Adapter: Adsmovil#4712

Merged
bsardo merged 3 commits intoprebid:masterfrom
Adsmovil-sas:master
Apr 10, 2026
Merged

New Adapter: Adsmovil#4712
bsardo merged 3 commits intoprebid:masterfrom
Adsmovil-sas:master

Conversation

@teqblaze
Copy link
Copy Markdown
Contributor

@teqblaze teqblaze 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

doc MR: prebid/prebid.github.io#6461

aliasOf: "teqblaze"
endpoint: "https://tag-ssp.adsmovil.com/pserver"
maintainer:
email: "prebid@adsmovil.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

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

received
image

@bsardo bsardo added the adapter label Mar 31, 2026
@bsardo bsardo changed the title New adapter adsmovil New adapter: Adsmovil Mar 31, 2026
@@ -0,0 +1,16 @@
aliasOf: "teqblaze"
endpoint: "https://tag-ssp.adsmovil.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

@danylo-kazymyrov-teqblaze
Copy link
Copy Markdown

PBS verified

curl --silent --request POST \
  --url http://localhost:8000/openrtb2/auction \
  --header 'content-type: application/json' \
  --data '{
  "id": "some-request-id",
  "test": 1,
  "site": {"publisher": {"id": "280"}, "page": "prebid.org"},
  "imp": [{"id": "some-impression-id", "banner": {"format": [{"w": 600, "h": 500}, {"w": 300, "h": 600}]}, "ext": {"'"$BIDDER"'": {"placementId": "1"}}}],
  "device": {"ip": "1.1.1.1"},
  "regs": {"ext": {"gdpr": 0}},
  "tmax": 1500,
  "user": {"id": "my-user-id", "buyeruid": "my-buyer-uid", "eids": [{"uids": [{"id": "A"}], "source": "cool.example.com"}]}
}'
{
  "id": "some-request-id",
  "ext": {
    "debug": {
      "httpcalls": {
        "adsmovil": [
          {
            "uri": "https://tag-ssp.adsmovil.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\":1500,\"source\":{\"tid\":\"9aeb7847-20b2-480e-aa03-eb85a7c188e3\"},\"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": {
                  "adsmovil": {
                    "placementId": "1"
                  }
                }
              },
              "tid": "53bfb9d0-98e5-432d-b36c-feafe80ad95d"
            }
          }
        ],
        "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": 1500,
        "source": {
          "tid": "9aeb7847-20b2-480e-aa03-eb85a7c188e3"
        },
        "regs": {
          "gdpr": 0
        },
        "ext": {
          "prebid": {
            "server": {
              "externalurl": "http://localhost:8000",
              "gvlid": 0,
              "datacenter": ""
            }
          }
        }
      }
    },
    "responsetimemillis": {
      "adsmovil": 434
    },
    "tmaxrequest": 1500,
    "prebid": {
      "auctiontimestamp": 1775640224585
    }
  }
}

Copy link
Copy Markdown

@danylo-kazymyrov-teqblaze danylo-kazymyrov-teqblaze left a comment

Choose a reason for hiding this comment

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

verified

@MaksymTeqBlaze MaksymTeqBlaze self-requested a review April 8, 2026 09:27
@bsardo bsardo changed the title New adapter: Adsmovil New Adapter: Adsmovil Apr 10, 2026
@bsardo bsardo merged commit e3b3d45 into prebid:master Apr 10, 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.

4 participants