Standard implementations of the Sulvo ad server require ad tags to be placed in the html, as part of the static content of the page. Once loaded, our platform automatically displays all the ads that were found. Some implementations require flexibility and may need to add Sulvo ads dynamically, for example as part of an ajax new content load.
In addition to the automatic display of the Sulvo ads, you can tell your site when an ad should be displayed.
Note: the below applies to the body tag configuration ONLY. The head tag must always load statically or ad serving will be impacted.
How to
There are 2 types of dynamic calls:
Displaying ads dynamically: use
displayAdto initialize a new Sulvo adRefreshing ads dynamically: use
refreshAdto get a new impression for an already initialized Sulvo ad
Display ad
Please see this article: https://help.sulvo.com/help/dynamically-displaying-ads
RefreshAd
Please see this article: https://help.sulvo.com/help/refreshing-ads
