github.com/prebid/prebid-server@v0.275.0/adapters/smaato/smaatotest/video/multiple-adpods.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "447a0a1d-389d-4730-a418-3777e95de7bd",
     4          "imp": [
     5              {
     6                  "id": "1_1",
     7                  "video": {
     8                      "mimes": [
     9                          "video/mp4",
    10                          "video/3gpp"
    11                      ],
    12                      "minduration": 5,
    13                      "maxduration": 30,
    14                      "protocols": [
    15                          7
    16                      ],
    17                      "w": 1024,
    18                      "h": 768,
    19                      "startdelay": 0,
    20                      "linearity": 1,
    21                      "skip": 1,
    22                      "skipmin": 5,
    23                      "api": [
    24                          7
    25                      ]
    26                  },
    27                  "ext": {
    28                      "bidder": {
    29                          "publisherId": "1100042525",
    30                          "adbreakId": "400000001"
    31                      }
    32                  }
    33              },
    34              {
    35                  "id": "1_2",
    36                  "video": {
    37                      "mimes": [
    38                          "video/mp4",
    39                          "video/3gpp"
    40                      ],
    41                      "minduration": 5,
    42                      "maxduration": 30,
    43                      "protocols": [
    44                          7
    45                      ],
    46                      "w": 1024,
    47                      "h": 768,
    48                      "startdelay": 0,
    49                      "linearity": 1,
    50                      "skip": 1,
    51                      "skipmin": 5,
    52                      "api": [
    53                          7
    54                      ]
    55                  },
    56                  "ext": {
    57                      "bidder": {
    58                          "publisherId": "1100042525",
    59                          "adbreakId": "400000001"
    60                      }
    61                  }
    62              },
    63              {
    64                  "id": "2_1",
    65                  "video": {
    66                      "mimes": [
    67                          "video/mp4",
    68                          "video/3gpp"
    69                      ],
    70                      "minduration": 5,
    71                      "maxduration": 30,
    72                      "protocols": [
    73                          7
    74                      ],
    75                      "w": 1024,
    76                      "h": 768,
    77                      "startdelay": 0,
    78                      "linearity": 1,
    79                      "skip": 1,
    80                      "skipmin": 5,
    81                      "api": [
    82                          7
    83                      ]
    84                  },
    85                  "ext": {
    86                      "bidder": {
    87                          "publisherId": "1100042525",
    88                          "adbreakId": "400000001"
    89                      }
    90                  }
    91              },
    92              {
    93                  "id": "2_2",
    94                  "video": {
    95                      "mimes": [
    96                          "video/mp4",
    97                          "video/3gpp"
    98                      ],
    99                      "minduration": 5,
   100                      "maxduration": 30,
   101                      "protocols": [
   102                          7
   103                      ],
   104                      "w": 1024,
   105                      "h": 768,
   106                      "startdelay": 0,
   107                      "linearity": 1,
   108                      "skip": 1,
   109                      "skipmin": 5,
   110                      "api": [
   111                          7
   112                      ]
   113                  },
   114                  "ext": {
   115                      "bidder": {
   116                          "publisherId": "1100042525",
   117                          "adbreakId": "400000001"
   118                      }
   119                  }
   120              }
   121          ],
   122          "site": {
   123              "publisher": {
   124                  "id": "1100042525"
   125              },
   126              "content": {
   127                  "title": "a-title",
   128                  "season": "a-season",
   129                  "series": "a-series",
   130                  "episode": 1,
   131                  "len": 900,
   132                  "livestream": 1
   133              }
   134          },
   135          "device": {
   136              "ua": "test-user-agent"
   137          },
   138          "user": {
   139              "ext": {
   140                  "data": {}
   141              }
   142          }
   143      },
   144      "httpCalls": [
   145          {
   146              "expectedRequest": {
   147                  "headers": {
   148                      "Content-Type": [
   149                          "application/json;charset=utf-8"
   150                      ],
   151                      "Accept": [
   152                          "application/json"
   153                      ]
   154                  },
   155                  "uri": "https://prebid/bidder",
   156                  "body": {
   157                      "id": "447a0a1d-389d-4730-a418-3777e95de7bd",
   158                      "imp": [
   159                          {
   160                              "id": "1_1",
   161                              "tagid": "400000001",
   162                              "video": {
   163                                  "w": 1024,
   164                                  "h": 768,
   165                                  "mimes": [
   166                                      "video/mp4",
   167                                      "video/3gpp"
   168                                  ],
   169                                  "minduration": 5,
   170                                  "startdelay": 0,
   171                                  "linearity": 1,
   172                                  "maxduration": 30,
   173                                  "skip": 1,
   174                                  "protocols": [
   175                                      7
   176                                  ],
   177                                  "skipmin": 5,
   178                                  "api": [
   179                                      7
   180                                  ],
   181                                  "sequence": 1,
   182                                  "ext": {
   183                                      "context": "adpod"
   184                                  }
   185                              }
   186                          },
   187                          {
   188                              "id": "1_2",
   189                              "tagid": "400000001",
   190                              "video": {
   191                                  "w": 1024,
   192                                  "h": 768,
   193                                  "mimes": [
   194                                      "video/mp4",
   195                                      "video/3gpp"
   196                                  ],
   197                                  "minduration": 5,
   198                                  "startdelay": 0,
   199                                  "linearity": 1,
   200                                  "maxduration": 30,
   201                                  "skip": 1,
   202                                  "protocols": [
   203                                      7
   204                                  ],
   205                                  "skipmin": 5,
   206                                  "api": [
   207                                      7
   208                                  ],
   209                                  "sequence": 2,
   210                                  "ext": {
   211                                      "context": "adpod"
   212                                  }
   213                              }
   214                          }
   215                      ],
   216                      "user": {
   217                          "ext": {
   218                          }
   219                      },
   220                      "device": {
   221                          "ua": "test-user-agent"
   222                      },
   223                      "site": {
   224                          "publisher": {
   225                              "id": "1100042525"
   226                          },
   227                          "content": {
   228                              "title": "a-title",
   229                              "season": "a-season",
   230                              "series": "a-series",
   231                              "episode": 1,
   232                              "len": 900,
   233                              "livestream": 1
   234                          }
   235                      },
   236                      "ext": {
   237                          "client": "prebid_server_0.6"
   238                      }
   239                  }
   240              },
   241              "mockResponse": {
   242                  "status": 200,
   243                  "body": {
   244                      "id": "5ebea288-f13a-4754-be6d-4ade66c68877",
   245                      "seatbid": [
   246                          {
   247                              "seat": "CM6523",
   248                              "bid": [
   249                                  {
   250                                      "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   251                                      "adomain": [
   252                                          "smaato.com"
   253                                      ],
   254                                      "bidderName": "smaato",
   255                                      "cid": "CM6523",
   256                                      "crid": "CR69381",
   257                                      "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   258                                      "impid": "1_1",
   259                                      "iurl": "https://iurl",
   260                                      "nurl": "https://nurl",
   261                                      "price": 0.01,
   262                                      "w": 1024,
   263                                      "h": 768,
   264                                      "cat": ["IAB1"],
   265                                      "ext": {
   266                                          "duration": 5
   267                                      }
   268                                  },
   269                                  {
   270                                      "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   271                                      "adomain": [
   272                                          "smaato.com"
   273                                      ],
   274                                      "bidderName": "smaato",
   275                                      "cid": "CM6523",
   276                                      "crid": "CR69381",
   277                                      "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   278                                      "impid": "1_2",
   279                                      "iurl": "https://iurl",
   280                                      "nurl": "https://nurl",
   281                                      "price": 0.01,
   282                                      "w": 1024,
   283                                      "h": 768,
   284                                      "cat": ["IAB2"],
   285                                      "ext": {
   286                                          "duration": 30
   287                                      }
   288                                  }
   289                              ]
   290                          }
   291                      ],
   292                      "bidid": "04db8629-179d-4bcd-acce-e54722969006",
   293                      "cur": "USD"
   294                  }
   295              }
   296          },
   297          {
   298              "expectedRequest": {
   299                  "headers": {
   300                      "Content-Type": [
   301                          "application/json;charset=utf-8"
   302                      ],
   303                      "Accept": [
   304                          "application/json"
   305                      ]
   306                  },
   307                  "uri": "https://prebid/bidder",
   308                  "body": {
   309                      "id": "447a0a1d-389d-4730-a418-3777e95de7bd",
   310                      "imp": [
   311                          {
   312                              "id": "2_1",
   313                              "tagid": "400000001",
   314                              "video": {
   315                                  "w": 1024,
   316                                  "h": 768,
   317                                  "mimes": [
   318                                      "video/mp4",
   319                                      "video/3gpp"
   320                                  ],
   321                                  "minduration": 5,
   322                                  "startdelay": 0,
   323                                  "linearity": 1,
   324                                  "maxduration": 30,
   325                                  "skip": 1,
   326                                  "protocols": [
   327                                      7
   328                                  ],
   329                                  "skipmin": 5,
   330                                  "api": [
   331                                      7
   332                                  ],
   333                                  "sequence": 1,
   334                                  "ext": {
   335                                      "context": "adpod"
   336                                  }
   337                              }
   338                          },
   339                          {
   340                              "id": "2_2",
   341                              "tagid": "400000001",
   342                              "video": {
   343                                  "w": 1024,
   344                                  "h": 768,
   345                                  "mimes": [
   346                                      "video/mp4",
   347                                      "video/3gpp"
   348                                  ],
   349                                  "minduration": 5,
   350                                  "startdelay": 0,
   351                                  "linearity": 1,
   352                                  "maxduration": 30,
   353                                  "skip": 1,
   354                                  "protocols": [
   355                                      7
   356                                  ],
   357                                  "skipmin": 5,
   358                                  "api": [
   359                                      7
   360                                  ],
   361                                  "sequence": 2,
   362                                  "ext": {
   363                                      "context": "adpod"
   364                                  }
   365                              }
   366                          }
   367                      ],
   368                      "user": {
   369                          "ext": {
   370                          }
   371                      },
   372                      "device": {
   373                          "ua": "test-user-agent"
   374                      },
   375                      "site": {
   376                          "publisher": {
   377                              "id": "1100042525"
   378                          },
   379                          "content": {
   380                              "title": "a-title",
   381                              "season": "a-season",
   382                              "series": "a-series",
   383                              "episode": 1,
   384                              "len": 900,
   385                              "livestream": 1
   386                          }
   387                      },
   388                      "ext": {
   389                          "client": "prebid_server_0.6"
   390                      }
   391                  }
   392              },
   393              "mockResponse": {
   394                  "status": 200,
   395                  "body": {
   396                      "id": "5ebea288-f13a-4754-be6d-4ade66c68877",
   397                      "seatbid": [
   398                          {
   399                              "seat": "CM6523",
   400                              "bid": [
   401                                  {
   402                                      "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   403                                      "adomain": [
   404                                          "smaato.com"
   405                                      ],
   406                                      "bidderName": "smaato",
   407                                      "cid": "CM6523",
   408                                      "crid": "CR69381",
   409                                      "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   410                                      "impid": "2_1",
   411                                      "iurl": "https://iurl",
   412                                      "nurl": "https://nurl",
   413                                      "price": 0.01,
   414                                      "w": 1024,
   415                                      "h": 768,
   416                                      "cat": ["IAB1"],
   417                                      "ext": {
   418                                          "duration": 5
   419                                      }
   420                                  },
   421                                  {
   422                                      "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   423                                      "adomain": [
   424                                          "smaato.com"
   425                                      ],
   426                                      "bidderName": "smaato",
   427                                      "cid": "CM6523",
   428                                      "crid": "CR69381",
   429                                      "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   430                                      "impid": "2_2",
   431                                      "iurl": "https://iurl",
   432                                      "nurl": "https://nurl",
   433                                      "price": 0.01,
   434                                      "w": 1024,
   435                                      "h": 768,
   436                                      "cat": ["IAB2"],
   437                                      "ext": {
   438                                          "duration": 30
   439                                      }
   440                                  }
   441                              ]
   442                          }
   443                      ],
   444                      "bidid": "04db8629-179d-4bcd-acce-e54722969006",
   445                      "cur": "USD"
   446                  }
   447              }
   448          }
   449      ],
   450      "expectedBidResponses": [
   451          {
   452              "currency": "USD",
   453              "bids": [
   454                  {
   455                      "bid": {
   456                          "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   457                          "adomain": [
   458                              "smaato.com"
   459                          ],
   460                          "cid": "CM6523",
   461                          "crid": "CR69381",
   462                          "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   463                          "impid": "1_1",
   464                          "iurl": "https://iurl",
   465                          "nurl": "https://nurl",
   466                          "price": 0.01,
   467                          "w": 1024,
   468                          "h": 768,
   469                          "cat": ["IAB1"],
   470                          "ext": {
   471                              "duration": 5
   472                          },
   473                          "exp": 300
   474                      },
   475                      "type": "video"
   476  
   477                  },
   478                  {
   479                      "bid": {
   480                          "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   481                          "adomain": [
   482                              "smaato.com"
   483                          ],
   484                          "cid": "CM6523",
   485                          "crid": "CR69381",
   486                          "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   487                          "impid": "1_2",
   488                          "iurl": "https://iurl",
   489                          "nurl": "https://nurl",
   490                          "price": 0.01,
   491                          "w": 1024,
   492                          "h": 768,
   493                          "cat": ["IAB2"],
   494                          "ext": {
   495                              "duration": 30
   496                          },
   497                          "exp": 300
   498                      },
   499                      "type": "video"
   500                  }
   501              ]
   502          },
   503          {
   504              "currency": "USD",
   505              "bids": [
   506                  {
   507                      "bid": {
   508                          "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   509                          "adomain": [
   510                              "smaato.com"
   511                          ],
   512                          "cid": "CM6523",
   513                          "crid": "CR69381",
   514                          "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   515                          "impid": "2_1",
   516                          "iurl": "https://iurl",
   517                          "nurl": "https://nurl",
   518                          "price": 0.01,
   519                          "w": 1024,
   520                          "h": 768,
   521                          "cat": ["IAB1"],
   522                          "ext": {
   523                              "duration": 5
   524                          },
   525                          "exp": 300
   526                      },
   527                      "type": "video"
   528                  },
   529                  {
   530                      "bid": {
   531                          "adm": "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"no\"?><VAST version=\"2.0\"></VAST>",
   532                          "adomain": [
   533                              "smaato.com"
   534                          ],
   535                          "cid": "CM6523",
   536                          "crid": "CR69381",
   537                          "id": "6906aae8-7f74-4edd-9a4f-f49379a3cadd",
   538                          "impid": "2_2",
   539                          "iurl": "https://iurl",
   540                          "nurl": "https://nurl",
   541                          "price": 0.01,
   542                          "w": 1024,
   543                          "h": 768,
   544                          "cat": ["IAB2"],
   545                          "ext": {
   546                              "duration": 30
   547                          },
   548                          "exp": 300
   549                      },
   550                      "type": "video"
   551                  }
   552              ]
   553          }
   554      ]
   555  }