ampproject / amphtml

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

💰Tracking Issue for Story Ad network integrations #30769

Open calebcordry opened 3 years ago

calebcordry commented 3 years ago

If you are an ad provider that would like to serve ads to Web Stories please reach out on this issue.

couchcrew-thomas commented 3 years ago

Hi @calebcordry. I am the developer of the FeedAd amp-ad integration and would like to also integrate it inside web stories.

calebcordry commented 3 years ago

@couchcrew-thomas thanks for reaching out! Please let us know if you have any questions/issues. You can also open a new issue for your ad network if you want to discuss specific implementation details there. Looking forward to your implementation.

couchcrew-thomas commented 3 years ago

@calebcordry I am not sure where to start. Is there some kind of documentation on how to implement this? Or some pointers to what requirements need to be met for approval?

calebcordry commented 3 years ago

@couchcrew-thomas for sure, I should have already had something here.

Story ads are built upon the AMPHTML Ads specification. For an ad network to serve ads to serve ads to AMP stories they must:

  1. Serve valid AMPHTML Ads with a couple extra pieces of metadata that allows the amp runtime to render them. NOTE: historically AMP ads required cryptographic signing/validation but we are very near removing this requirement, so you can assume your creatives will work without signing.
  2. Create a fast fetch integration that will be checked into the AMP repo.

Hopefully those links are enough to help get you started. Also feel free to reach out on directly on slack @caleb if you are having issues.

couchcrew-thomas commented 3 years ago

@calebcordry : I see. So it is not possible to include any arbitrary amp-ad vendor inside an amp story because it is not possible to load 3rd party JS? We would have to create an extra implementation of our ad code explicitly for this?

calebcordry commented 3 years ago

That's right, any vendor can create a fast fetch implementation if they wish, but they must create one to serve story ads.

sdbaron commented 3 years ago

Hello @calebcordry! I am developing the videonow amp-ad and want to integrate it into web stories.

calebcordry commented 3 years ago

@sdbaron great to hear! Please review the materials above and let me know if I can help.

moneymoksh commented 2 years ago

can i use other alternatives of google adsense to show ads on web stories? plz help me out!

montu1996 commented 2 years ago

Hello @calebcordry

i'm also developing the dailyhunt amp-ad integration in web stories. i checked above link. but did not find doc regarding how to build JS and testing.

can you pl help ?

stale[bot] commented 1 year 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.