The pushdown unit "pushes" the page content down, injecting a high-value sticky ad above it. Freestar automatically injects the pushdown onto the page without any on-page code change.
Overview
The pushdown unit pushes the page content down, injecting a high-value sticky ad above it. The unit sticks to the top of the viewport for a predetermined number of seconds or remains indefinitely, depending on its configuration.
Freestar automatically injects the pushdown onto the page without any on-page code change.
An example pushdown
Inject an On-Call Pushdown
Freestar can configure a pushdown as on-call, allowing the publisher to control its injection.
Use the newPushdown method to render an on-call pushdown. placementName is a required value.
freestar.queue.push(function() {
freestar.newPushdown("placementName");
});
Delete a Pushdown
Use the deletePushdown method to destroy the unit. placementName is a required value.
freestar.queue.push(function() {
freestar.deletePushdown("placementName");
});
Disabling a Pushdown
Information on disabling products can be found on the Disabling Products page. Its product key is pushdown.
freestar.config.disabledProducts = {
pushdown: true
};
Please submit a request here if you want to implement or make adjustments to Dynamic Ads on your site.