Web Offerwall
Integrating Adbreakmedia's offerwall into your website is a quick and simple process, follow this guide, it just take few minutes
Integration
Obtain your placement identifier from publisher Dashboard, Determine your unique userId and use the following code to integrate :
Without Values :
Make sure you replace [PLACEMENT_IDENTIFIER] with your placement identifier and [USER_ID] with your unique user id.
With Values :
It's just a demo, do not use this, use your own replaced values
Sub Ids (Optional) :
You can pass up to 2 Sub Ids : sub1
& sub2
, after passing subid, the iframe may look like :
Recommendation :
allow="autoplay;encrypted-media"
attribute for best user experienceYou can use css to define iframe height
You can also use height / width property directly
Important : You must user allow="autoplay;encrypted-media" in iframe, this can provider a great user experience & higher conversions to you.
To avoid any tracking-related issues, please ensure that the User Id you provide does not exceed 254 characters.
Last updated
Was this helpful?