Our offerwall enables users to benefit from incentives and rewards thanks to segmented, automatically translated ads. The offerwall will adapt to any screen and will show offers depending on the user device and location.
The HTML offerwall works perfectly on both web and mobile. It's as simple as copying the following code into the section of your website where you want the offerwall to appear. It's also possible to open it in a new tab if desired.
Replace [API_KEY] by your api_key and the [USER_ID] by the unique identifier code of the user of your site who is viewing the wall.
<iframe style="width:100%; height:800px; border:0; padding:0;
margin:0;" scrolling="yes" "frameborder="0"
src="https://earn.wannads.com/wall?apiKey=[API_KEY]&userId=[USER_ID]"></iframe>
Parameter | Description | Value |
---|---|---|
apiKey | API Key of your app, you can find it on your app detail. | xxxxxxxxxxxxxxxxxxxxxxxxxx |
userId | User ID of your web/app. | varchar (256) |
aff_sub | If you need an extra param you can use this, you will get it back in the postback. | varchar (45) |
aff_sub2 | If you need an extra param you can use this, you will get it back in the postback. | varchar (45) |
aff_sub3 | If you need an extra param you can use this, you will get it back in the postback. | varchar (45) |
aff_sub4 | If you need an extra param you can use this, you will get it back in the postback. | varchar (45) |