Nukta Ads (Angaza Platform) Publisher Integration

Earn for advertising using Nukta Ads (Angaza Platform). Follow this guide to integrate the Angaza Platform into your website or app.

Zebras grazing on the Serengeti savanna, Tanzania

Premium Tanzanian publisher inventory

News, lifestyle, business, and niche publishers monetize quality audiences while keeping editorial standards high.

Photo / Unsplash (Serengeti, Tanzania)

Find this in your Publisher Settings

Find this in your Ad Spaces Dashboard

Step 1: Add Base Code

Add this code to the <head> section of your website:

<!-- Nukta Ads (Angaza Platform) Publisher Tag -->
<script async src="https://angaza.nukta.co.tz/js/publisher.js"></script>
<script>
  window.angazaAdConfig = window.angazaAdConfig || {};
  window.angazaAdConfig.publisher = 'pub-123456789'; // Your Publisher ID
  window.angazaAdConfig.testMode = false; // Set to true for testing
</script>

Step 2: Place Ad Units

Add this code wherever you want ads to appear on your page:

<!-- Nukta Ads Ad Space -->
<div class="angaza-ad" data-ad-space="ad-123456789"></div>

Responsive Ads

Angaza Ad spaces automatically adapt to their container size. For responsive ads, simply place the ad unit in a container with responsive dimensions.

<div class="your-responsive-container">
  <!-- Angaza Ad Space -->
  <div class="angaza-ad" data-ad-space="ad-123456789"></div>
</div>

Testing Your Integration

After implementing the integration, you can test it using our test mode:

  1. Set testMode: true in your configuration
  2. Visit your website or app to see test ads
  3. Check the browser console for any integration messages or errors
  4. Verify ad dimensions and responsiveness across different devices
  5. When ready for production, set testMode: false

Need Help?

Our technical support team is available to help you with your integration.

Contact Support →