Sidewalls
Adding an On Call Sidewall
In order for the publisher to add a sidewall with this option they will need to use javascript to invoke the newSidewall method, passing in a valid placement:
freestar.queue.push(function() {
freestar.newSidewall("placementName");
});
Deleting an On Call Sidewall
In order for the publisher to remove a sidewall with this option they will need to use javascript to invoke the deleteSidewall method, passing in a valid placement:
freestar.queue.push(function() {
freestar.deleteSidewall("placementName");
});