github.com/prebid/prebid-server@v0.275.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              },
    83              "mockResponse": {
    84                  "status": 200,
    85                  "body": {
    86                      "id": "test-request-id",
    87                      "seatbid": [
    88                          {
    89                              "seat": "958",
    90                              "bid": [
    91                                  {
    92                                      "id": "7706636740145184841",
    93                                      "impid": "test-imp-id-1",
    94                                      "price": 0.5,
    95                                      "adid": "29681110",
    96                                      "adm": "some-test-ad",
    97                                      "adomain": [
    98                                          "https://advertiser.example.com"
    99                                      ],
   100                                      "cid": "958",
   101                                      "crid": "29681110",
   102                                      "h": 250,
   103                                      "w": 300,
   104                                      "ext": {
   105                                          "ix": {}
   106                                      }
   107                                  }
   108                              ]
   109                          }
   110                      ],
   111                      "bidid": "5778926625248726496",
   112                      "cur": "USD"
   113                  }
   114              }
   115          }
   116      ],
   117      "expectedBidResponses": [
   118          {
   119              "currency": "USD",
   120              "bids": [
   121                  {
   122                      "bid": {
   123                          "id": "7706636740145184841",
   124                          "impid": "test-imp-id-1",
   125                          "price": 0.5,
   126                          "adm": "some-test-ad",
   127                          "adid": "29681110",
   128                          "adomain": [
   129                              "https://advertiser.example.com"
   130                          ],
   131                          "cid": "958",
   132                          "crid": "29681110",
   133                          "w": 300,
   134                          "h": 250,
   135                          "ext": {
   136                              "ix": {}
   137                          }
   138                      },
   139                      "type": "banner"
   140                  }
   141              ]
   142          }
   143      ]
   144  }