github.com/prebid/prebid-server@v0.275.0/adapters/rubicon/rubicontest/exemplary/non-bidonmultiformat.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "device": {
     5        "ip": "123.123.123.123",
     6        "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
     7      },
     8      "site": {
     9        "page": "somePage",
    10        "ref": "someRef",
    11        "search": "someSearch"
    12      },
    13      "imp": [
    14        {
    15          "id": "test-imp-id",
    16          "instl": 1,
    17          "banner": {
    18            "format": [
    19              {
    20                "w": 300,
    21                "h": 400
    22              }
    23            ]
    24          },
    25          "video": {
    26            "placement": 3,
    27            "mimes": [
    28              "video/mp4"
    29            ],
    30            "protocols": [
    31              2,
    32              5
    33            ],
    34            "w": 1024,
    35            "h": 576
    36          },
    37          "ext": {
    38            "bidder": {
    39              "accountId": 1001,
    40              "siteId": 113932,
    41              "zoneId": 535510
    42            }
    43          }
    44        }
    45      ]
    46    },
    47    "httpCalls": [
    48      {
    49        "expectedRequest": {
    50          "uri": "uri?tk_xint=pbs-test-tracker",
    51          "body": {
    52            "id": "test-request-id",
    53            "device": {
    54              "ext": {
    55                "rp": {
    56                  "pixelratio": 0
    57                }
    58              },
    59              "ip": "123.123.123.123",
    60              "ifa": "zxcjbzxmc-zxcbmz-zxbcz-zxczx"
    61            },
    62            "site": {
    63              "page": "somePage",
    64              "ref": "someRef",
    65              "search": "someSearch",
    66              "ext": {
    67                "rp": {
    68                  "site_id": 113932
    69                }
    70              },
    71              "publisher": {
    72                "ext": {
    73                  "rp": {
    74                    "account_id": 1001
    75                  }
    76                }
    77              }
    78            },
    79            "imp": [
    80              {
    81                "id": "test-imp-id",
    82                "instl": 1,
    83                "secure": 1,
    84                "banner": {
    85                  "format": [
    86                    {
    87                      "w": 300,
    88                      "h": 400
    89                    }
    90                  ],
    91                  "ext": {
    92                    "rp": {
    93                      "mime": "text/html"
    94                    }
    95                  }
    96                },
    97                "ext": {
    98                  "rp": {
    99                    "target": {
   100                      "page": [
   101                        "somePage"
   102                      ],
   103                      "ref": [
   104                        "someRef"
   105                      ],
   106                      "search": [
   107                        "someSearch"
   108                      ]
   109                    },
   110                    "track": {
   111                      "mint": "",
   112                      "mint_version": ""
   113                    },
   114                    "zone_id": 535510
   115                  }
   116                }
   117              }
   118            ]
   119          }
   120        },
   121        "mockResponse": {
   122          "status": 200,
   123          "body": {
   124            "id": "test-request-id",
   125            "seatbid": [
   126              {
   127                "bid": [
   128                  {
   129                    "id": "test_bid_id",
   130                    "impid": "test-imp-id",
   131                    "price": 0.27543,
   132                    "adm": "some-test-ad",
   133                    "cid": "test_cid",
   134                    "crid": "test_crid",
   135                    "dealid": "test_dealid",
   136                    "ext": {
   137                      "prebid": {
   138                        "type": "banner"
   139                      }
   140                    }
   141                  }
   142                ],
   143                "seat": "adman"
   144              }
   145            ],
   146            "cur": "USD"
   147          }
   148        }
   149      }
   150    ],
   151    "expectedBidResponses": [
   152      {
   153        "currency": "USD",
   154        "bids": [
   155          {
   156            "bid": {
   157              "id": "test_bid_id",
   158              "impid": "test-imp-id",
   159              "price": 0.27543,
   160              "adm": "some-test-ad",
   161              "cid": "test_cid",
   162              "crid": "test_crid",
   163              "dealid": "test_dealid",
   164              "ext": {
   165                "prebid": {
   166                  "type": "banner"
   167                }
   168              }
   169            },
   170            "type": "banner"
   171          }
   172        ]
   173      }
   174    ]
   175  }