ampproject / amphtml

The AMP web component framework.
https://amp.dev
Apache License 2.0
14.89k stars 3.89k forks source link

I2I Web interstitial ads #35345

Open powerivq opened 3 years ago

powerivq commented 3 years ago

Summary

Web interstitial ads has been a really good ads format currently available on non-AMP pages (https://www.pubgalaxy.com/blog/ad-tech/web-interstitial-ads-what-are-they-and-how-to-use-them/). We want to bring this ads format to the AMP world, allowing publishers a greater monetization potential while preserving as much as possible good user experience.

Design Document

Flowchart is shown below.

Ad load

Ad display

Ad close

Open questions

Which links will trigger ads

Currently, we are planning on showing the ads when

  1. navigating to a page in the same domain, and
  2. attempting to open the link on the same window

Therefore, opening a link in the new window will not trigger the ads.

It is also possible to trigger ads for cross domain links. We might also consider a list of disallowed buttons (e.g. login) that, for user experience reasons, we do not want ads to show up.

Performance

We are loading the ads after content on the page has been loaded on the background. We aim to minimize the impact of this types of ads on the content loading. If, at the time of click, ads has not been loaded, we will not display the ads but rather navigate directly.

Motivation

We want to open up AMP pages to this new kind of advertisement opportunity that has a very high revenue potential.

Alternative Solutions

N/A

Launch Tracker

No response

Notifications

/cc @ampproject/wg-approvers

powerivq commented 3 years ago

Screen Shot 2021-07-21 at 15 43 55

powerivq commented 3 years ago

Questions:

  1. Viewer bar appears above the header, does it look okay?
  2. Publisher opt-in/opt-out of link by putting an attribute
  3. Preloading when clicking links.
  4. Clicking on blank part closes the ads.
powerivq commented 3 years ago

2, 3 and 4 are added to the design. 1 we will discuss it with UX

powerivq commented 3 years ago

Screen Shot 2021-09-29 at 11 14 22

Showing a demo of the new design. Hopefully it will alleviate some of the concerns on prominence.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.