github.com/prebid/prebid-server/v2@v2.18.0/adapters/adtrgtme/adtrgtmetest/supplemental/banner-web-headers-ipv6.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-req-id",
     4      "at": 1,
     5      "tmax": 300,
     6      "imp": [
     7        {
     8          "banner": {
     9            "w": 300,
    10            "h": 250
    11          },
    12          "id": "test-bid-id",
    13          "bidfloor": 1,
    14          "bidfloorcur": "USD",
    15          "secure": 1,
    16          "ext": {
    17            "bidder": {
    18              "site_id": 123456789
    19            }
    20          }
    21        }
    22      ],
    23      "site": {
    24        "id": "123456789",
    25        "cat": [
    26          "test-cat"
    27        ],
    28        "page": "test-page-site",
    29        "publisher": {
    30          "id": "test-site-publisher-id"
    31        }
    32      },
    33      "device": {
    34        "ua": "test-device-user-agent",
    35        "ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
    36        "geo": {
    37          "country": "TST"
    38        },
    39        "os": "Android",
    40        "language": "en"
    41      },
    42      "user": {
    43        "id": "test-user-id"
    44      }
    45    },
    46    "httpCalls": [
    47      {
    48        "expectedRequest": {
    49          "uri": "http://localhost/ssp?s=123456789&prebid",
    50          "headers": {
    51            "Content-Type": [
    52              "application/json;charset=utf-8"
    53            ],
    54            "Accept": [
    55              "application/json"
    56            ],
    57            "X-Openrtb-Version": [
    58              "2.5"
    59            ],
    60            "User-Agent": [
    61              "test-device-user-agent"
    62            ],
    63            "X-Forwarded-For": [
    64              "2001:0db8:85a3:0000:0000:8a2e:0370:7334"
    65            ]
    66          },
    67          "body": {
    68            "id": "test-req-id",
    69            "at": 1,
    70            "tmax": 300,
    71            "imp": [
    72              {
    73                "banner": {
    74                  "w": 300,
    75                  "h": 250
    76                },
    77                "id": "test-bid-id",
    78                "bidfloor": 1,
    79                "bidfloorcur": "USD",
    80                "secure": 1
    81              }
    82            ],
    83            "site": {
    84              "id": "123456789",
    85              "cat": [
    86                "test-cat"
    87              ],
    88              "page": "test-page-site",
    89              "publisher": {
    90                "id": "test-site-publisher-id"
    91              }
    92            },
    93            "device": {
    94              "ua": "test-device-user-agent",
    95              "ipv6": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
    96              "geo": {
    97                "country": "TST"
    98              },
    99              "os": "Android",
   100              "language": "en"
   101            },
   102            "user": {
   103              "id": "test-user-id"
   104            }
   105          },
   106          "impIDs":["test-bid-id"]
   107        },
   108        "mockResponse": {
   109          "status": 200,
   110          "body": {
   111            "id": "test-req-id",
   112            "seatbid": [
   113              {
   114                "bid": [
   115                  {
   116                    "id": "test-bid-id",
   117                    "impid": "test-bid-id",
   118                    "price": 1,
   119                    "adm": "<div>test</div>",
   120                    "crid": "test-creative-id"
   121                  }
   122                ]
   123              }
   124            ],
   125            "bidid": "test-seatbid-id",
   126            "cur": "USD"
   127          }
   128        }
   129      }
   130    ],
   131    "expectedBidResponses": [
   132      {
   133        "currency": "USD",
   134        "bids": [
   135          {
   136            "bid": {
   137              "id": "test-bid-id",
   138              "impid": "test-bid-id",
   139              "price": 1,
   140              "adm": "<div>test</div>",
   141              "crid": "test-creative-id"
   142            },
   143            "type": "banner"
   144          }
   145        ]
   146      }
   147    ]
   148  }