Web
Integration
1. Insert the script to load the intowow ad.
2. Put the ad in the place you want to show.
Parameter reference
Parameter
Format and Example:
Placement for the web ad.
"IN_FEED"
If the ad needs to hide the AD icon or not. The default value is false.
"false"
If the ad needs to hide the countdown or not. The default value is true.
"true"
If the ad needs to auto silent play or not. The default value is true.
"true"
If the ad needs to auto repeat or not. The default value is true.
"true"
Set the ad load timeout. The default value is 6 sec.
"6.0"
Set the ad targeting with the key-value pair. For example: data-ce-targeting="age:25"
"age:25"
Set the callback method when the ad is loaded
"celoaded"
Constants
data-ce-placement
String data-ce-placement
Placement for the web ad.
data-ce-ad-icon
boolean data-ce-ad-icon
If the ad needs to hide the AD icon or not. The default value is false.
data-ce-countdown
boolean data-ce-countdown
If the ad needs to hide the countdown or not. The default value is true.
data-ce-silent-start
boolean data-ce-silent-start
If the ad needs to auto silent play or not. The default value is true.
data-ce-auto-replay
boolean data-ce-auto-replay
If the ad needs to auto repeat or not. The default value is true.
data-ce-timeout
float data-ce-timeout
Set the ad load timeout. The default value is 6 second.
data-ce-targeting
String data-ce-targeting
Set the ad targeting for the key-value pair. For example: data-ce-targeting="age:25"
data-on-ad-loaded
String data-on-ad-loaded
Set the callback method when the ad is loaded. You may modify the ad view after the ad is loaded. The specific method would be triggered. For example: data-on-ad-loaded="ceload"
Last updated