github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/valid-whole/supplementary/app-ios140-no-ifa.json (about)

     1  {
     2      "description": "Well Formed iOS 14.0 App Request With Unspecified LMT + Empty IFA",
     3      "mockBidRequest": {
     4          "id": "some-request-id",
     5          "app": {
     6              "id": "some-app-id"
     7          },
     8          "device": {
     9              "os": "iOS",
    10              "osv": "14.0",
    11              "ifa": ""
    12          },
    13          "imp": [{
    14              "id": "my-imp-id",
    15              "banner": {
    16                  "format": [{
    17                      "w": 300,
    18                      "h": 600
    19                  }]
    20              },
    21              "ext": {
    22                  "appnexus": {
    23                      "placementId": 12883451
    24                  }
    25              }
    26          }]
    27      },
    28      "expectedBidResponse": {
    29          "id": "some-request-id",
    30          "bidid": "test bid id",
    31          "nbr": 0
    32      },
    33      "expectedReturnCode": 200
    34  }