github.com/prebid/prebid-server@v0.275.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        },
    80        "mockResponse": {
    81          "status": 200,
    82          "body": {
    83            "id": "test-request-id",
    84            "cur": "USD",
    85            "seatbid": [
    86              {
    87                "seat": "impactify",
    88                "bid": [{
    89                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    90                  "impid": "test-imp-id",
    91                  "price": 18,
    92                  "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>",
    93                  "crid": "crid_10",
    94                  "w": 1,
    95                  "h": 1
    96                }]
    97              }
    98            ]
    99          }
   100        }
   101      }
   102    ],
   103  
   104    "expectedBidResponses": [
   105      {
   106        "bids": [{
   107          "bid": {
   108            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
   109            "impid": "test-imp-id",
   110            "price": 18,
   111            "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>",
   112            "crid": "crid_10",
   113            "w": 1,
   114            "h": 1
   115          },
   116          "type": "video"
   117        }]
   118      }
   119    ]
   120  }