github.com/prebid/prebid-server@v0.275.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        },
   100        "mockResponse": {
   101          "status": 200,
   102          "body": {
   103            "id": "test-request-id",
   104            "seatbid": [
   105              {
   106                "seat": "958",
   107                "bid": [
   108                  {
   109                    "id": "7706636740145184841",
   110                    "impid": "test-imp-id",
   111                    "price": 0.500000,
   112                    "adid": "29681110",
   113                    "adm": "some-test-ad",
   114                    "adomain": [
   115                      "pubmatic.com"
   116                    ],
   117                    "crid": "29681110",
   118                    "h": 250,
   119                    "w": 300,
   120                    "dealid": "test deal",
   121                    "ext": {
   122                      "dspid": 6,
   123                      "deal_channel": 1
   124                    }
   125                  }
   126                ]
   127              }
   128            ],
   129            "bidid": "5778926625248726496",
   130            "cur": "USD"
   131          }
   132        }
   133      }
   134    ],
   135    "expectedBidResponses": [
   136      {
   137        "currency": "USD",
   138        "bids": [
   139          {
   140            "bid": {
   141              "id": "7706636740145184841",
   142              "impid": "test-imp-id",
   143              "price": 0.5,
   144              "adid": "29681110",
   145              "adm": "some-test-ad",
   146              "adomain": [
   147                "pubmatic.com"
   148              ],
   149              "crid": "29681110",
   150              "w": 300,
   151              "h": 250,
   152              "dealid": "test deal",
   153              "ext": {
   154                "dspid": 6,
   155                "deal_channel": 1
   156              }
   157            },
   158            "type": "banner"
   159          }
   160        ]
   161      }
   162    ]
   163  }