Creating an Ad Widget
Learn how to create and customize ad widgets for your website.
Step-by-Step Guide
Access Widget Creator
- Log into your publisher dashboard
- Navigate to "Widgets" → "Create New"
Create a new widget Choose Widget name and Widget url and select ad categories you don't want to show within your app
After creating widget - Integrate widgets into your site
Copy and paste code below using your 'Widget ID'
html
<script type="text/javascript" src="https://cdn.tgads.space/assets/js/tg-ads-co-widget.min.js"></script>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', () => {
const tgAds = new TGAdsWidget({
wid: 'YOUR_WIDGET_ID',
adFormat: 'push-like' // adFormat: 'interstitial'
});
tgAds.init();
});
</script>
- Monitor performance
- Done!