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 プロジェクトでは皆さんの参加と貢献を強くお勧めしています!当社はオープンソースコミュニティに継続的にご参加いただくことを希望しますが、特に熱心に取り組んでいる問題があれば1回限りの貢献でも歓迎します。
GitHub でサンプルを編集する-
Written by @bpaduch