github.com/prebid/prebid-server/v2@v2.18.0/adapters/aidem/aidemtest/supplemental/valid-req-200-bid-response-from-aidem.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id",
     7                  "banner": {
     8                      "w": 300,
     9                      "h": 250
    10                  },
    11                  "ext": {
    12                      "bidder": {
    13                          "siteId": "TCID",
    14                          "publisherId": "1234"
    15                      }
    16                  }
    17              }
    18          ],
    19          "site": {
    20              "domain": "www.example.com",
    21              "page": "http://www.example.com",
    22              "publisher": {
    23                  "domain": "example.com"
    24              },
    25              "ext": {
    26                  "amp": 0
    27              }
    28          },
    29          "device": {
    30              "ua": "userAgent",
    31              "ip": "193.168.244.1"
    32          },
    33          "at": 1,
    34          "tmax": 5000,
    35          "cur": [
    36              "USD"
    37          ],
    38          "regs": {
    39              "ext": {
    40                  "gdpr": 0
    41              }
    42          }
    43      },
    44      "httpCalls": [
    45          {
    46              "expectedRequest": {
    47                  "uri": "https://fakezero.aidemsrv.com/ortb/v2.6/bid/request?billing_id=1234",
    48                  "body": {
    49                      "id": "test-request-id",
    50                      "imp": [
    51                          {
    52                              "id": "test-imp-id",
    53                              "banner": {
    54                                  "w": 300,
    55                                  "h": 250
    56                              },
    57                              "ext": {
    58                                  "bidder": {
    59                                      "siteId": "TCID",
    60                                      "publisherId": "1234"
    61                                  }
    62                              }
    63                          }
    64                      ],
    65                      "site": {
    66                          "domain": "www.example.com",
    67                          "page": "http://www.example.com",
    68                          "publisher": {
    69                              "domain": "example.com"
    70                          },
    71                          "ext": {
    72                              "amp": 0
    73                          }
    74                      },
    75                      "device": {
    76                          "ua": "userAgent",
    77                          "ip": "193.168.244.1"
    78                      },
    79                      "at": 1,
    80                      "tmax": 5000,
    81                      "cur": [
    82                          "USD"
    83                      ],
    84                      "regs": {
    85                          "ext": {
    86                              "gdpr": 0
    87                          }
    88                      }
    89                  },
    90                  "impIDs":["test-imp-id"]
    91              },
    92              "mockResponse": {
    93                  "status": 200,
    94                  "body": {
    95                      "id": "tid",
    96                      "seatbid": [
    97                          {
    98                              "seat": "aax",
    99                              "bid": [
   100                                  {
   101                                      "id": "randomid",
   102                                      "impid": "test-imp-id",
   103                                      "price": 0.500000,
   104                                      "adid": "12345678",
   105                                      "adm": "some-test-ad",
   106                                      "cid": "987",
   107                                      "crid": "12345678",
   108                                      "h": 250,
   109                                      "w": 300,
   110                                      "mtype": 1
   111                                  }
   112                              ]
   113                          }
   114                      ],
   115                      "bidid": "bid01"
   116                  }
   117              }
   118          }
   119      ],
   120      "expectedBidResponses": [
   121          {
   122              "currency": "USD",
   123              "bids": [
   124                  {
   125                      "bid": {
   126                          "id": "randomid",
   127                          "impid": "test-imp-id",
   128                          "price": 0.500000,
   129                          "adid": "12345678",
   130                          "adm": "some-test-ad",
   131                          "cid": "987",
   132                          "crid": "12345678",
   133                          "h": 250,
   134                          "w": 300,
   135                          "mtype": 1
   136                      },
   137                      "type": "banner"
   138                  }
   139              ]
   140          }
   141      ]
   142  }