github.com/prebid/prebid-server@v0.275.0/adapters/tappx/tappxtest/supplemental/banner-impression-noendpoint.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "0000000000001",
     4      "imp": [
     5        {
     6          "id": "adunit-1",
     7          "banner": {
     8            "w": 300,
     9            "h": 250
    10          },
    11          "ext": {
    12            "bidder": {
    13              "tappxkey": "pub-12345-android-9876"
    14            }
    15          }
    16        }
    17      ],
    18      "app": {
    19        "id": "app_001",
    20        "bundle": "com.rovio.angrybirds",
    21        "publisher": {
    22          "id": "2"
    23        }
    24      },
    25      "user": {
    26        "buyeruid": "A-38327932832"
    27      }
    28    },
    29  
    30    "expectedMakeRequestsErrors": [
    31      {
    32        "value": "Tappx endpoint undefined",
    33        "comparison": "literal"
    34      }
    35    ]
    36    
    37  }