github.com/prebid/prebid-server/v2@v2.18.0/adapters/appnexus/appnexustest/video/video-brand-category.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "imp": [
     5              {
     6                  "id": "test-imp-id",
     7                  "video": {
     8                      "mimes": [
     9                          "video/mp4"
    10                      ],
    11                      "minduration": 15,
    12                      "maxduration": 30,
    13                      "protocols": [
    14                          2,
    15                          3,
    16                          5,
    17                          6,
    18                          7,
    19                          8
    20                      ],
    21                      "w": 940,
    22                      "h": 560
    23                  },
    24                  "ext": {
    25                      "bidder": {
    26                          "placement_id": 1
    27                      }
    28                  }
    29              }
    30          ],
    31          "ext": {
    32              "prebid": {
    33                  "targeting": {
    34                      "includebrandcategory": {
    35                          "primaryadserver": 1,
    36                          "publisher": "anyPublisher",
    37                          "withcategory": true
    38                      }
    39                  }
    40              }
    41          }
    42      },
    43      "httpCalls": [
    44          {
    45              "expectedRequest": {
    46                  "uri": "http://ib.adnxs.com/openrtb2",
    47                  "body": {
    48                      "id": "test-request-id",
    49                      "ext": {
    50                          "appnexus": {
    51                              "hb_source": 6,
    52                              "brand_category_uniqueness": true,
    53                              "include_brand_category": true
    54                          },
    55                          "prebid": {
    56                              "targeting": {
    57                                  "includebrandcategory": {
    58                                      "primaryadserver": 1,
    59                                      "publisher": "anyPublisher",
    60                                      "withcategory": true
    61                                  }
    62                              }
    63                          }
    64                      },
    65                      "imp": [
    66                          {
    67                              "id": "test-imp-id",
    68                              "video": {
    69                                  "mimes": [
    70                                      "video/mp4"
    71                                  ],
    72                                  "minduration": 15,
    73                                  "maxduration": 30,
    74                                  "protocols": [
    75                                      2,
    76                                      3,
    77                                      5,
    78                                      6,
    79                                      7,
    80                                      8
    81                                  ],
    82                                  "w": 940,
    83                                  "h": 560
    84                              },
    85                              "ext": {
    86                                  "appnexus": {
    87                                      "placement_id": 1
    88                                  }
    89                              }
    90                          }
    91                      ]
    92                  },
    93                  "impIDs":["test-imp-id"]
    94              },
    95              "mockResponse": {
    96                  "status": 200,
    97                  "body": {
    98                      "id": "test-request-id",
    99                      "seatbid": [
   100                          {
   101                              "seat": "958",
   102                              "bid": [
   103                                  {
   104                                      "id": "7706636740145184841",
   105                                      "impid": "test-imp-id",
   106                                      "price": 0.500000,
   107                                      "adid": "29681110",
   108                                      "adm": "some-test-ad",
   109                                      "adomain": [
   110                                          "appnexus.com"
   111                                      ],
   112                                      "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110",
   113                                      "cid": "958",
   114                                      "crid": "29681110",
   115                                      "h": 250,
   116                                      "w": 300,
   117                                      "cat": [
   118                                          "IAB9-1"
   119                                      ],
   120                                      "ext": {
   121                                          "appnexus": {
   122                                              "brand_id": 9,
   123                                              "brand_category_id": 9,
   124                                              "auction_id": 8189378542222915032,
   125                                              "bid_ad_type": 1,
   126                                              "bidder_id": 2,
   127                                              "ranking_price": 0.000000,
   128                                              "deal_priority": 5
   129                                          }
   130                                      }
   131                                  }
   132                              ]
   133                          }
   134                      ],
   135                      "bidid": "5778926625248726496",
   136                      "cur": "USD"
   137                  }
   138              }
   139          }
   140      ],
   141      "expectedBidResponses": [
   142          {
   143              "currency": "USD",
   144              "bids": [
   145                  {
   146                      "bid": {
   147                          "id": "7706636740145184841",
   148                          "impid": "test-imp-id",
   149                          "price": 0.5,
   150                          "adm": "some-test-ad",
   151                          "adid": "29681110",
   152                          "adomain": [
   153                              "appnexus.com"
   154                          ],
   155                          "iurl": "http://nym1-ib.adnxs.com/cr?id=29681110",
   156                          "cid": "958",
   157                          "crid": "29681110",
   158                          "w": 300,
   159                          "h": 250,
   160                          "cat": [
   161                              "IAB5-1"
   162                          ],
   163                          "ext": {
   164                              "appnexus": {
   165                                  "brand_id": 9,
   166                                  "brand_category_id": 9,
   167                                  "auction_id": 8189378542222915032,
   168                                  "bid_ad_type": 1,
   169                                  "bidder_id": 2,
   170                                  "ranking_price": 0.000000,
   171                                  "deal_priority": 5
   172                              }
   173                          }
   174                      },
   175                      "type": "video"
   176                  }
   177              ]
   178          }
   179      ]
   180  }