
When integrating Adquake into a Single-Page Application (SPA), including frameworks like React, Angular, and Vue.js, you must take the following steps to ensure proper ad display. There are two options you can choose from: automatic indexing or manual control.
await window.adquake.restart();
manual-start="true"
attribute when including the script:
<script async src="https://script.adquake.com/js/adquake.js"
adquake-key="your-key" manual-start="true"></script>
await window.adquake.restart();
Ad Network for Advertiser and Publishers