github.com/prebid/prebid-server/v2@v2.18.0/exchange/exchangetest/activity-tid-off.json (about)

     1  {
     2      "accountPrivacy": {
     3          "allowactivities": {
     4              "transmitTid": {
     5                  "default": true,
     6                  "rules": [
     7                      {
     8                          "allow": true,
     9                          "condition": {
    10                              "componentName": ["appnexus"],
    11                              "componentType":["bidder"]
    12                          }
    13                      }
    14                  ]
    15              }
    16          }
    17      },
    18      "incomingRequest": {
    19          "ortbRequest": {
    20              "id": "some-request-id",
    21              "site": {
    22                  "page": "test.somepage.com"
    23              },
    24              "imp": [
    25                  {
    26                      "id": "my-imp-id",
    27                      "video": {
    28                          "mimes": [
    29                              "video/mp4"
    30                          ]
    31                      },
    32                      "ext": {
    33                          "tid": "extTestTID",
    34                          "prebid": {
    35                              "bidder": {
    36                                  "appnexus": {
    37                                      "placementId": 1
    38                                  }
    39                              }
    40                          }
    41                      }
    42                  }
    43              ],
    44              "source": {
    45                  "tid": "sourceTestTID"
    46              }
    47          }
    48      },
    49      "outgoingRequests": {
    50          "appnexus": {
    51              "expectRequest": {
    52                  "ortbRequest": {
    53                      "id": "some-request-id",
    54                      "site": {
    55                          "page": "test.somepage.com"
    56                      },
    57                      "imp": [
    58                          {
    59                              "id": "my-imp-id",
    60                              "video": {
    61                                  "mimes": [
    62                                      "video/mp4"
    63                                  ]
    64                              },
    65                              "ext": {
    66                                  "tid": "extTestTID",
    67                                  "bidder": {
    68                                      "placementId": 1
    69                                  }
    70                              }
    71                          }
    72                      ],
    73                      "source": {
    74                          "tid": "sourceTestTID"
    75                      }
    76                  }
    77              },
    78              "mockResponse": {
    79                  "errors": [
    80                      "appnexus-error"
    81                  ]
    82              }
    83          }
    84      }
    85  }