Google Offerwall Ads — A New Revenue Option for Content Creators
A brief discussion and trial of Google Offerwall ads, which can quickly convert existing traffic content into limited small support or access after watching ads.
ℹ️ℹ️ℹ️ The following content is translated by OpenAI.
Click here to view the original Chinese version. | 點此查看本文中文版
Google Offerwall Ads — A New Revenue Option for Content Creators
A brief discussion and trial of Google Offerwall ads, which can quickly convert existing traffic content into limited small support or access after watching ads.
Live Demo
https://zhgchg.li/posts/ba132457e6a5/
Live Demo -> https://zhgchg.li/posts/ba132457e6a5/
Google Offerwall Ads
https://support.google.com/admanager/answer/13860694?hl=zh-Hant
The “Google Offerwall” is, in my opinion, a “ reward-based Offerwall ad “ that combines the characteristics of reward-based advertising. Developers can easily specify that website content pages require completing tasks to access. The tasks are Offerwall reward wall tasks, which can be set for users to complete interest surveys, watch ads, make small payments, subscribe to newsletters… or integrate tasks from their own systems. The rewards can be access permissions that allow unlimited access for a few hours or days, or they can be limited in quantity; all of this can be achieved simply by embedding Google Adsense dynamic ad code, without the need to develop a system independently.
✅ Advantages
- Easy to Implement: Just embed the dynamic ad code on the website, and it can be used for a lifetime after a one-time setup.
- Direct Profit: Similar to the benefits of Google Adsense, there is no need to build a complex advertising system or data tracking system; there is also no need to find advertisers to place ads, as everything is managed by the platform.
- Flexible and Diverse: Provides more flexible and diverse ways to monetize content and traffic.
- Cross-Platform: Supports both mobile and desktop versions.
❌ Disadvantages
- Low Bids: This is a common issue with Google Adsense, where ad bids are low.
- Easily Blocked: Since Google Offerwall is purely a front-end ad overlay, it can easily be blocked by ad-blocking plugins or users can bypass it using developer tools; therefore, it is not recommended to implement it over sensitive or valuable content.
📝 Technical Requirements
- You need to apply and be approved by Google Adsense. The threshold is relatively low now; as long as you have a website URL and 5–10 articles, you can generally get approved.
- The website needs to be able to embed dynamic ad code in the HTML Head.
❤️ Suitable Scenarios
- For Ads: Similar to Google Adsense, suitable for small to medium content websites or personal blogs without self-sold ad spaces, such as websites hosted on Wordpress or GitHub Pages; in addition to displaying original ad spaces, you can also set Offerwall reward wall ads for valuable content articles. This article will use For Ads as a case study; currently, everything else is still in Beta.
- For Surveys, Small Payments, Newsletter Subscriptions: Any website can use this mechanism to quickly create pop-up ads.
Installation Steps
Embed Dynamic Ad Code
First, ensure that the website has embedded the Google Adsense ad code. If you have previously used dynamic ads, you can skip this step.
Go to Google Adsense -> Ads -> Click on the website -> Get Code:
Paste the code content between the <head></head>
section of your website:
1
2
3
4
<head>
//...
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3184248473087645" crossorigin="anonymous"></script>
</head>
Create Offerwall Ads
Go to Google Adsense -> Privacy & Messages -> Management -> Create Message:
You can also check ad revenue on this page.
Set up Offerwall Ads:
3, 5, 6
4, 8
- Ad Name
- Your Website: Set the website to apply.
- Included and Excluded Items: You can set the page URLs to include or exclude. I set it so that only URLs under the
https://zhgchg.li/posts/
path will trigger. - Default Language: Set the default language and other supported languages; you can switch languages in the upper left corner to edit different language texts.
- Measurement: You can set how many times a user must browse a webpage before triggering. I set it to 0, meaning it triggers on the first visit.
- Reward Ads: You can set the content unlock rewards for completing tasks, which can be unlimited browsing within a time frame or limited webpage views; after the reward expires, the task needs to be completed again. I set it so that completing one task allows unlimited browsing for 24 hours.
- Copy Settings: Specify the copy content; remember to upload a logo to enhance brand power.
- Style Settings: After clicking on the copy in 7, you can also set text styles and colors from here. You can refer to the testing method to preview results by adding
?fc=alwaysshow&fctype=monetization
to the page URL. - Publish Changes: After everything is set, remember to click publish.
Message after completing the reward; currently, it cannot be changed.
Confirm that the ad is in a published state.
Test Offerwall Ads
Use an incognito browser, ensure that ad blockers and anti-tracking plugins are disabled, and then go to the webpage within the rules:
https://zhgchg.li/posts/c008a9e8ceca/
Success 🙌🙌🙌
Try to use Chrome incognito for testing; using Safari requires turning off ad blockers and anti-tracking, which can be more troublesome.
Revenue Aspects
Due to my low traffic, the bid per click is also not very high, with a single ad click ranging from USD $0.01 to $0.07.
Medium To Github Pages x Google Offerwall
You can refer to my previous article “Seamless Transfer from Medium to Self-Hosted Website” to mirror Medium articles to a static website hosted on GitHub Pages, and then add Google Offerwall to monetize the content.
Or directly refer to “Medium Partner Program Finally Open to Global Writers (Including Taiwan)!” to add Medium articles to a paywall for revenue.
Since the Medium paywall mechanism requires readers to pay a monthly fee to join Medium to read articles, I feel it is not very friendly for information dissemination; therefore, my articles have not joined the paywall plan. With Google Offerwall, it perfectly fills this gap, allowing users to easily watch ads to support content creators without being forced into a monthly payment, benefiting both creators and users!
[Supplement] Explanation of Offerwall Reward Wall Ads and Reward-Based Ad Types
Offerwall — What Are Reward Wall Ads?
Compared to traditional fixed-position ads, reward wall ads emphasize interaction and purpose between users. They integrate content display, reward incentives, and user behavior, allowing users to choose to pay to unlock premium items or obtain additional resources in a more engaging and participatory way. Creators can gain additional revenue from this, achieving a win-win effect.
Example — Line Points Reward Wall
A classic example in daily life is — Line Points. Users can not only directly purchase Line Points but also select preferred tasks (adding friends, registering accounts, filling out surveys, watching ads, etc.) from the Offwall reward wall to complete and receive corresponding rewards.
Rewarded Ads — Reward-Based Ads
Rewarded ads are a common form of advertising found in games and mobile applications, where users voluntarily complete specific actions, such as watching a video, clicking interactive content, or trying out specific features, to earn rewards like virtual currency, extra lives, or game items.
Example — Candy Crush
A classic case is the ads that allow players to continue playing after dying in games. These ads not only enhance user engagement and satisfaction but also enable developers to generate revenue without affecting user experience, achieving a win-win effect.
If you have any questions or suggestions, feel free to contact me.
This article was first published on Medium ➡️ Click Here
Automatically converted and synchronized using ZMediumToMarkdown and Medium-to-jekyll-starter.