github.com/prebid/prebid-server/v2@v2.18.0/adapters/unicorn/unicorntest/supplemental/no-storedrequest-imp.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            },
    20            "bidder": {
    21              "accountId": 12345,
    22              "publisherId": "123456",
    23              "mediaId": "test_media"
    24            }
    25          }
    26        }
    27      ],
    28      "cur": ["JPY"],
    29      "app": {
    30        "publisher": {
    31          "id": "test"
    32        },
    33        "ext": {
    34          "prebid": {
    35            "source": "prebid-mobile",
    36            "version": "1.9.0"
    37          }
    38        },
    39        "bundle": "net.ada.test",
    40        "ver": "1.9.0"
    41      },
    42      "id": "CFD24FB1-916F-467D-8825-34892B315DB7",
    43      "source": {
    44        "tid": "A4B3EA9F-FF57-4716-AC85-6CBF6A46CFBD"
    45      },
    46      "device": {
    47        "make": "Apple",
    48        "osv": "14.4",
    49        "connectiontype": 1,
    50        "os": "iOS",
    51        "w": 320,
    52        "model": "Simulator",
    53        "ifa": "00000000-0000-0000-0000-000000000000",
    54        "devtime": 1612413327,
    55        "h": 568,
    56        "pxratio": 2,
    57        "ext": {
    58          "atts": 0
    59        }
    60      },
    61      "user": {
    62        "gender": "O"
    63      }
    64    },
    65    "expectedMakeRequestsErrors" : [{
    66      "value": "Error get StoredRequestImpID from imp[0]: stored request id not found: Key path not found",
    67      "comparison": "literal"
    68    }]
    69  }