github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/events-vast-account-off-request-on.json (about)

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