How to monetize web stories?

by Pratik Sharma ยทMarch 2, 2023

monetization preview
For Monitisation: To enable ads on your webstories, add google adsense to your domain website. Web story should atleast have more than 7 story pages to be enabled for auto-ads.
  • Connect your site to google adsense
  • Create display ad
  • STEP 1: Ads
  • Copy the data ad client and data ad slot string.
  • Add the info into the Monetize section of Editor

  <amp-story-auto-ads>
  <script type="application/json">
  {
   "ad-attributes": {
    "type": "adsense",
    "data-ad-client": "#data-ad-client",
    "data-ad-slot": "#data-ad-slot"
   }
  }
  </script>
</amp-story-auto-ads>