github.com/prebid/prebid-server@v0.275.0/adapters/aax/aaxtest/supplemental/valid-req-200-bid-response-from-aax.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                          "cid": "TCID",
    14                          "crid": "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://example.aax.media/rtb/prebid?src=http%3A%2F%2Flocalhost%3A8080%2Fextrnal_url",
    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                                      "cid": "TCID",
    60                                      "crid": "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              },
    91              "mockResponse": {
    92                  "status": 200,
    93                  "body": {
    94                      "id": "tid",
    95                      "seatbid": [
    96                          {
    97                              "seat": "aax",
    98                              "bid": [
    99                                  {
   100                                      "id": "randomid",
   101                                      "impid": "test-imp-id",
   102                                      "price": 0.500000,
   103                                      "adid": "12345678",
   104                                      "adm": "some-test-ad",
   105                                      "cid": "987",
   106                                      "crid": "12345678",
   107                                      "h": 250,
   108                                      "w": 300
   109                                  }
   110                              ]
   111                          }
   112                      ],
   113                      "bidid": "bid01"
   114                  }
   115              }
   116          }
   117      ],
   118      "expectedBidResponses": [
   119          {
   120              "currency": "USD",
   121              "bids": [
   122                  {
   123                      "bid": {
   124                          "id": "randomid",
   125                          "impid": "test-imp-id",
   126                          "price": 0.500000,
   127                          "adid": "12345678",
   128                          "adm": "some-test-ad",
   129                          "cid": "987",
   130                          "crid": "12345678",
   131                          "h": 250,
   132                          "w": 300
   133                      },
   134                      "type": "banner"
   135                  }
   136              ]
   137          }
   138      ]
   139  }