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