Sidewalls provide high-value monetization without disrupting the flow of the site. Freestar automatically injects the sidewall(s) onto the page without any on-page code change.
Overview
Sidewalls are ads that stick to the sides of the page as the user scrolls down. On wide pages, they provide high-value monetization without disrupting the flow of the site. A Sidewall targets the left or right side of the page. Two sidewalls can be used together, one on each side.
Freestar automatically injects the sidewall(s) onto the page without any on-page code change.
An example sidewall
Inject an On-Call Sidewall
Freestar can configure a sidewall as on-call, allowing the publisher to control its injection.
Use the newSidewall method to render an on-call sidewall. placementName is a required value.
freestar.queue.push(function() {
freestar.newSidewall("placementName");
});
Delete a Sidewall
Use the deleteSidewall method to destroy a sidewall. placementName is a required value.
freestar.queue.push(function() {
freestar.deleteSidewall("placementName");
});
Disabling a Sidewall
Information on disabling products can be found on the Disabling Products page. The product key is sideWall.
freestar.config.disabledProducts = {
sideWall: true
};
Please submit a request here if you want to implement or make adjustments to Dynamic Ads on your site.