/
githubmirror
/
amphtml
Обзор
Документация
Войти
/
githubmirror
/
amphtml
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
validator/testdata/amp4ads_feature_tests/amp_pixel_ar.html
18 строк
581 B
Corey E
✨ [Chrome Attribution Report API] Add attribution reporting to amp-pixel (#38619)
26 янв 2023, 02:16
Не верифицирован
26 янв 2023, 02:16
c95dcde
Код
Авторство
О чём код?
<!-- Test Description: Verify amp-pixel with Attribution Reporting API is valid. --> <!doctype html> <html ⚡4ads> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,minimum-scale=1"> <style amp4ads-boilerplate>body{visibility:hidden}</style> <script async src="https://cdn.ampproject.org/amp4ads-v0.js"></script> </head> <body> Hello, world. <amp-pixel src="https://pixel.me?yes=please" attributionsrc=""></amp-pixel> <amp-pixel src="https://pixel.me?yes=please" attributionsrc="https://adtech.example"></amp-pixel> </body> </html>