Background color
By default the area on the sides of the banner will be painted black.
With HTML5 banner this can be changed by triggering postMessage to the parent window.
(parent.parent == parent ? parent : parent.parent).postMessage({banner: 'PageBreak', backgroundColor: '#ededed'}, '*');
Best practices
Try to avoid adding too much text or text with a small font.
Avoid too colorful and aggressive colors for the background - We can send back creatives that ignore this point.
Due to the aggressive nature of the Page-break advertisement,
it will be shown at most every 30 minutes per unique user.
Additional capping can be added (e.g twice a day or four times per week).
Advertisement will not be served to new users and users without cookies.