我正在将AMP Ad
发展为广告客户。我测试了amp4ads
(官方入门代码)提供的示例ampByExample.com
https://ampbyexample.com/amp-ads/introduction/hello_world/
我发现官方验证者不是amp4ads
VALIDATED
(下面的链接)
https://validator.ampproject.org/
这是示例代码段,您可以在validator
<html ⚡4ads>
<head>
<meta charset="utf-8">
<title> Hello World</title>
<script async src="https://cdn.ampproject.org/amp4ads-v0.js"></script>
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<style amp4ads-boilerplate>body{visibility:hidden}</style>
<style amp-custom>
h1 {
color: red;
}
</style>
</head>
<body>
<h1>Hello World</h1>
</body>
</html>
它引发很多错误。谁能帮助我解决此问题,但找不到任何相关内容。
谢谢
答案 0 :(得分:0)
很遗憾,validator.ampproject.org不支持AMP Ads。如果您在AMP Playground中打开页面,则会看到它是有效的:https://ampbyexample.com/playground/#url=https%3A%2F%2Fampbyexample.com%2Famp-ads%2Fintroduction%2Fhello_world%2Fsource%2F&runtime=amp4ads。