/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
2603010454000
examples/valueimpression.amp.html
31 строка
768 B
Caroline Liu
Apply lang="en" to examples/ (#34759)
10 июн 2021, 17:30
Не верифицирован
10 июн 2021, 17:30
2ee75c4
Код
Авторство
О чём код?
<!doctype html> <html ⚡ lang="en"> <head> <meta charset="utf-8"> <title>Valueimpression Example</title> <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1"> <style amp-custom> amp-ad { border: 1px solid #ccc; max-width: 500px; } </style> <script async custom-element="amp-ad" src="https://cdn.ampproject.org/v0/amp-ad-0.1.js"></script> <script async src="https://cdn.ampproject.org/v0.js"></script> </head> <body> <h2>Valueimpression Example</h2> <div> <amp-ad width="300" height="250" type="valueimpression" rtc-config='{ "urls": [ "https://useast.quantumdex.io/amp?client=23&metadata=autoCollect&tagid=1234" ] }'> </amp-ad> </div> </body> </html>