github.com/prebid/prebid-server/v2@v2.18.0/adapters/impactify/impactifytest/supplemental/headers_ip.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "test": 3,
     5      "at": 1,
     6      "imp": [
     7        {
     8          "id": "test-imp-id",
     9          "video": {
    10            "mimes": ["video/mp4"],
    11            "protocols": [2, 5],
    12            "w": 1024,
    13            "h": 576
    14          },
    15          "ext":{
    16            "bidder": {
    17              "appId": "impactify.io",
    18              "format": "screen",
    19              "style": "impact"
    20            }
    21          }
    22        }
    23      ],
    24      "device": {
    25        "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
    26        "ipv6": "2001:DB8:3333:4::5"
    27      }
    28    },
    29  
    30    "httpCalls": [
    31      {
    32        "expectedRequest": {
    33          "headers": {
    34            "Content-Type": [
    35              "application/json;charset=utf-8"
    36            ],
    37            "Accept": [
    38              "application/json"
    39            ],
    40            "X-Openrtb-Version": [
    41              "2.5"
    42            ],
    43            "User-Agent": [
    44              "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1"
    45            ],
    46            "X-Forwarded-For": [
    47              "2001:DB8:3333:4::5"
    48            ]
    49          },
    50          "uri": "https://sonic.impactify.media/bidder",
    51          "body": {
    52            "id": "test-request-id",
    53            "at":1,
    54            "cur": ["USD"],
    55            "test": 3,
    56            "device": {
    57              "ua": "Mozilla/5.0 (iPhone; CPU iPhone OS 13_2_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.3 Mobile/15E148 Safari/604.1",
    58              "ipv6": "2001:DB8:3333:4::5"
    59            },
    60            "imp": [
    61              {
    62                "id": "test-imp-id",
    63                "video": {
    64                  "mimes": ["video/mp4"],
    65                  "protocols": [2, 5],
    66                  "w": 1024,
    67                  "h": 576
    68                },
    69                "ext": {
    70                  "impactify": {
    71                    "appId": "impactify.io",
    72                    "format": "screen",
    73                    "style": "impact"
    74                  }
    75                }
    76              }
    77            ]
    78          },
    79          "impIDs":["test-imp-id"]
    80        },
    81        "mockResponse": {
    82          "status": 200,
    83          "body": {
    84            "id": "test-request-id",
    85            "cur": "USD",
    86            "seatbid": [
    87              {
    88                "seat": "impactify",
    89                "bid": [{
    90                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    91                  "impid": "test-imp-id",
    92                  "price": 18,
    93                  "adm": "<script>window.impactifyTag = window.impactifyTag || [];impactifyTag.push({appId: 'deco.fr', format: 'screen', style: 'impact'});(function(d, s, id) {var js, ijs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = 'https://ad.impactify.io/static/ad/tag.js';ijs.parentNode.insertBefore(js, ijs);}(document, 'script', 'impactify-sdk'));</script>",
    94                  "crid": "crid_10",
    95                  "w": 1,
    96                  "h": 1
    97                }]
    98              }
    99            ]
   100          }
   101        }
   102      }
   103    ],
   104  
   105    "expectedBidResponses": [
   106      {
   107        "bids": [{
   108          "bid": {
   109            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
   110            "impid": "test-imp-id",
   111            "price": 18,
   112            "adm": "<script>window.impactifyTag = window.impactifyTag || [];impactifyTag.push({appId: 'deco.fr', format: 'screen', style: 'impact'});(function(d, s, id) {var js, ijs = d.getElementsByTagName(s)[0];if (d.getElementById(id)) return;js = d.createElement(s); js.id = id;js.src = 'https://ad.impactify.io/static/ad/tag.js';ijs.parentNode.insertBefore(js, ijs);}(document, 'script', 'impactify-sdk'));</script>",
   113            "crid": "crid_10",
   114            "w": 1,
   115            "h": 1
   116          },
   117          "type": "video"
   118        }]
   119      }
   120    ]
   121  }