github.com/prebid/prebid-server@v0.275.0/adapters/impactify/impactifytest/exemplary/sample_banner.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          "banner": {
    10            "format": [
    11              {
    12                "w": 300,
    13                "h": 250
    14              }
    15            ]
    16          },
    17          "bidfloor": 1.00,
    18          "bidfloorcur": "MXN",
    19          "ext":{
    20            "bidder": {
    21              "appId": "impactify.io",
    22              "format": "screen",
    23              "style": "impact"
    24            }
    25          }
    26        }
    27      ],
    28      "ext": {
    29        "prebid": {
    30          "currency": {
    31            "rates": {
    32              "MXN": {
    33                "USD": 0.05
    34              }
    35            },
    36            "usepbsrates": false
    37          }
    38        }
    39      }
    40    },
    41  
    42    "httpCalls": [
    43      {
    44        "expectedRequest": {
    45          "uri": "https://sonic.impactify.media/bidder",
    46          "body": {
    47            "id": "test-request-id",
    48            "at":1,
    49            "cur": ["USD"],
    50            "test": 3,
    51            "imp": [
    52              {
    53                "id": "test-imp-id",
    54                "banner": {
    55                  "format": [
    56                    {
    57                      "w": 300,
    58                      "h": 250
    59                    }
    60                  ]
    61                },
    62                "bidfloor": 0.05,
    63                "bidfloorcur": "USD",
    64                "ext": {
    65                  "impactify": {
    66                    "appId": "impactify.io",
    67                    "format": "screen",
    68                    "style": "impact"
    69                  }
    70                }
    71              }
    72            ],
    73            "ext": {
    74              "prebid": {
    75                "currency": {
    76                  "rates": {
    77                    "MXN": {
    78                      "USD": 0.05
    79                    }
    80                  },
    81                  "usepbsrates": false
    82                }
    83              }
    84            }
    85          }
    86        },
    87        "mockResponse": {
    88          "status": 200,
    89          "body": {
    90            "id": "test-request-id",
    91            "cur": "USD",
    92            "seatbid": [
    93              {
    94                "seat": "impactify",
    95                "bid": [{
    96                  "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
    97                  "impid": "test-imp-id",
    98                  "price": 18,
    99                  "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>",
   100                  "crid": "crid_10",
   101                  "w": 1,
   102                  "h": 1
   103                }]
   104              }
   105            ]
   106          }
   107        }
   108      }
   109    ],
   110  
   111    "expectedBidResponses": [
   112      {
   113        "bids": [{
   114          "bid": {
   115            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
   116            "impid": "test-imp-id",
   117            "price": 18,
   118            "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>",
   119            "crid": "crid_10",
   120            "w": 1,
   121            "h": 1
   122          },
   123          "type": "banner"
   124        }]
   125      }
   126    ]
   127  }