For the complete documentation index, see llms.txt. This page is also available as Markdown.

Open RTB 2.4 Examples

Open RTB Advertiser Request

{
    "id": "d4b5c697-41f3-4c1c-a3d5-5fd01b5ef2aa",
    "at":1,
    "imp": [
        {
            "id": "974090632",
            "banner": {
                "w": 300,
                "h": 250,
                "mimes": [
                  "image/jpg",
                  "image/png",
                  "video/mp4",
                  "image/webp"
                ],
                "ext": {
                  "image_output": "xml",
                  "video_output": "xml"
                }
            }
        }
    ],
    "site": {
        "id": "12345",
        "domain": "sitedomain.com",
        "name": "site domain",
        "cat": ["IAB25-3"],
        "page": "https://sitedomain.com/page",
        "keywords": "lifestyle, humour"
    },
    "device": {
        "ua": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.63 Safari/537.36",
        "sua": {
            "architecture": "x86",
            "bitness": "64",
            "model": "Windows",
            "mobile": 0,
            "source": 2,
            "platform": {
                "brand": "Windows",
                "version": [
                    "10",
                    "0",
                    "0"
                ]
            },
            "browsers": [
                {
                    "brand": "Chromium",
                    "version": [
                        "136",
                        "0",
                        "7103",
                        "93"
                    ]
                },
                {
                    "brand": "Microsoft Edge",
                    "version": [
                        "136",
                        "0",
                        "3240",
                        "64"
                    ]
                },
                {
                    "brand": "Not.A\/Brand",
                    "version": [
                        "99",
                        "0",
                        "0",
                        "0"
                    ]
                }
            ]
        },
        "ip": "192.0.2.1",
        "geo": {
            "country": "IRL"
        },
        "language": "en",
        "os": "Linux & UNIX",
        "js": 0,
        "ext": {
            "remote_addr": "192.0.2.1",
            "x_forwarded_for": "",
            "accept_language": "en-GB;q=0.8,pt-PT;q=0.6,en;q=0.4,en-US;q=0.2,de;q=0.2,es;q=0.2,fr;q=0.2"
        }
    },
    "user": {
        "id": "57592f333f8983.043587162282415065"
    },
    "ext": {
        "sub": 445566
    }
}

Email Clicks

Fullpage Interstitial (Mobile and Desktop)

In-Stream

Native

Popunder

Push Notifications - 720 x 480

Push Notifications - 192 x 192

Open RTB Advertiser Response

Email Clicks JSON

Fullpage Interstitial (Mobile and Desktop) JSON

Native JSON

ADM structure examples

Email Clicks

Fullpage Interstitial Banner

Fullpage Interstitial Iframe

Popunder

In-Stream Ads

  • Remote VAST

Based on the following JSON object:

  • Local VAST

Based on the following JSON object:

Native Ads

Which is based on the following JSON object:

Push Notification

Which is based on the following JSON object:

Last updated

Was this helpful?