github.com/prebid/prebid-server@v0.275.0/adapters/adprime/adprimetest/exemplary/withKeywords.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "device": {
     5              "ip": "123.123.123.123",
     6              "ua": "iPad"
     7          },
     8          "site": {
     9              "id": "1",
    10              "domain": "test.com"
    11          },
    12          "imp": [
    13              {
    14                  "id": "test-imp-id",
    15                  "tagid": "test",
    16                  "banner": {
    17                      "format": [
    18                          {
    19                              "w": 300,
    20                              "h": 250
    21                          },
    22                          {
    23                              "w": 300,
    24                              "h": 600
    25                          }
    26                      ]
    27                  },
    28                  "ext": {
    29                      "bidder": {
    30                          "placementId": "test",
    31                          "TagID": "test",
    32                          "keywords": ["keyw1", "keyw2"]
    33                      }
    34                  }
    35              }
    36          ]
    37      },
    38      "httpCalls": [
    39          {
    40              "expectedRequest": {
    41                  "uri": "http://delta.adprime.com/pserver",
    42                  "body": {
    43                      "id": "test-request-id",
    44                      "imp": [
    45                          {
    46                              "id": "test-imp-id",
    47                              "tagid": "test",
    48                              "banner": {
    49                                  "format": [
    50                                      {
    51                                          "w": 300,
    52                                          "h": 250
    53                                      },
    54                                      {
    55                                          "w": 300,
    56                                          "h": 600
    57                                      }
    58                                  ]
    59                              },
    60                              "ext": {
    61                                  "bidder": {
    62                                      "placementId": "test",
    63                                      "TagID": "test"
    64                                  }
    65                              }
    66                          }
    67                      ],
    68                      "site": {
    69                          "id": "1",
    70                          "domain": "test.com",
    71                          "keywords": "keyw1,keyw2"
    72                      },
    73                      "device": {
    74                          "ip": "123.123.123.123",
    75                          "ua": "iPad"
    76                      }
    77                  }
    78              },
    79              "mockResponse": {
    80                  "status": 200,
    81                  "body": {
    82                      "id": "test-request-id",
    83                      "seatbid": [
    84                          {
    85                              "bid": [
    86                                  {
    87                                      "id": "test_bid_id",
    88                                      "impid": "test-imp-id",
    89                                      "price": 0.27543,
    90                                      "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://delta.adprime.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
    91                                      "cid": "test_cid",
    92                                      "crid": "test_crid",
    93                                      "dealid": "test_dealid",
    94                                      "w": 300,
    95                                      "h": 250,
    96                                      "ext": {
    97                                          "prebid": {
    98                                              "type": "banner"
    99                                          }
   100                                      }
   101                                  }
   102                              ],
   103                              "seat": "adprime"
   104                          }
   105                      ],
   106                      "cur": "USD"
   107                  }
   108              }
   109          }
   110      ],
   111      "expectedBidResponses": [
   112          {
   113              "bids": [
   114                  {
   115                      "bid": {
   116                          "id": "test_bid_id",
   117                          "impid": "test-imp-id",
   118                          "price": 0.27543,
   119                          "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"https://delta.adprime.com/?c=o&m=adm&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   120                          "cid": "test_cid",
   121                          "crid": "test_crid",
   122                          "dealid": "test_dealid",
   123                          "w": 300,
   124                          "h": 250,
   125                          "ext": {
   126                              "prebid": {
   127                                  "type": "banner"
   128                              }
   129                          }
   130                      },
   131                      "type": "banner"
   132                  }
   133              ]
   134          }
   135      ]
   136  }