github.com/prebid/prebid-server/v2@v2.18.0/adapters/pubmatic/pubmatictest/supplemental/dctrAndPmZoneID.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "test-request-id",
     4      "imp": [
     5        {
     6          "id": "test-imp-id",
     7          "banner": {
     8            "format": [
     9              {
    10                "w": 300,
    11                "h": 250
    12              }
    13            ]
    14          },
    15          "ext": {
    16            "bidder": {
    17              "adSlot": "AdTag_Div1@300x250",
    18              "publisherId": "  999  ",
    19              "pmzoneid": "drama,sport",
    20              "dctr": "abBucket=4|adType=page|entity=|paidByCategory=|sku=|userLevel=free|platform=android|majorVersion=3.54|version=3.54.0|mobileApplication=true|showId=20166|show=Kisah Untuk Geri|genre=Drama|contentUrl=https://www.iflix.com/title/show/20166|rating=TV-MA|contentLanguage=id",
    21              "keywords": [
    22                {
    23                  "key": "pmZoneID",
    24                  "value": [
    25                    "Zone1",
    26                    "Zone2"
    27                  ]
    28                },
    29                {
    30                  "key": "preference",
    31                  "value": [
    32                    "sports",
    33                    "movies"
    34                  ]
    35                }
    36              ],
    37              "wrapper": {
    38                "version": 1,
    39                "profile": 5123
    40              }
    41            }
    42          }
    43        }
    44      ],
    45      "device": {
    46        "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
    47      },
    48      "site": {
    49        "id": "siteID",
    50        "publisher": {
    51          "id": "1234"
    52        }
    53      }
    54    },
    55    "httpCalls": [
    56      {
    57        "expectedRequest": {
    58          "uri": "https://hbopenbid.pubmatic.com/translator?source=prebid-server",
    59          "body": {
    60            "id": "test-request-id",
    61            "imp": [
    62              {
    63                "id": "test-imp-id",
    64                "tagid": "AdTag_Div1",
    65                "banner": {
    66                  "format": [
    67                    {
    68                      "w": 300,
    69                      "h": 250
    70                    }
    71                  ],
    72                  "h": 250,
    73                  "w": 300
    74                },
    75                "ext": {
    76                  "key_val": "abBucket=4|adType=page|entity=|paidByCategory=|sku=|userLevel=free|platform=android|majorVersion=3.54|version=3.54.0|mobileApplication=true|showId=20166|show=Kisah Untuk Geri|genre=Drama|contentUrl=https://www.iflix.com/title/show/20166|rating=TV-MA|contentLanguage=id",
    77                  "pmZoneId": "drama,sport",
    78                  "preference": "sports,movies"
    79                }
    80              }
    81            ],
    82            "device": {
    83              "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
    84            },
    85            "site": {
    86              "id": "siteID",
    87              "publisher": {
    88                "id": "999"
    89              }
    90            },
    91            "ext": {
    92              "wrapper": {
    93                "profile": 5123,
    94                "version": 1
    95              },
    96              "prebid": {}
    97            }
    98          },
    99          "impIDs":["test-imp-id"]
   100        },
   101        "mockResponse": {
   102          "status": 200,
   103          "body": {
   104            "id": "test-request-id",
   105            "seatbid": [
   106              {
   107                "seat": "958",
   108                "bid": [
   109                  {
   110                    "id": "7706636740145184841",
   111                    "impid": "test-imp-id",
   112                    "price": 0.500000,
   113                    "adid": "29681110",
   114                    "adm": "some-test-ad",
   115                    "adomain": [
   116                      "pubmatic.com"
   117                    ],
   118                    "crid": "29681110",
   119                    "h": 250,
   120                    "w": 300,
   121                    "dealid": "test deal",
   122                    "ext": {
   123                      "dspid": 6,
   124                      "deal_channel": 1
   125                    }
   126                  }
   127                ]
   128              }
   129            ],
   130            "bidid": "5778926625248726496",
   131            "cur": "USD"
   132          }
   133        }
   134      }
   135    ],
   136    "expectedBidResponses": [
   137      {
   138        "currency": "USD",
   139        "bids": [
   140          {
   141            "bid": {
   142              "id": "7706636740145184841",
   143              "impid": "test-imp-id",
   144              "price": 0.5,
   145              "adid": "29681110",
   146              "adm": "some-test-ad",
   147              "adomain": [
   148                "pubmatic.com"
   149              ],
   150              "crid": "29681110",
   151              "w": 300,
   152              "h": 250,
   153              "dealid": "test deal",
   154              "ext": {
   155                "dspid": 6,
   156                "deal_channel": 1
   157              }
   158            },
   159            "type": "banner"
   160          }
   161        ]
   162      }
   163    ]
   164  }