Ad Manager
Create and manage ads across all SPUNK sites
Administrator
Total Ads
--
Active Ads
--
Total Impressions
--
Total Clicks
--
Active Ads
Loading ads...
Ad Placement Code
Drop this snippet into any page to display an ad. The script auto-detects the current site network and serves matching ads.
1. Add the ad container where you want it
<div data-spunk-ad="AD_ID" data-size="300x250"></div>
2. Include the ad script (once per page, before </body>)
<script src="https://spunk.codes/spunk-ads-v2.js"></script>
3. Or auto-serve any matching ad (no specific ID)
<div data-spunk-ad="auto" data-size="300x250"></div>
<script src="https://spunk.codes/spunk-ads-v2.js"></script>