github.com/prebid/prebid-server/v2@v2.18.0/adapters/visx/visxtest/exemplary/headers_ipv4.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "site": {
     5              "domain": "good.site",
     6              "page": "https://good.site/url",
     7              "publisher": {
     8                  "id": "test-publisher-id"
     9              },
    10              "ext": {
    11                  "amp": 0
    12              }
    13          },
    14          "imp": [{
    15              "id": "test-imp-id",
    16              "banner": {
    17                  "format": [{
    18                      "w": 300,
    19                      "h": 250
    20                  }]
    21              },
    22              "secure": 1,
    23              "ext": {
    24                  "bidder": {
    25                      "size": [
    26                          300,
    27                          250
    28                      ],
    29                      "uid": 7
    30                  }
    31              }
    32          }],
    33          "device": {
    34              "ua": "test-user-agent",
    35              "ip": "123.123.123.123",
    36              "h": 700,
    37              "w": 375,
    38              "ext": {
    39                  "prebid": {
    40                      "interstitial": {
    41                          "minwidthperc": 50,
    42                          "minheightperc": 40
    43                      }
    44                  }
    45              }
    46          },
    47          "at": 1,
    48          "tmax": 2000,
    49          "source": {
    50              "tid": "283746293874293"
    51          },
    52          "ext": {
    53              "prebid": {
    54                  "aliases": {
    55                      "districtm": "appnexus",
    56                      "emxdigital": "appnexus"
    57                  }
    58              }
    59          }
    60      },
    61  
    62      "httpCalls": [{
    63          "expectedRequest": {
    64              "uri": "http://localhost/prebid",
    65              "headers": {
    66                  "Content-Type": ["application/json;charset=utf-8"],
    67                  "X-Forwarded-For": ["123.123.123.123"]
    68              },
    69              "body": {
    70                  "id": "test-request-id",
    71                  "site": {
    72                      "domain": "good.site",
    73                      "page": "https://good.site/url",
    74                      "publisher": {
    75                          "id": "test-publisher-id"
    76                      },
    77                      "ext": {
    78                          "amp": 0
    79                      }
    80                  },
    81                  "cur": ["USD"],
    82                  "imp": [{
    83                      "id": "test-imp-id",
    84                      "banner": {
    85                          "format": [{
    86                              "w": 300,
    87                              "h": 250
    88                          }]
    89                      },
    90                      "secure": 1,
    91                      "ext": {
    92                          "bidder": {
    93                              "size": [
    94                                  300,
    95                                  250
    96                              ],
    97                              "uid": 7
    98                          }
    99                      }
   100                  }],
   101                  "device": {
   102                      "ua": "test-user-agent",
   103                      "ip": "123.123.123.123",
   104                      "h": 700,
   105                      "w": 375,
   106                      "ext": {
   107                          "prebid": {
   108                              "interstitial": {
   109                                  "minwidthperc": 50,
   110                                  "minheightperc": 40
   111                              }
   112                          }
   113                      }
   114                  },
   115                  "at": 1,
   116                  "tmax": 2000,
   117                  "source": {
   118                      "tid": "283746293874293"
   119                  },
   120                  "ext": {
   121                      "prebid": {
   122                          "aliases": {
   123                              "districtm": "appnexus",
   124                              "emxdigital": "appnexus"
   125                          }
   126                      }
   127                  }
   128              },
   129              "impIDs":["test-imp-id"]
   130          },
   131          "mockResponse": {
   132              "status": 200,
   133              "body": {
   134                  "cur": ["USD"],
   135                  "seatbid": [
   136                      {
   137                          "bid": [
   138                              {
   139                                  "crid": "2_260",
   140                                  "price": 0.500000,
   141                                  "adm": "some-test-ad",
   142                                  "impid": "test-imp-id",
   143                                  "auid": 46,
   144                                  "h": 250,
   145                                  "adomain": [
   146                                      "goodadvertiser.com"
   147                                  ],
   148                                  "dealid": "test_deal_id",
   149                                  "w": 300
   150                              }
   151                          ],
   152                          "seat": "51"
   153                      }
   154                  ]
   155              }
   156          }
   157      }],
   158  
   159      "expectedBidResponses": [{
   160          "currency": "USD",
   161          "bids": [{
   162              "bid": {
   163                  "price": 0.5,
   164                  "adm": "some-test-ad",
   165                  "impid": "test-imp-id",
   166                  "id": "test-request-id",
   167                  "h": 250,
   168                  "adomain": [
   169                      "goodadvertiser.com"
   170                  ],
   171                  "dealid": "test_deal_id",
   172                  "crid": "2_260",
   173                  "w": 300
   174              },
   175              "type": "banner"
   176          }]
   177      }]
   178  }