Can I use Sulvo ads on pages with infinite scroll?
Yes
Sulvo ads can be used on pages set up with an infinite scroll.
For optimal results, we recommend not refreshing fixed size and fluid ad units on pages utilizing infinite scroll. Sticky ad units can be refreshed.
How
You'll need to add a script to initialize the dynamically added ad unit tag (you don't need any further code for the ad to work).
This is a full example, please note that the ad unit name in the script must match the data-ad value of the tag:
<div data-ad="example.com_300x250" data-devices="m:0,t:1,d:1"
class="demand-supply"></div>
<script>window.demandSupply && demandSupply.surge &&
demandSupply.surge.displayAd('example.com_300x250')</script>