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