Comment on page
Web Offerwall
The ayeT-Studios Publisher Browser Web Offerwall allows you to easily monetize your desktop and mobile traffic and reward your users with virtual currency.
The below table shows all Placement & AdSlot Type combinations that allow you to utilize the Web Offerwall integration.
Placement Type | AdSlot Type | Eligible Integration Type |
---|---|---|
Website | Offerwall | Web Offerwall |
If you integrate the Web Offerwall while using a different Placement & AdSlot combination in the ayeT-Studios dashboard, you won't be able to initialize the Offerwall.
Technically, the Offerwall has to be implemented by opening a new browser tab or loading the Offerwall link inside an iframe.
This type of Web Offerwall is intended to be called directly in an actual browser and is not very well suited for webview (in-app) integration. For this type of integration, please take a look at our seamless In-App integrations by checking out our available SDKs, Wrappers and Plugins.
The Web Offerwall can nevertheless be used in-app if you follow a few guidelines
- Your placement has to be a "Website" placement
- You have link out of your app to open the Web Offerwall in a mobile browser
Please follow the Integration Best Practises.
Platform | Integration Best Practise | Offers |
---|---|---|
Desktop | Open the web offerwall in a new tab or iframe. | The web Offerwall shows web and mobile offers to the user. Users can send mobile offers to their mobile devices. |
Mobile Web | Open the web offerwall in a new tab or iframe. | The web offerwall adjusts its layout if users access via a mobile device. I.e. for accessing via an Android device, users will see elibile Android offers to complete. |
In-App | Create a button in your app that leads users into their mobile browser and into the ayeT-Studios Web Offerwall. | The web offerwall shows mobile offers according the the user's device only. |
Before you start with the integration, make sure you:
- Create an Account
- Add a Placement
- Add an AdSlot
You will find more details here:
The URL template for our web offerwall looks like this:
https://www.ayetstudios.com/offers/web_offerwall/ADSLOT_ID?external_identifier={YOUR_USER_IDENTIFIER}
To retrieve the URL for one of your web offerwall adslots, click on "Edit" next to an AdSlot under Placements / Apps and retrieve the Integration URL in the modal.
URL Parameters:
Parameter | Mandatory | Description |
---|---|---|
external_identifier | yes | Your identifier for the calling user - this is mandatory and allows you to attribute our Server2Server conversion callbacks to a specific user (returned in {uid}) |
custom_1 | no | Custom parameter you can pass to the Offerwall Entry Link in the form of: &custom_1={YOUR_CUSTOM_PARAMETER} You can get this variable back via conversion callbacks |
custom_2 | no | Custom parameter you can pass to the Offerwall Entry Link in the form of: &custom_2={YOUR_CUSTOM_PARAMETER} You can get this variable back via conversion callbacks |
custom_3 | no | Custom parameter you can pass to the Offerwall Entry Link in the form of: &custom_3={YOUR_CUSTOM_PARAMETER} You can get this variable back via conversion callbacks |
custom_4 | no | Custom parameter you can pass to the Offerwall Entry Link in the form of: &custom_4={YOUR_CUSTOM_PARAMETER} You can get this variable back via conversion callbacks |
custom_5 | no | Custom parameter you can pass to the Offerwall Entry Link in the form of: &custom_5={YOUR_CUSTOM_PARAMETER} You can get this variable back via conversion callbacks |
Learn about:
- Setting up callbacks
- IP Whitelists
- Securing callbacks using HMAC Security Hash
- Testing callbacks
Click on the link below:
Last modified 4mo ago