How to monetize web stories?
by Pratik Sharma ยทMarch 2, 2023
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
- Copy the
data ad client
anddata ad slot
string. - Add the info into the Monetize section of Editor
STEP 1: Ads
<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>