Conversation
Partial commit Update Relap
|
Thanks for your pull request. It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). 📝 Please visit https://cla.developers.google.com/ to sign. Once you've signed, please reply here (e.g.
|
|
I signed it! |
|
CLAs look good, thanks! |
|
/to @lannka for review |
|
Hi. I don't want to hurry you, but when can I expect your review? My employer is asking me about it every day. |
|
@lannka Done |
lannka
left a comment
There was a problem hiding this comment.
Looks great, some minor comments.
examples/ads.amp.html
Outdated
| </amp-ad> | ||
|
|
||
| <h2 id="relap">Relap</h2> | ||
| <amp-ad width=auto height=750 |
There was a problem hiding this comment.
nitpick: double quote around attribute values
examples/ads.amp.html
Outdated
| data-token="D3UMgQWBqleq1tPW" | ||
| data-url="http://bigpicture.ru" | ||
| data-anchorid="i0xMMY1MoliiZWVl" | ||
| layout="fixed-height" |
There was a problem hiding this comment.
nit: could you move layout before all the data attributes?
| data-url="http://bigpicture.ru" | ||
| data-anchorid="i0xMMY1MoliiZWVl" | ||
| layout="fixed-height" | ||
| > |
examples/ads.amp.html
Outdated
| </amp-ad> | ||
|
|
||
| <h2 id="relap">Relap</h2> | ||
| <amp-ad width=auto height=750 |
There was a problem hiding this comment.
Is relap about content recommendation or ads? For content recommendation, amp-embed tag is recommended, see taboola
There was a problem hiding this comment.
relap is about content recommendation with ads. The amount of ads depends on the publisher. The widget can be without any ads, have some or consist of only ads.
* Add ads/relap Partial commit Update Relap * Fix to pass CI build * Add renderStart support * Change attributes order * Add double quotes around attribute values
* Add ads/relap Partial commit Update Relap * Fix to pass CI build * Add renderStart support * Change attributes order * Add double quotes around attribute values
Closes #7010