github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/schain-host-only.json (about)

     1  {
     2      "host_schain_flag": true,
     3      "incomingRequest": {
     4          "ortbRequest": {
     5              "id": "some-request-id",
     6              "site": {
     7                  "page": "test.somepage.com"
     8              },
     9              "imp": [
    10                  {
    11                      "id": "my-imp-id",
    12                      "video": {
    13                          "mimes": [
    14                              "video/mp4"
    15                          ]
    16                      },
    17                      "ext": {
    18                          "prebid": {
    19                              "bidder": {
    20                                  "appnexus": {
    21                                      "placementId": 1
    22                                  }
    23                              }
    24                          }
    25                      }
    26                  }
    27              ],
    28              "ext": {
    29                  "prebid": {
    30                      "debug": true,
    31                      "nosale": [
    32                          "appnexus"
    33                      ]
    34                  }
    35              }
    36          }
    37      },
    38      "outgoingRequests": {
    39          "appnexus": {
    40              "expectRequest": {
    41                  "ortbRequest": {
    42                      "id": "some-request-id",
    43                      "site": {
    44                          "page": "test.somepage.com"
    45                      },
    46                      "imp": [
    47                          {
    48                              "id": "my-imp-id",
    49                              "video": {
    50                                  "mimes": [
    51                                      "video/mp4"
    52                                  ]
    53                              },
    54                              "ext": {
    55                                  "bidder": {
    56                                      "placementId": 1
    57                                  }
    58                              }
    59                          }
    60                      ],
    61                      "ext": {
    62                          "prebid": {
    63                              "debug": true
    64                          }
    65                      },
    66                      "source": {
    67                          "ext": {
    68                              "schain": {
    69                                  "complete": 0,
    70                                  "nodes": [
    71                                      {
    72                                          "asi": "pbshostcompany.com",
    73                                          "sid": "00001",
    74                                          "rid": "BidRequest",
    75                                          "hp": 1
    76                                      }
    77                                  ],
    78                                  "ver": "1.0"
    79                              }
    80                          }
    81                      }
    82                  },
    83                  "bidAdjustment": 1.0
    84              }
    85          }
    86      }
    87  }