AMP
  • websites

AMP Ads vs non-AMP Ads

Introduction

This sample compares the performance of an AMPHTML ad vs a regular ad. To best compare these two, either view the demo page on a mobile device with an active 3G connection or, on desktop, enable network throttling in Chrome Dev Tools (e.g. "Regular 3G").

An AMPHTML ad is an one where the ad is written in AMP HTML. A valid AMPHTML ad does not contain arbitrary JavaScript. All JavaScript in an AMPHTML ad comes from the open source AMP project which is blessed by the AMP project maintainers. As a result, when an ad is created in AMP, it is always guaranteed to do the right thing from a user experience standpoint.

AMPHTML ad

The ad unit serves an AMPHTML ad profiting from the optimized AMPHTML ad delivery.

<amp-ad data-slot="/30497360/a4a/a4a_native" height="250" type="doubleclick" width="300"></amp-ad>

Regular Ad

This ad unit serves a regular ad.

<amp-ad data-slot="/30497360/a4a/non_a4a_native" height="250" type="doubleclick" width="300"></amp-ad>
需要进一步说明?

如果此页面上的说明未能涵盖您的所有问题,欢迎与其他 AMP 用户取得联系,讨论您的具体用例。

前往 Stack Overflow
一项无法解释的功能?

AMP 项目强烈鼓励您参与并做出贡献!我们希望您能成为我们开放源代码社区的持续参与者,但我们也欢迎您对所热衷问题做出一次性贡献。

编辑 GitHub 上的示例