Skip to content

Commit

Permalink
♻️ Opinary Ads: fix whitespace issue for AMS integration (#34650)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiirii authored Jun 2, 2021
1 parent d8659df commit b5d55ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion ads/_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,9 @@ const adConfig = jsonConfiguration({
renderStartImplemented: true,
},

'opinary': {},
'opinary': {
renderStartImplemented: true,
},

'outbrain': {
renderStartImplemented: true,
Expand Down
2 changes: 1 addition & 1 deletion ads/vendors/opinary.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The automated matching system is an algorithm developed by Opinary which matches
```html
<amp-embed
width="500"
height="500"
height="1"
type="opinary"
layout="intrinsic"
data-client="test-success"
Expand Down
2 changes: 1 addition & 1 deletion examples/amp-ad/ads.amp.html
Original file line number Diff line number Diff line change
Expand Up @@ -1530,7 +1530,7 @@ <h2>OpenX</h2>
</div>

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

<h2>Outbrain widget</h2>
Expand Down

0 comments on commit b5d55ee

Please sign in to comment.