github.com/prebid/prebid-server/v2@v2.18.0/adapters/pulsepoint/pulsepointtest/exemplary/native.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "some-request-id",
     4          "site": {
     5              "page": "http://publisher.com/index.html",
     6              "publisher": {
     7                  "id": "123456789",
     8                  "name": "publisher.com"
     9              }
    10          },
    11          "imp": [{
    12              "id": "native-1",
    13              "native": {
    14                  "ver": "1.0",
    15                  "request": "{\"layout\":501,\"adunit\":501,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":26}},{\"id\":2,\"required\":0,\"data\":{\"type\":2,\"len\":90}}]}"
    16              },
    17              "ext": {
    18                  "bidder": {
    19                      "cp": 1234,
    20                      "ct": 2001
    21                  }
    22              }
    23          }]
    24      },
    25      "httpCalls": [{
    26          "expectedRequest": {
    27              "headers": {
    28                  "Content-Type": [
    29                      "application/json;charset=utf-8"
    30                  ],
    31                  "Accept": [
    32                      "application/json"
    33                  ]
    34              },
    35              "uri": "http://bidder.pulsepoint.com",
    36              "body": {
    37                  "id": "some-request-id",
    38                  "site": {
    39                      "page": "http://publisher.com/index.html",
    40                      "publisher": {
    41                          "id": "1234",
    42                          "name": "publisher.com"
    43                      }
    44                  },
    45                  "imp": [{
    46                      "id": "native-1",
    47                      "tagid": "2001",
    48                      "native": {
    49                          "ver": "1.0",
    50                          "request": "{\"layout\":501,\"adunit\":501,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":26}},{\"id\":2,\"required\":0,\"data\":{\"type\":2,\"len\":90}}]}"
    51                      },
    52                      "ext": {
    53                          "bidder": {
    54                              "cp": 1234,
    55                              "ct": 2001
    56                          }
    57                      }
    58                  }]
    59              },
    60              "impIDs":["native-1"]
    61          },
    62          "mockResponse": {
    63              "status": 200,
    64              "body": {
    65                  "id": "response-id",
    66                  "seatbid": [{
    67                      "bid": [{
    68                          "id": "native-1-bid",
    69                          "impid": "native-1",
    70                          "price": 3.5,
    71                          "adm": "{\"native\":{\"assets\":[{\"id\":1,\"title\":{\"text\":\"Adv:\"}},{\"data\":{\"type\":2,\"value\":\"Teeth Whitening\"},\"id\":2}],\"imptrackers\":[\"https://tracker.pulsepoint.com//\"],\"link\":{\"url\":\"http://click.pulsepoint.com/\"},\"ver\":\"1.0\"}}",
    72                          "adomain": [
    73                              "advertiser.com"
    74                          ],
    75                          "crid": "20"
    76                      }],
    77                      "seat": "pulsepoint-seat"
    78                  }],
    79                  "cur": "USD"
    80              }
    81          }
    82      }],
    83      "expectedBidResponses": [{
    84          "bids": [{
    85              "bid": {
    86                  "id": "native-1-bid",
    87                  "impid": "native-1",
    88                  "price": 3.5,
    89                  "adm": "{\"native\":{\"assets\":[{\"id\":1,\"title\":{\"text\":\"Adv:\"}},{\"data\":{\"type\":2,\"value\":\"Teeth Whitening\"},\"id\":2}],\"imptrackers\":[\"https://tracker.pulsepoint.com//\"],\"link\":{\"url\":\"http://click.pulsepoint.com/\"},\"ver\":\"1.0\"}}",
    90                  "adomain": [
    91                      "advertiser.com"
    92                  ],
    93                  "crid": "20"
    94              },
    95              "type": "native"
    96          }]
    97      }]
    98  }