Skip to content

Commit b5d55ee

Browse files
authored
♻️ Opinary Ads: fix whitespace issue for AMS integration (#34650)
1 parent d8659df commit b5d55ee

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

ads/_config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,9 @@ const adConfig = jsonConfiguration({
888888
renderStartImplemented: true,
889889
},
890890

891-
'opinary': {},
891+
'opinary': {
892+
renderStartImplemented: true,
893+
},
892894

893895
'outbrain': {
894896
renderStartImplemented: true,

ads/vendors/opinary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The automated matching system is an algorithm developed by Opinary which matches
2525
```html
2626
<amp-embed
2727
width="500"
28-
height="500"
28+
height="1"
2929
type="opinary"
3030
layout="intrinsic"
3131
data-client="test-success"

examples/amp-ad/ads.amp.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1530,7 +1530,7 @@ <h2>OpenX</h2>
15301530
</div>
15311531

15321532
<h2>Opinary</h2>
1533-
<amp-embed width="500" height="500" type="opinary" layout="intrinsic" data-client="test-success">
1533+
<amp-embed width="500" height="1" type="opinary" layout="intrinsic" data-client="test-success">
15341534
</amp-embed>
15351535

15361536
<h2>Outbrain widget</h2>

0 commit comments

Comments
 (0)