github.com/prebid/prebid-server@v0.275.0/adapters/impactify/impactifytest/supplemental/negative_price.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        "ip": "81.92.224.65"
    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              "81.92.224.65"
    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              "ip": "81.92.224.65"
    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": "4e97a64f-e57f-48a7-8770-d5bcc95bb988",
    84            "seatbid": [
    85              {
    86                "bid": [
    87                  {
    88                    "id": "test-request-id",
    89                    "impid": "test-imp-id",
    90                    "price": -1,
    91                    "adm": "<script>window.impactifyTag = window.impactifyTag || [];impactifyTag.push({appId: 'impactify.io', 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>",
    92                    "adid": "230769549",
    93                    "adomain": [
    94                      "https://event.webcasts.com/starthere.jsp?ei=1268923&tp_key=84ed77e3e5"
    95                    ],
    96                    "iurl": "https://ams1-ib.adnxs.com/cr?id=230769549",
    97                    "cid": "1212",
    98                    "crid": "230769549",
    99                    "cat": [
   100                      "IAB7-25"
   101                    ],
   102                    "w": 1,
   103                    "h": 1,
   104                    "ext": {
   105                      "bidder": {
   106                        "bidder": {
   107                          "impactify": {
   108                            "auction_id": 9001143799525811000,
   109                            "bid_ad_type": 1,
   110                            "bidder_id": 101,
   111                            "brand_id": 840665,
   112                            "creative_info": {
   113                              "video": {
   114                                "duration": 15,
   115                                "mimes": [
   116                                  "video/mp4",
   117                                  "video/webm",
   118                                  "video/3gpp"
   119                                ]
   120                              }
   121                            }
   122                          }
   123                        },
   124                        "prebid": {
   125                          "type": "video",
   126                          "video": {
   127                            "duration": 15,
   128                            "primary_category": ""
   129                          }
   130                        }
   131                      },
   132                      "prebid": {
   133                        "type": "video"
   134                      }
   135                    }
   136                  }
   137                ],
   138                "seat": "impactify"
   139              }
   140            ],
   141            "cur": "USD",
   142            "ext": {
   143              "responsetimemillis": {
   144                "impactify": 17
   145              },
   146              "prebid": {
   147                "auctiontimestamp": 1632899733548
   148              }
   149            }
   150          }
   151        }
   152      }
   153    ],
   154    "expectedBidResponses": [
   155      {
   156        "bids": []
   157      }
   158    ]
   159  }