Skip to content

Commit

Permalink
AstraOne: Fixed example in the documentation (prebid#4590)
Browse files Browse the repository at this point in the history
* Added AstraOne adapter

* Fixed an argument in function createRenderer

* Added unit tests. Added example with GPT in the documentation. Removed bid renderer.

* Fixed a small typo

* Fixed example in the documentation
  • Loading branch information
astraone-ssp authored and sa1omon committed Dec 19, 2019
1 parent 6ed279c commit 2098bb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/astraoneBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var adUnits = [{
code: 'test-div',
mediaTypes: {
banner: {
sizes: [],
sizes: [1, 1]
}
},
bids: [{
Expand Down Expand Up @@ -57,7 +57,7 @@ var adUnits = [{
<script>
var adUnits = [{
code: 'test-div',
sizes: [],``
sizes: [1, 1],
bids: [{
bidder: "astraone",
params: {
Expand Down Expand Up @@ -137,7 +137,7 @@ var adUnits = [{
code: 'div-gpt-ad-1574864639578-0',
mediaTypes: {
banner: {
sizes: [],
sizes: [1, 1]
}
},
bids: [{
Expand Down

0 comments on commit 2098bb6

Please sign in to comment.