Where to find your verification code: Navigate to Dashboard → [Your Site] → Integration → Verification in your AdUnblock dashboard.
Ad blockers regularly update their rules, and CDN endpoints may become blocked over time. As a site owner, you are responsible for using the latest valid CDN endpoints by regularly checking the System Status page or implementing server-side fetching from https://config.adunblocker.com/server-tag.json.
1

Add the Script

Add the following script to your website’s <head> section:
<script src="https://adblock.static-01.workers.dev/index.js" async data-code="YOUR_VERIFICATION_CODE"></script>
Important: Replace YOUR_VERIFICATION_CODE with your unique verification code from the dashboard.
2

Server-side Integration (Recommended)

For production environments, implement server-side fetching from our API with proper caching.
3

Verify Integration

After adding the script, verify your integration is working properly by navigating to your site and checking if the ads are visible.

Verification Code

Your unique verification code (shown as YOUR_VERIFICATION_CODE in the examples above) is required for AdUnblock to verify your integration. This code is specific to your registered domain.

Available Script Sources

We provide multiple CDN endpoints to enhance reliability. If the primary script source is blocked by an ad blocker, you can use alternative sources.
View System Status: Check our status page to see all available endpoints and their current status.
You can also fetch the latest list of valid script sources programmatically from our configuration API:
https://config.adunblocker.com/server-tag.json

Important Notice

As a site owner, you are responsible for ensuring your integration uses the latest valid CDN endpoints. Ad blockers regularly update their rules, which may block our endpoints. We recommend:
  • Regularly check the System Status page for updated endpoint information
  • For production environments, implement server-side fetching from our API with proper caching
  • Use the API endpoint https://config.adunblocker.com/server-tag.json to programmatically retrieve the latest valid scripts
  • Never implement client-side fallbacks that fetch from our API directly

Need help with implementation?

Our support team is ready to assist you with any questions or issues.

Contact Support

Get personalized help from our technical support team.