Skip to content

New adapter: AppMonstaMedia#4727

Open
teqblaze wants to merge 2 commits intoprebid:masterfrom
AppMonsta:master
Open

New adapter: AppMonstaMedia#4727
teqblaze wants to merge 2 commits intoprebid:masterfrom
AppMonsta:master

Conversation

@teqblaze
Copy link
Copy Markdown
Contributor

@teqblaze teqblaze commented Mar 24, 2026

Type of change

  • New bidder adapter

Description of change

Other information

doc PR - prebid/prebid.github.io#6498

@danylo-kazymyrov-teqblaze
Copy link
Copy Markdown

PBS startup verified and response is ok
Request

{
  "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": {
      "appMonstaMedia": {
        "placementId": "1"
      }
    }
  }],
  "device": {
      "ip": "1.1.1.1"
  },
  "regs": {
      "ext": {
          "gdpr": 0
      }
  },
  "tmax": 500,
  "user": {
      "id": "my-user-id",
      "buyeruid": "my-buyer-uid",
		  "eids": [
				{
					"uids": [
						{
          		"id": "A"
        		}
					],
					"source": "cool.example.com"
				}
			]
  }
}

Response

{"id":"some-request-id","ext":{"debug":{"httpcalls":{"appMonstaMedia":[{"uri":"https://ssp-us.appmonsta.ai/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\":\"bruno-runtime/3.0.2\",\"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\":\"8cbd326d-f57a-4fe1-a030-f6198c7d39b7\"},\"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":{"appMonstaMedia":{"placementId":"1"}}},"tid":"25f1c40f-dde9-4909-a8f4-e28f992f9cd8"}}],"site":{"page":"prebid.org","publisher":{"id":"280"},"ext":{"amp":0}},"device":{"ua":"bruno-runtime/3.0.2","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":"8cbd326d-f57a-4fe1-a030-f6198c7d39b7"},"regs":{"gdpr":0},"ext":{"prebid":{"server":{"externalurl":"http://localhost:8000","gvlid":0,"datacenter":""}}}}},"responsetimemillis":{"appMonstaMedia":189},"tmaxrequest":500,"prebid":{"auctiontimestamp":1775037209365}}}

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.

waiting for mail response

endpoint: "https://ssp-us.appmonsta.ai/pserver"
gvlVendorID: 1283
maintainer:
email: "media.support@appmonsta.ai"
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 email

@@ -0,0 +1,5 @@
aliasOf: "teqblaze"
endpoint: "https://ssp-us.appmonsta.ai/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.

endpoint works

Image

@@ -0,0 +1,5 @@
aliasOf: "teqblaze"
endpoint: "https://ssp-us.appmonsta.ai/pserver"
gvlVendorID: 1283
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

➜ curl https://vendor-list.consensu.org/v3/vendor-list.json | jq '.vendors."1283"'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  850k  100  850k    0     0  4578k      0 --:--:-- --:--:-- --:--:-- 4598k
{
  "id": 1283,
  "name": "Appmonsta Ltd",
  "purposes": [
    1
  ],
  "legIntPurposes": [],
  "flexiblePurposes": [],
  "specialPurposes": [],
  "features": [
    3
  ],
  "specialFeatures": [],
  "cookieMaxAgeSeconds": 1209600,
  "usesCookies": true,
  "cookieRefresh": false,
  "urls": [
    {
      "langId": "en",
      "privacy": "https://appmonsta.ai/privacy",
      "legIntClaim": "https://appmonsta.ai/privacy"
    }
  ],
  "usesNonCookieAccess": false,
  "dataRetention": {
    "purposes": {},
    "specialPurposes": {}
  },
  "dataDeclaration": [
    1,
    2,
    3,
    8,
    11
  ],
  "deviceStorageDisclosureUrl": "https://appmonsta.ai/DeviceStorageDisclosure.json"
}

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.

3 participants