At this time, SHE Media does not monetize Google Web Stories. As with any space to monetize, we keep our eye on growth as well as whether or not the providers we work with are ready to monetize in that space.
If this changes in the future, SHE Media will reach out to the entire network to let them know about the change and how to opt-in.
What does that mean for publishers?
If you want to use Web Stories, you can use your Google AdSense account to monetize Web Stories.
HOWEVER, you will want to make sure that you are not turning on AdSense globally on your site. You'll want to follow Google's own guide on how to set up Web Stories and implement this.
You will also want to make sure you include your AdSense ads.txt line in your ads.txt file with us. (If you need help with this, reach out to the support desk at support@shemedia.com)
From: https://support.google.com/adsense/answer/10175505?hl=en
How it works
Create an ad unit for Web Stories
- Sign in to your AdSense account.
- Click Ads.
- Click By ad unit.
- Click Display ads.
- Give your ad unit a name. We suggest using a unique, descriptive name to help you find your ad unit later.
- In the "Ad size" section, leave Responsive selected.
- Click Create.
Embed the ad unit in your Web Story
- Include the
amp-story-auto-ads
JavaScript file in your page's<head>
:<script async custom-element="amp-story-auto-ads" src="https://cdn.ampproject.org/v0/amp-story-auto-ads-0.1.js"></script> - Embed the ad unit in your Web Story with the
<amp-story-auto-ads>
tag:<amp-story>
<amp-story-auto-ads>
<script type="application/json">
{
"ad-attributes": {
"type": "adsense",
"data-ad-client": "ca-pub-0000000000000000",
"data-ad-slot": "00000000"
}
}
</script>
</amp-story-auto-ads>
...
</amp-story> - Copy the
data-ad-client
anddata-ad-slot
values from your ad unit’s code and replace the highlighted code in the configuration above. To find these values in AdSense, click Get code in your Ads > Overview page.
Comments
0 comments
Article is closed for comments.