github.com/prebid/prebid-server@v0.275.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        },
   107        "mockResponse": {
   108          "status": 200,
   109          "body": {
   110            "id": "test-req-id",
   111            "seatbid": [
   112              {
   113                "bid": [
   114                  {
   115                    "id": "test-bid-id",
   116                    "impid": "test-bid-id",
   117                    "price": 1,
   118                    "adm": "<div>test</div>",
   119                    "crid": "test-creative-id"
   120                  }
   121                ]
   122              }
   123            ],
   124            "bidid": "test-seatbid-id",
   125            "cur": "USD"
   126          }
   127        }
   128      }
   129    ],
   130    "expectedBidResponses": [
   131      {
   132        "currency": "USD",
   133        "bids": [
   134          {
   135            "bid": {
   136              "id": "test-bid-id",
   137              "impid": "test-bid-id",
   138              "price": 1,
   139              "adm": "<div>test</div>",
   140              "crid": "test-creative-id"
   141            },
   142            "type": "banner"
   143          }
   144        ]
   145      }
   146    ]
   147  }