Skip to content

Creating an Ad Widget

Learn how to create and customize ad widgets for your website.

Step-by-Step Guide

  1. Access Widget Creator

  2. Create a new widget Choose Widget name and Widget url and select ad categories you don't want to show within your app

  3. After creating widget - Integrate widgets into your site

  4. 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>
  1. Monitor performance
  2. Done!