github.com/prebid/prebid-server@v0.275.0/adapters/smarthub/smarthubtest/exemplary/native.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "id",
     4      "imp": [
     5        {
     6          "id": "id",
     7          "secure": 1,
     8          "bidfloor": 0.01,
     9          "bidfloorcur": "USD",
    10          "native": {
    11            "request": "{\"ver\":\"1.1\",\"layout\":1,\"adunit\":2,\"plcmtcnt\":6,\"plcmttype\":4,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":75}},{\"id\":2,\"required\":1,\"img\":{\"wmin\":492,\"hmin\":328,\"type\":3,\"mimes\":[\"image/jpeg\",\"image/jpg\",\"image/png\"]}},{\"id\":4,\"required\":0,\"data\":{\"type\":6}},{\"id\":5,\"required\":0,\"data\":{\"type\":7}},{\"id\":6,\"required\":0,\"data\":{\"type\":1,\"len\":20}}]}",
    12            "ver": "1.1"
    13          },
    14          "ext": {
    15            "bidder": {
    16              "partnerName": "partnertest",
    17              "seat": "9Q20EdGxzgWdfPYShScl",
    18              "token": "zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer"
    19            }
    20          }
    21        }
    22      ],
    23      "device": {
    24        "ua": "UA",
    25        "ip": "123.3.4.123"
    26      },
    27      "regs": {
    28        "ext": {
    29          "gdpr": 0
    30        }
    31      },
    32      "user": {
    33        "id": "userid"
    34      },
    35      "site": {
    36        "id": "id",
    37        "domain": "test,com",
    38        "cat": [
    39          "IAB12"
    40        ],
    41        "publisher": {
    42          "id": "pubid"
    43        }
    44      }
    45    },
    46    "httpCalls": [
    47      {
    48        "expectedRequest": {
    49          "uri": "http://partnertest-prebid.smart-hub.io/?seat=9Q20EdGxzgWdfPYShScl&token=zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer",
    50          "body": {
    51            "id": "id",
    52            "imp": [
    53              {
    54                "id": "id",
    55                "secure": 1,
    56                "bidfloor": 0.01,
    57                "bidfloorcur": "USD",
    58                "native": {
    59                  "request": "{\"ver\":\"1.1\",\"layout\":1,\"adunit\":2,\"plcmtcnt\":6,\"plcmttype\":4,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":75}},{\"id\":2,\"required\":1,\"img\":{\"wmin\":492,\"hmin\":328,\"type\":3,\"mimes\":[\"image/jpeg\",\"image/jpg\",\"image/png\"]}},{\"id\":4,\"required\":0,\"data\":{\"type\":6}},{\"id\":5,\"required\":0,\"data\":{\"type\":7}},{\"id\":6,\"required\":0,\"data\":{\"type\":1,\"len\":20}}]}",
    60                  "ver": "1.1"
    61                },
    62                "ext": {
    63                  "bidder": {
    64                    "partnerName": "partnertest",
    65                    "seat": "9Q20EdGxzgWdfPYShScl",
    66                    "token": "zpl5iB5Ugpe9ofVTzi44WzfjZZYq1yer"
    67                  }
    68                }
    69              }
    70            ],
    71            "device": {
    72              "ua": "UA",
    73              "ip": "123.3.4.123"
    74            },
    75            "regs": {
    76              "ext": {
    77                "gdpr": 0
    78              }
    79            },
    80            "user": {
    81              "id": "userid"
    82            },
    83            "site": {
    84              "id": "id",
    85              "domain": "test,com",
    86              "cat": [
    87                "IAB12"
    88              ],
    89              "publisher": {
    90                "id": "pubid"
    91              }
    92            }
    93          }
    94        },
    95        "mockResponse": {
    96          "status": 200,
    97          "body": {
    98            "id": "id",
    99            "bidid": "id",
   100            "seatbid": [
   101              {
   102                "bid": [
   103                  {
   104                    "id": "id",
   105                    "impid": "id",
   106                    "price": 0.1,
   107                    "nurl": "http://test.com/nurl",
   108                    "burl": "http://test.com/burl",
   109                    "adm": "{}",
   110                    "adomain": [
   111                      "test.com"
   112                    ],
   113                    "cat": [
   114                      "IAB1"
   115                    ],
   116                    "cid": "cid",
   117                    "crid": "crid",
   118                    "ext": {
   119                      "mediaType": "native"
   120                    }
   121                  }
   122                ],
   123                "seat": "seat"
   124              }
   125            ],
   126            "cur": "USD"
   127          }
   128        }
   129      }
   130    ],
   131    "expectedBidResponses": [
   132      {
   133        "currency": "USD",
   134        "bids": [
   135          {
   136            "bid": {
   137              "id": "id",
   138              "impid": "id",
   139              "price": 0.1,
   140              "nurl": "http://test.com/nurl",
   141              "burl": "http://test.com/burl",
   142              "adm": "{}",
   143              "adomain": [
   144                "test.com"
   145              ],
   146              "cat": [
   147                "IAB1"
   148              ],
   149              "cid": "cid",
   150              "crid": "crid",
   151              "ext": {
   152                "mediaType": "native"
   153              }
   154            },
   155            "type": "native"
   156          }
   157        ]
   158      }
   159    ]
   160  }