Nexx360 Documentation
  • Nexx360 solutions
  • Nexx360 account
    • Account creation
    • Account settings
      • Add and manage users
      • Configure bidders
      • Create blocklists
      • Implement throttling
  • General configuration
    • Introduction
    • Add and manage websites
    • Add and manage tagIds
    • Bid reductions
    • Extra Feature module
    • Cookie Sync script
    • Available bidders
  • Prebid Adapter
    • Introduction
    • Update Prebid with Nexx360 Adapter
    • Multiformat bids
  • VAST / CTV
    • Introduction
    • Create VAST Config
    • Build VAST ad tag
    • Connect the Google Ad Manager (GAM) account
    • Cookie Sync
    • Sample CTV Tag
  • Native
    • Introduction
    • Native Configs
    • GET
    • POST
    • Sample Response
  • Direct Call
    • Introduction
    • API Reference
    • Microsoft AST Example
    • Google Ad Manager Example
      • Connect the Google Ad Manager (GAM) account
  • AMP Nexx360
    • Introduction
    • Ad Server setup
    • Add rtc-config object to amp-ad units
  • OpenRTB
    • Introduction
    • Video Example
    • Mobile Example
    • Cookie Sync
  • Inapp
    • Introduction
    • Request Exemple
    • Google Ad Manager setup
  • API Management
    • Introduction
    • Connexion
    • Sites
      • Create Site
      • Update site
      • Get Site
      • List Sites
    • TagIds (Stored requests)
      • Create a new tagId (stored request)
      • Update tagId (stored request)
      • Get tagId (Stored request)
      • List tagIds (Stored requests) by site
  • API REPORTING
    • Introduction
    • Connexion
    • Reporting
      • Impressions
      • Auctions
      • Bids
  • API Campaign
    • Introduction
    • Connexion
    • Orders
      • Create a new order
      • Update order
      • Get Order
      • List Orders
    • Line Items
      • Create a Line Item
      • Update Line Item
      • Get Line Item
      • List Line Items by Order
    • Creatives
      • Create a Creative
      • Update Creative
      • Get Creative
      • List Creatives by Line Items
  • Legacy - Direct call Nexx360
    • Introduction
    • Nexx Web features
      • Smart autorefresh
      • Incontent injection
        • Automated injection
        • Dynamic injection
      • Lazy Loading
      • Non-consent traffic monetisation
    • Integrate Nexx Web script on your site
      • Integration with GAM adserver
        • Nexx Web tag
        • Connect the Google Ad Manager (GAM) account
      • Integration with Xandr adserver
  • Nexx360 console
  • Nexx360 site
Powered by GitBook
On this page

Was this helpful?

  1. OpenRTB

Mobile Example

OpenRTB Mobile example

{
    "id": "03fd47be-67bf-4c93-b787-f8eaa82247d0",
    "imp": [
        {
            "id": "A",
            "banner": {
                "format": [
                   
                    {
                        "w": 300,
                        "h": 250
                    }
                ],
                "pos": 1,
            },
            "displaymanager": "TBDSDK",
            "displaymanagerver": "0.0.1",
            "tagid": "header-ad",
            "bidfloor": 0.15,
            "instl": 0,
            "secure": 1,
            "ext": {
                "nexx360": {
                    "tagId": "testnexx"
                }
            }
        },
        {
            "id": "B",
            "banner": {
                "id": "10",
                "format": [
                    {
                        "w": 320,
                        "h": 250
                    },
                    {
                        "w": 336,
                        "h": 280
                    },
                ],
                "pos": 1,
            },
            "displaymanager": "TBDSDK",
            "displaymanagerver": "0.0.1",
            "tagid": "incontent-ad",
            "bidfloor": 0.15,
            "instl": 0,
            "secure": 1,
            "ext": {
                "nexx360": {
                    "tagId": "testnexx"
                }
            }
        },
        
    ],
    "app": {
        "id": "agltb3B1Yi1pbmNyDAsSA0FwcBiJkfIUDA", 
        "name": "Yahoo Weather",
        "cat": [ "IAB15", "IAB15-10" ],
        "ver": "1.0.2",
        "bundle": "12345",
        "storeurl": "https://itunes.apple.com/id628677149",
        "publisher": {
        "id": "agltb3B1Yi1pbmNyDAsSA0FwcBiJkfTUCV", "name": "yahoo",
        "domain": "www.yahoo.com"
    },
    "device": {
        "geo": {
            "lat": -10.2321,
            "lon": -48.8803,
            "country": "BRA",
            "region": "TO",
            "city": "Paraiso do Tocantins",
            "zip": "77600",
            "type": 2
        },
        "ip": "45.183.30.0",
        "ua": "Mozilla/5.0 (Linux; Android 10; moto g(8) play Build/QMDS30.47-33-5; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/115.0.5790.166 Mobile Safari/537.36",
        "language": "pt",
        "carrier": "WIFI",
        "connectiontype": 2,
        "make": "motorola",
        "ifa": "e511e6d5-99c1-4361-9bf3-b9ca0402657f",
        "model": "motorola moto g(8) play",
        "os": "Android",
        "osv": "10.0",
        "w": 720,
        "h": 1465,
        "dnt": 0,
        "lmt": 0,
        "devicetype": 4,
        "js": 1
    },
    "at": 1,
    "user": {
        "id": "e511e6d5-99c1-4361-9bf3-b9ca0402657f"
    },
    "tmax": 1000,
    "site": {
        "id": "adverty.com",
        "domain": "adverty.com",
        "page": "adverty.com/game",
        "publisher": {
            "id": ""
        }
    },
    "badv": [
        "axlebolt.com",
        "betinia.se",
        "absolut.com",
        "tonybet.com",
        "timeout.com"
    ],
    "regs": {
        "coppa": 0,
        "ext": {
            "gdpr": 1,
        }
    },
    "test": 0,
    "bcat": [
        "IAB26"
    ],
    "source": {
        "pchain": "2b1a2f9cd997fcab:773",
        "ext": {
            "schain": {
                "complete": 1,
                "nodes": [
                ],
                "ver": "1.0"
            }
        }
    },
    "test": 1,
    "cur": [
        "USD"
    ]
}
```
```
PreviousVideo ExampleNextCookie Sync

Last updated 1 year ago

Was this helpful?