github.com/prebid/prebid-server@v0.275.0/adapters/impactify/impactifytest/exemplary/sample_video.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    },
    25  
    26    "httpCalls": [
    27      {
    28        "expectedRequest": {
    29          "uri": "https://sonic.impactify.media/bidder",
    30          "body": {
    31            "id": "test-request-id",
    32            "at":1,
    33            "cur": ["USD"],
    34            "test": 3,
    35            "imp": [
    36              {
    37                "id": "test-imp-id",
    38                "video": {
    39                  "mimes": ["video/mp4"],
    40                  "protocols": [2, 5],
    41                  "w": 1024,
    42                  "h": 576
    43                },
    44                "ext": {
    45                  "impactify": {
    46                    "appId": "impactify.io",
    47                    "format": "screen",
    48                    "style": "impact"
    49                  }
    50                }
    51              }
    52            ]
    53          }
    54        },
    55        "mockResponse": {
    56          "status": 200,
    57          "body": {
    58            "id": "test-request-id",
    59            "cur": "USD",
    60            "seatbid": [
    61              {
    62                "seat": "impactify",
    63                "bid": [{
    64                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    65                  "impid": "test-imp-id",
    66                  "price": 18,
    67                  "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>",
    68                  "crid": "crid_10",
    69                  "w": 1,
    70                  "h": 1
    71                }]
    72              }
    73            ]
    74          }
    75        }
    76      }
    77    ],
    78  
    79    "expectedBidResponses": [
    80      {
    81        "bids": [{
    82          "bid": {
    83            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    84            "impid": "test-imp-id",
    85            "price": 18,
    86            "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>",
    87            "crid": "crid_10",
    88            "w": 1,
    89            "h": 1
    90          },
    91          "type": "video"
    92        }]
    93      }
    94    ]
    95  }