-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Improvements to ad load behavior #4022
Copy link
Copy link
Closed
Milestone
Description
Currently we consider an ad loaded when the iframe loaded. For some networks (such as DFP) we can observe when actual ad render start and potentially keep showing the fallback until this time.
Similarly we can expose a promise from amp-ad that resolves when an ad was rendered and whether the slot was filled. This could be used by amp-sticky-ad to only ever show the banner at this time.
CC @jasti
Reactions are currently unavailable