You can customize Interscroller ad unit colors by defining the following parameters within the Config Script (optional):
-
headerTextColor - header text color, ‘white’ by default
-
headerBackgroundColor - header background color, 'black' by default
-
adContainerBackgroundColor - ad container background color, 'transparent' by default
By default the ad container header text is “Scroll to continue with content”. In order to change the text - define the required text within the Config Script parameter headerText (limited to 50 characters) .
In case your webpage has a fixed header - the header Id attribute or header class attribute should be defined as a value for parameter fixedHeaderSelector within the Config Script.
In order to support passback - define the passback script as a value for parameter passbackTag within the Config Script (the script should be escaped).
If you require to get impression tracking notifications - you need to set up the impression tracking urls as a list of comma separated values (array) for parameter impressionCallBack within the Config Script.
As an alternative impression tracking notification and eCPM notification are available by the following API, which should be added to the header of the web page:
<script> var webisDio = {}; webisDio.onImpression = (adData) => { /* example: */ console.log('impression: placement', adData.placement, ', CPM: ', adData.cpm)} </script>
You can choose between Reveal or Non-Reveal Interscroller behavior by configuring it via Display.io Platform (or approach to your account manager). By default Reveal mode is applied.
Also you can improve your inventory monetization by defining the following parameters within the Config Script (optional):
-
pageCategory - comma separated list of IAB content categories that describe the current page or view of the site, list of available values.
-
keywords - comma separated list of keywords describing the content.
Comments
0 comments
Please sign in to leave a comment.