github.com/prebid/prebid-server@v0.275.0/exchange/exchangetest/events-vast-account-off-request-off.json (about)

     1  {
     2    "events_enabled": false,
     3    "start_time_ms": 1234567890,
     4    "incomingRequest": {
     5      "ortbRequest": {
     6        "id": "some-request-id",
     7        "app": {
     8          "id": "some-app"
     9        },
    10        "imp": [
    11          {
    12            "id": "my-imp-id",
    13            "video": {},
    14            "ext": {
    15              "prebid": {
    16                "bidder": {
    17                  "appnexus": {
    18                    "placementId": 1
    19                  },
    20                  "audienceNetwork": {
    21                    "placementId": 1
    22                  }
    23                }
    24              }
    25            }
    26          }
    27        ],
    28        "ext": {
    29          "prebid": {
    30            "targeting": {
    31              "includewinners": true,
    32              "includebidderkeys": false,
    33              "pricegranularity": {
    34                "precision": 2,
    35                "ranges": [
    36                  {
    37                    "min": 0,
    38                    "max": 20,
    39                    "increment": 0.1
    40                  }
    41                ]
    42              }
    43            }
    44          }
    45        }
    46      }
    47    },
    48    "outgoingRequests": {
    49      "appnexus": {
    50        "modifyingVastXmlAllowed": true,
    51        "mockResponse": {
    52          "pbsSeatBids": [
    53            {
    54              "pbsBids": [
    55                {
    56                  "ortbBid": {
    57                    "id": "winning-bid",
    58                    "nurl": "http://domain.com/winning-bid",
    59                    "impid": "my-imp-id",
    60                    "price": 0.71,
    61                    "w": 200,
    62                    "h": 250,
    63                    "crid": "creative-1"
    64                  },
    65                  "bidType": "video"
    66                },
    67                {
    68                  "ortbBid": {
    69                    "id": "losing-bid",
    70                    "nurl": "http://domain.com/losing-bid",
    71                    "impid": "my-imp-id",
    72                    "price": 0.21,
    73                    "w": 200,
    74                    "h": 250,
    75                    "crid": "creative-2"
    76                  },
    77                  "bidType": "video"
    78                }
    79              ],
    80              "seat": "appnexus"
    81            }
    82          ]
    83        }
    84      },
    85      "audienceNetwork": {
    86        "modifyingVastXmlAllowed": false,
    87        "mockResponse": {
    88          "pbsSeatBids": [
    89            {
    90              "pbsBids": [
    91                {
    92                  "ortbBid": {
    93                    "id": "contending-bid",
    94                    "nurl": "http://domain.com/contending-bid",
    95                    "impid": "my-imp-id",
    96                    "price": 0.51,
    97                    "w": 200,
    98                    "h": 250,
    99                    "crid": "creative-4"
   100                  },
   101                  "bidType": "video"
   102                }
   103              ],
   104              "seat": "audienceNetwork"
   105            }
   106          ]
   107        }
   108      }
   109    },
   110    "response": {
   111      "bids": {
   112        "id": "some-request-id",
   113        "seatbid": [
   114          {
   115            "seat": "audienceNetwork",
   116            "bid": [
   117              {
   118                "id": "contending-bid",
   119                "nurl": "http://domain.com/contending-bid",
   120                "impid": "my-imp-id",
   121                "price": 0.51,
   122                "w": 200,
   123                "h": 250,
   124                "crid": "creative-4",
   125                "ext": {
   126                  "origbidcpm": 0.51,
   127                  "prebid": {
   128                    "type": "video"
   129                  }
   130                }
   131              }
   132            ]
   133          },
   134          {
   135            "seat": "appnexus",
   136            "bid": [
   137              {
   138                "id": "winning-bid",
   139                "nurl": "http://domain.com/winning-bid",
   140                "impid": "my-imp-id",
   141                "price": 0.71,
   142                "w": 200,
   143                "h": 250,
   144                "crid": "creative-1",
   145                "ext": {
   146                  "origbidcpm": 0.71,
   147                  "prebid": {
   148                    "type": "video",
   149                    "targeting": {
   150                      "hb_bidder": "appnexus",
   151                      "hb_cache_host": "www.pbcserver.com",
   152                      "hb_cache_path": "/pbcache/endpoint",
   153                      "hb_env": "mobile-app",
   154                      "hb_pb": "0.70",
   155                      "hb_size": "200x250"
   156                    }
   157                  }
   158                }
   159              },
   160              {
   161                "id": "losing-bid",
   162                "nurl": "http://domain.com/losing-bid",
   163                "impid": "my-imp-id",
   164                "price": 0.21,
   165                "w": 200,
   166                "h": 250,
   167                "crid": "creative-2",
   168                "ext": {
   169                  "origbidcpm": 0.21,
   170                  "prebid": {
   171                    "type": "video"
   172                  }
   173                }
   174              }
   175            ]
   176          }
   177        ]
   178      }
   179    }
   180  }