Skip to content

Commit

Permalink
remove QA and replace unitId example
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipStamenkovic committed Sep 24, 2024
1 parent cb735ef commit d72042d
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions dev-docs/bidders/showheroes-bs.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sidebarType: 1
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|-------------|----------------------------------|-------------------------------------|------------------------------------------|-----------|
| `unitId` | required | Monetize unit ID | `'AACBTwsZVANd9NlB'` | `string` |
| `unitId` | required | Monetize unit ID | `'1234abcd5678efgh'` | `string` |

All other parameters should be sent inside openRTB request.

Expand Down Expand Up @@ -85,10 +85,7 @@ var adUnits = [
bids: [{
bidder: "showheroes-bs",
params: {
unitId: "AACBTwsZVANd9NlB",
qa: {
"endpoint": "https://vr-api.dev.showheroes.com/openrtb2/auction/",
}
unitId: "1234abcd5678efgh",
}
}],
}
Expand Down Expand Up @@ -120,10 +117,7 @@ var videoAdUnit = {
{
bidder: 'showheroesBs',
params: {
unitId: "AAFo8FVWXycNdR8K",
qa: {
"endpoint": "https://vr-api.dev.showheroes.com/openrtb2/auction/",
}
unitId: "1234abcd5678efgh",
}
}
]
Expand Down

0 comments on commit d72042d

Please sign in to comment.