github.com/prebid/prebid-server/v2@v2.18.0/adapters/impactify/impactifytest/supplemental/referer.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      "site": {
    25        "page": "https://impactify.io"
    26      },
    27      "user": {
    28        "buyeruid": "TESTBUYERUID"
    29      },
    30      "device": {
    31        "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",
    32        "ip": "81.92.224.65"
    33      }
    34    },
    35  
    36    "httpCalls": [
    37      {
    38        "expectedRequest": {
    39          "headers": {
    40            "Content-Type": [
    41              "application/json;charset=utf-8"
    42            ],
    43            "Accept": [
    44              "application/json"
    45            ],
    46            "X-Openrtb-Version": [
    47              "2.5"
    48            ],
    49            "User-Agent": [
    50              "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"
    51            ],
    52            "X-Forwarded-For": [
    53              "81.92.224.65"
    54            ],
    55            "Referer": [
    56              "https://impactify.io"
    57            ],
    58            "Cookie": [
    59              "uids=TESTBUYERUID"
    60            ]
    61          },
    62          "uri": "https://sonic.impactify.media/bidder",
    63          "body": {
    64            "id": "test-request-id",
    65            "at":1,
    66            "cur": ["USD"],
    67            "test": 3,
    68            "device": {
    69              "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",
    70              "ip": "81.92.224.65"
    71            },
    72            "site": {
    73              "page": "https://impactify.io"
    74            },
    75            "user": {
    76              "buyeruid": "TESTBUYERUID"
    77            },
    78            "imp": [
    79              {
    80                "id": "test-imp-id",
    81                "video": {
    82                  "mimes": ["video/mp4"],
    83                  "protocols": [2, 5],
    84                  "w": 1024,
    85                  "h": 576
    86                },
    87                "ext": {
    88                  "impactify": {
    89                    "appId": "impactify.io",
    90                    "format": "screen",
    91                    "style": "impact"
    92                  }
    93                }
    94              }
    95            ]
    96          },
    97          "impIDs":["test-imp-id"]
    98        },
    99        "mockResponse": {
   100          "status": 200,
   101          "body": {
   102            "id": "test-request-id",
   103            "cur": "USD",
   104            "seatbid": [
   105              {
   106                "seat": "impactify",
   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              }
   117            ]
   118          }
   119        }
   120      }
   121    ],
   122  
   123    "expectedBidResponses": [
   124      {
   125        "bids": [{
   126          "bid": {
   127            "id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
   128            "impid": "test-imp-id",
   129            "price": 18,
   130            "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>",
   131            "crid": "crid_10",
   132            "w": 1,
   133            "h": 1
   134          },
   135          "type": "video"
   136        }]
   137      }
   138    ]
   139  }