github.com/prebid/prebid-server@v0.275.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        },
    95        "mockResponse": {
    96          "status": 200,
    97          "body": {
    98            "id": "test-request-id",
    99            "seatbid": [
   100              {
   101                "seat": "958",
   102                "bid": [{
   103                  "id": "7706636740145184841",
   104                  "impid": "test-imp-id",
   105                  "price": 1.75,
   106                  "adid": "29681110",
   107                  "adm": "<div>banner-ads</div>",
   108                  "adomain": ["dmx.districtm.io"],
   109                  "iurl": "https://dmx.districtm.io/b/v2",
   110                  "cid": "958",
   111                  "crid": "29681110",
   112                  "h": 250,
   113                  "w": 300
   114                }]
   115              }
   116            ],
   117            "bidid": "5778926625248726496",
   118            "cur": "USD"
   119          }
   120        }
   121      }
   122    ],
   123  
   124    "expectedBidResponses": [
   125      {
   126        "currency": "USD",
   127        "bids": [
   128          {
   129            "bid": {
   130              "id": "7706636740145184841",
   131              "impid": "test-imp-id",
   132              "price": 1.75,
   133              "adm": "<div>banner-ads</div>",
   134              "adid": "29681110",
   135              "adomain": ["dmx.districtm.io"],
   136              "iurl": "https://dmx.districtm.io/b/v2",
   137              "cid": "958",
   138              "crid": "29681110",
   139              "w": 300,
   140              "h": 250
   141  
   142            },
   143            "type": "banner"
   144          }
   145        ]
   146      }
   147    ]
   148  }