github.com/prebid/prebid-server/v2@v2.18.0/adapters/dmx/dmxtest/exemplary/idfa-to-app-id.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "app":{
     5        "bundle":"302324249",
     6        "name":"Skout - iOS Match Buy",
     7        "publisher":{
     8          "id":"10400"
     9        },
    10        "storeurl":"https://itunes.apple.com/app/id302324249"
    11      },
    12      "device": {
    13        "ifa": "ed6207cefff74c14878963566683c070"
    14      },
    15      "imp": [
    16        {
    17  
    18          "id": "test-imp-id",
    19          "banner": {
    20            "w": 300,
    21            "h": 250,
    22            "format": [
    23              {
    24                "w": 300,
    25                "h": 250
    26              },
    27              {
    28                "w": 300,
    29                "h": 600
    30              }
    31            ]
    32          },
    33          "ext": {
    34            "bidder": {
    35              "dmxid": "123454",
    36              "publisher_id": "10400"
    37            }
    38          }
    39        }
    40      ]
    41    },
    42  
    43    "httpCalls": [
    44      {
    45        "expectedRequest": {
    46          "uri": "",
    47          "body": {
    48            "id": "test-request-id",
    49            "app":{
    50              "bundle":"302324249",
    51              "id":"ed6207cefff74c14878963566683c070",
    52              "name":"Skout - iOS Match Buy",
    53              "publisher":{
    54                "id":"10400",
    55                "ext": {
    56                  "dmx": {
    57                    "id": "10400"
    58                  }
    59                }
    60              },
    61              "storeurl":"https://itunes.apple.com/app/id302324249"
    62            },
    63            "device": {
    64              "ifa": "ed6207cefff74c14878963566683c070"
    65            },
    66            "imp": [
    67              {
    68                "id": "test-imp-id",
    69                "tagid": "123454",
    70                "secure": 1,
    71                "banner": {
    72                  "format": [
    73                    {
    74                      "w": 300,
    75                      "h": 250
    76                    },
    77                    {
    78                      "w": 300,
    79                      "h": 600
    80                    }
    81                  ],
    82                  "w": 300,
    83                  "h": 250
    84                },
    85                "ext": {
    86                  "bidder": {
    87                    "publisher_id": "10400",
    88                    "dmxid": "123454"
    89                  }
    90                }
    91              }
    92            ]
    93          },
    94          "impIDs":["test-imp-id"]
    95        },
    96        "mockResponse": {
    97          "status": 200,
    98          "body": {
    99            "id": "test-request-id",
   100            "seatbid": [
   101              {
   102                "seat": "958",
   103                "bid": [{
   104                  "id": "7706636740145184841",
   105                  "impid": "test-imp-id",
   106                  "price": 1.75,
   107                  "adid": "29681110",
   108                  "adm": "<div>banner-ads</div>",
   109                  "adomain": ["dmx.districtm.io"],
   110                  "iurl": "https://dmx.districtm.io/b/v2",
   111                  "cid": "958",
   112                  "crid": "29681110",
   113                  "h": 250,
   114                  "w": 300
   115                }]
   116              }
   117            ],
   118            "bidid": "5778926625248726496",
   119            "cur": "USD"
   120          }
   121        }
   122      }
   123    ],
   124  
   125    "expectedBidResponses": [
   126      {
   127        "currency": "USD",
   128        "bids": [
   129          {
   130            "bid": {
   131              "id": "7706636740145184841",
   132              "impid": "test-imp-id",
   133              "price": 1.75,
   134              "adm": "<div>banner-ads</div>",
   135              "adid": "29681110",
   136              "adomain": ["dmx.districtm.io"],
   137              "iurl": "https://dmx.districtm.io/b/v2",
   138              "cid": "958",
   139              "crid": "29681110",
   140              "w": 300,
   141              "h": 250
   142  
   143            },
   144            "type": "banner"
   145          }
   146        ]
   147      }
   148    ]
   149  }