github.com/prebid/prebid-server/v2@v2.18.0/adapters/unicorn/unicorntest/exemplary/banner-app-no-source.json (about)

     1  {
     2    "mockBidRequest": {
     3      "at": 1,
     4      "imp": [
     5        {
     6          "banner": {
     7            "format": [
     8              {
     9                "w": 300,
    10                "h": 250
    11              }
    12            ],
    13            "api": [5]
    14          },
    15          "id": "29D2F33E-F865-40DA-9320-16EF77935254",
    16          "secure": 1,
    17          "ext": {
    18            "prebid": {
    19              "storedrequest": {
    20                "id": "test_unicorn"
    21              }
    22            },
    23            "bidder": {
    24              "accountId": 12345,
    25              "publisherId": "123456",
    26              "mediaId": "test_media",
    27              "placementId": "test_placement"
    28            }
    29          }
    30        }
    31      ],
    32      "cur": ["JPY"],
    33      "app": {
    34        "publisher": {
    35          "id": "test"
    36        },
    37        "ext": {
    38          "prebid": {
    39            "source": "prebid-mobile",
    40            "version": "1.9.0"
    41          }
    42        },
    43        "bundle": "net.ada.test",
    44        "ver": "1.9.0"
    45      },
    46      "id": "CFD24FB1-916F-467D-8825-34892B315DB7",
    47      "device": {
    48        "make": "Apple",
    49        "osv": "14.4",
    50        "connectiontype": 1,
    51        "os": "iOS",
    52        "w": 320,
    53        "model": "Simulator",
    54        "ifa": "00000000-0000-0000-0000-000000000000",
    55        "devtime": 1612413327,
    56        "h": 568,
    57        "pxratio": 2,
    58        "ext": {
    59          "atts": 0
    60        }
    61      },
    62      "user": {
    63        "gender": "O"
    64      },
    65      "ext": {
    66        "prebid": {
    67          "targeting": {},
    68          "cache": {
    69            "bids": {}
    70          },
    71          "storedrequest": {
    72            "id": "test"
    73          }
    74        }
    75      }
    76    },
    77  
    78    "httpCalls": [
    79      {
    80        "expectedRequest": {
    81          "uri": "https://ds.uncn.jp",
    82          "body": {
    83            "app": {
    84              "bundle": "net.ada.test",
    85              "ext": {
    86                "prebid": {
    87                  "source": "prebid-mobile",
    88                  "version": "1.9.0"
    89                }
    90              },
    91              "id": "test_media",
    92              "publisher": {
    93                "id": "123456"
    94              },
    95              "ver": "1.9.0"
    96            },
    97            "at": 1,
    98            "cur": ["JPY"],
    99            "device": {
   100              "connectiontype": 1,
   101              "ext": {
   102                "atts": 0
   103              },
   104              "h": 568,
   105              "ifa": "00000000-0000-0000-0000-000000000000",
   106              "make": "Apple",
   107              "model": "Simulator",
   108              "os": "iOS",
   109              "osv": "14.4",
   110              "pxratio": 2,
   111              "w": 320
   112            },
   113            "ext": {
   114              "prebid": {
   115                "storedrequest": {
   116                  "id": "test"
   117                }
   118              },
   119              "accountId": 12345
   120            },
   121            "id": "CFD24FB1-916F-467D-8825-34892B315DB7",
   122            "imp": [
   123              {
   124                "banner": {
   125                  "api": [5],
   126                  "format": [
   127                    {
   128                      "h": 250,
   129                      "w": 300
   130                    }
   131                  ]
   132                },
   133                "ext": {
   134                  "bidder": {
   135                    "accountId": 12345,
   136                    "publisherId": "123456",
   137                    "mediaId": "test_media",
   138                    "placementId": "test_placement"
   139                  }
   140                },
   141                "tagid": "test_placement",
   142                "id": "29D2F33E-F865-40DA-9320-16EF77935254",
   143                "secure": 1
   144              }
   145            ],
   146            "source": {
   147              "ext": {
   148                "bidder": "unicorn",
   149                "stype": "prebid_server_uncn"
   150              }
   151            },
   152            "user": {
   153              "gender": "O"
   154            }
   155          },
   156          "impIDs":["29D2F33E-F865-40DA-9320-16EF77935254"]
   157        },
   158        "mockResponse": {
   159          "url": "https://ds.uncn.jp",
   160          "status": 200,
   161          "headers": {
   162            "Content-Type": ["application/json"],
   163            "Date": ["Thu, 04 Feb 2021 06:36:31 GMT"],
   164            "Vary": ["Accept-Encoding"]
   165          },
   166          "body": {
   167            "bidid": "f1248280-24ec-4fbc-bdf5-6a866e7dcea4",
   168            "cur": "JPY",
   169            "ext": {},
   170            "id": "CFD24FB1-916F-467D-8825-34892B315DB7",
   171            "seatbid": [
   172              {
   173                "bid": [
   174                  {
   175                    "adid": "uoNYbq1L_-123456",
   176                    "adm": "awesome domain",
   177                    "adomain": ["example.com"],
   178                    "attr": [],
   179                    "bundle": "example.com",
   180                    "cid": "7314",
   181                    "crid": "-123456",
   182                    "ext": {},
   183                    "h": 250,
   184                    "id": "1",
   185                    "impid": "29D2F33E-F865-40DA-9320-16EF77935254",
   186                    "iurl": "https://example.com/banner.png",
   187                    "price": 73.283,
   188                    "w": 300
   189                  }
   190                ],
   191                "group": 0,
   192                "seat": "274"
   193              }
   194            ],
   195            "units": 0
   196          }
   197        }
   198      }
   199    ],
   200    "expectedBidResponses": [
   201      {
   202        "Currency": "JPY",
   203        "bids": [
   204          {
   205            "Bid": {
   206              "id": "1",
   207              "impid": "29D2F33E-F865-40DA-9320-16EF77935254",
   208              "price": 73.283,
   209              "adm": "awesome domain",
   210              "adid": "uoNYbq1L_-123456",
   211              "adomain": ["example.com"],
   212              "bundle": "example.com",
   213              "iurl": "https://example.com/banner.png",
   214              "cid": "7314",
   215              "crid": "-123456",
   216              "w": 300,
   217              "h": 250,
   218              "ext": {}
   219            },
   220            "type": "banner",
   221            "BidType": "banner",
   222            "BidVideo": null,
   223            "DealPriority": 0
   224          }
   225        ]
   226      }
   227    ]
   228  }