You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AstraOne: Fixed example in the documentation. (prebid#1683)
* Added documentation for AstraOne Adapter
* Added example with GPT in the documentation.
* Fixed example in the documentation. Added quotes around string params.
|`placeId`| required | The place id. | 5af45ad34d506ee7acad0c26|`string`|
24
-
|`imageUrl`| required | URL of the image on which the banner will be displayed. |https://creative.astraone.io/files/default_image-1-600x400.jpg|`string`|
25
-
|`placement`| required | Adunit placement, possible values: inImage | inImage|`string`|
23
+
|`placeId`| required | The place id. |'5af45ad34d506ee7acad0c26'|`string`|
24
+
|`imageUrl`| required | URL of the image on which the banner will be displayed. |'https://creative.astraone.io/files/default_image-1-600x400.jpg'|`string`|
25
+
|`placement`| required | Adunit placement, possible values: inImage |'inImage'|`string`|
26
26
27
27
28
28
### InImage Example page
@@ -50,7 +50,7 @@ The code below returns a demo ad.
50
50
<script>
51
51
var adUnits = [{
52
52
code:'test-div',
53
-
sizes: [],
53
+
sizes: [1, 1],
54
54
bids: [{
55
55
bidder:"astraone",
56
56
params: {
@@ -130,7 +130,7 @@ The code below returns a demo ad.
0 commit comments