github.com/prebid/prebid-server@v0.275.0/adapters/pubmatic/pubmatictest/exemplary/native.json (about)

     1  {
     2    "mockBidRequest": {
     3        "id": "test-native-request",
     4        "imp": [
     5            {
     6                "id": "test-native-imp",
     7                "native": {
     8                    "request": "{\"assets\":[{\"id\":1,\"img\":{\"ext\":{\"image1\":\"image2\"},\"h\": 250,\"mimes\":[\"image\/gif\",\"image\/png\"],\"type\":3,\"w\":300},\"required\":1}]}"
     9                },
    10                "ext": {
    11                    "bidder": {
    12                        "publisherId": "999",
    13                        "wrapper": {
    14                            "version": 1,
    15                            "profile": 5123
    16                        }
    17                    }
    18                }
    19            }
    20        ],
    21        "ext": {},
    22        "device": {
    23            "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
    24        },
    25        "site": {
    26            "id": "siteID",
    27            "publisher": {
    28                "id": "1234"
    29            }
    30        }
    31    },
    32    "httpCalls": [
    33        {
    34            "expectedRequest": {
    35                "uri": "https://hbopenbid.pubmatic.com/translator?source=prebid-server",
    36                "body": {
    37                    "id": "test-native-request",
    38                    "imp": [
    39                        {
    40                            "id": "test-native-imp",
    41                            "native": {
    42                                "request": "{\"assets\":[{\"id\":1,\"img\":{\"ext\":{\"image1\":\"image2\"},\"h\": 250,\"mimes\":[\"image\/gif\",\"image\/png\"],\"type\":3,\"w\":300},\"required\":1}]}"
    43                            }
    44                        }
    45                    ],
    46                    "device": {
    47                        "ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36"
    48                    },
    49                    "site": {
    50                        "id": "siteID",
    51                        "publisher": {
    52                            "id": "999"
    53                        }
    54                    },
    55                    "ext": {
    56                        "wrapper": {
    57                            "profile": 5123,
    58                            "version": 1
    59                        },
    60                        "prebid": {}
    61                    }
    62                }
    63            },
    64            "mockResponse": {
    65                "status": 200,
    66                "body": {
    67                    "id": "test-native-request",
    68                    "seatbid": [
    69                        {
    70                            "seat": "958",
    71                            "bid": [
    72                                {
    73                                    "id": "test-native-request",
    74                                    "impid": "test-native-imp",
    75                                    "price": 0.500000,
    76                                    "adid": "some-test-id",
    77                                    "adm": "{\"native\":{\"assets\":[{\"id\":2,\"img\":{\"h\":90,\"url\":\"//ads.pubmatic.com/AdTag/native/728x90.png\",\"w\":728}},{\"data\":{\"value\":\"Sponsored By PubMatic\"},\"id\":4},{\"id\":3,\"img\":{\"h\":90,\"url\":\"//ads.pubmatic.com/AdTag/native/728x90.png\",\"w\":728}},{\"id\":1,\"title\":{\"text\":\"Native Test Title\"}},{\"data\":{\"value\":\"Sponsored By PubMatic\"},\"id\":5}],\"imptrackers\":[\"http://clicktracker.com/AdTag/9bde02d0-6017-11e4-9df7-005056967c35\"],\"jstracker\":\"<script src='\\\/\\\/ads.pubmatic.com\\\/AdTag\\\/native\\\/tempReseponse.js'><script src='\\\/\\\/ads.pubmatic.com\\\/AdTag\\\/native\\\/tempReseponse.js'>\",\"link\":{\"clicktrackers\":[\"http://clicktracker.com/AdTag/9bde02d0-6017-11e4-9df7-005056967c35\"],\"fallback\":\"http://www.pubmatic.com\",\"url\":\"//www.pubmatic.com\"}}}",
    78                                    "crid": "29681110",
    79                                    "ext": {
    80                                        "deal_channel": 1,
    81                                        "bidtype": 2
    82                                    }
    83                                }
    84                            ]
    85                        }
    86                    ],
    87                    "bidid": "5778926625248726496",
    88                    "cur": "USD"
    89                }
    90            }
    91        }
    92    ],
    93    "expectedBidResponses": [
    94        {
    95            "currency": "USD",
    96            "bids": [
    97                {
    98                    "bid": {
    99                        "id": "test-native-request",
   100                        "impid": "test-native-imp",
   101                        "price": 0.5,
   102                        "adid": "some-test-id",
   103                        "adm": "{\"assets\":[{\"id\":2,\"img\":{\"h\":90,\"url\":\"//ads.pubmatic.com/AdTag/native/728x90.png\",\"w\":728}},{\"data\":{\"value\":\"Sponsored By PubMatic\"},\"id\":4},{\"id\":3,\"img\":{\"h\":90,\"url\":\"//ads.pubmatic.com/AdTag/native/728x90.png\",\"w\":728}},{\"id\":1,\"title\":{\"text\":\"Native Test Title\"}},{\"data\":{\"value\":\"Sponsored By PubMatic\"},\"id\":5}],\"imptrackers\":[\"http://clicktracker.com/AdTag/9bde02d0-6017-11e4-9df7-005056967c35\"],\"jstracker\":\"<script src='\\\/\\\/ads.pubmatic.com\\\/AdTag\\\/native\\\/tempReseponse.js'><script src='\\\/\\\/ads.pubmatic.com\\\/AdTag\\\/native\\\/tempReseponse.js'>\",\"link\":{\"clicktrackers\":[\"http://clicktracker.com/AdTag/9bde02d0-6017-11e4-9df7-005056967c35\"],\"fallback\":\"http://www.pubmatic.com\",\"url\":\"//www.pubmatic.com\"}}",
   104                        "crid": "29681110",
   105                        "ext": {
   106                            "deal_channel": 1,
   107                            "bidtype": 2
   108                        }
   109                    },
   110                    "type": "native"
   111                }
   112            ]
   113        }
   114    ]
   115  }