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>
Ti servono altre spiegazioni?

Se le spiegazioni riportate in questa pagina non rispondono a tutte le tue domande, non esitare a contattare altri utenti AMP per discutere il tuo caso d'uso specifico.

Vai a Stack Overflow
Ci sono funzioni non descritte?

Il progetto AMP invita tutti a partecipare e dare il proprio contributo! Ci auguriamo che tu possa partecipare regolarmente alla nostra community open source, ma saremo anche lieti di ricevere eventuali contributi una-tantum sulle questioni che ti interessano.

Modifica esempio in GitHub