github.com/prebid/prebid-server/v2@v2.18.0/adapters/ix/ixtest/supplemental/app-site-id-publisher.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id-1",
     7                  "banner": {
     8                      "format": [
     9                          {
    10                              "w": 300,
    11                              "h": 250
    12                          }
    13                      ]
    14                  },
    15                  "ext": {
    16                      "bidder": {
    17                          "siteId": "569749"
    18                      }
    19                  }
    20              }
    21          ],
    22          "app": {
    23              "domain": "https://www.example.com/",
    24              "publisher": {
    25                  "name": "https://www.example.com/"
    26              }
    27          },
    28          "ext": {
    29              "prebid": {
    30                  "channel": {
    31                      "name": "web",
    32                      "version": "7.0.0"
    33                  }
    34              }
    35          }
    36      },
    37      "httpCalls": [
    38          {
    39              "expectedRequest": {
    40                  "uri": "http://host/endpoint",
    41                  "body": {
    42                      "id": "test-request-id",
    43                      "imp": [
    44                          {
    45                              "id": "test-imp-id-1",
    46                              "banner": {
    47                                  "format": [
    48                                      {
    49                                          "w": 300,
    50                                          "h": 250
    51                                      }
    52                                  ],
    53                                  "w": 300,
    54                                  "h": 250
    55                              },
    56                              "ext": {
    57                                  "bidder": {
    58                                      "siteId": "569749"
    59                                  }
    60                              }
    61                          }
    62                      ],
    63                      "app": {
    64                          "domain": "https://www.example.com/",
    65                          "publisher": {
    66                              "id": "569749",
    67                              "name": "https://www.example.com/"
    68                          }
    69                      },
    70                      "ext": {
    71                          "ixdiag": {
    72                            "pbjsv": "7.0.0"
    73                          },
    74                          "prebid": {
    75                            "channel": {
    76                              "name": "web",
    77                              "version": "7.0.0"
    78                            }
    79                          }
    80                      }
    81                  },
    82                  "impIDs":["test-imp-id-1"]
    83              },
    84              "mockResponse": {
    85                  "status": 200,
    86                  "body": {
    87                      "id": "test-request-id",
    88                      "seatbid": [
    89                          {
    90                              "seat": "958",
    91                              "bid": [
    92                                  {
    93                                      "id": "7706636740145184841",
    94                                      "impid": "test-imp-id-1",
    95                                      "price": 0.5,
    96                                      "adid": "29681110",
    97                                      "adm": "some-test-ad",
    98                                      "adomain": [
    99                                          "https://advertiser.example.com"
   100                                      ],
   101                                      "cid": "958",
   102                                      "crid": "29681110",
   103                                      "h": 250,
   104                                      "w": 300,
   105                                      "ext": {
   106                                          "ix": {}
   107                                      }
   108                                  }
   109                              ]
   110                          }
   111                      ],
   112                      "bidid": "5778926625248726496",
   113                      "cur": "USD"
   114                  }
   115              }
   116          }
   117      ],
   118      "expectedBidResponses": [
   119          {
   120              "currency": "USD",
   121              "bids": [
   122                  {
   123                      "bid": {
   124                          "id": "7706636740145184841",
   125                          "impid": "test-imp-id-1",
   126                          "price": 0.5,
   127                          "adm": "some-test-ad",
   128                          "adid": "29681110",
   129                          "adomain": [
   130                              "https://advertiser.example.com"
   131                          ],
   132                          "cid": "958",
   133                          "crid": "29681110",
   134                          "w": 300,
   135                          "h": 250,
   136                          "ext": {
   137                              "ix": {}
   138                          }
   139                      },
   140                      "type": "banner"
   141                  }
   142              ]
   143          }
   144      ]
   145  }