Where to find your verification code: Navigate to Dashboard → [Your
Site] → Integration → Verification in your AdUnblock dashboard.
1
Add the Script
Add the following script to your website’s Important:
<head> section:- Replace
YOUR_VERIFICATION_CODEwith your unique verification code from the dashboard. - Replace
LATEST_SCRIPT_URLwith the current script URL. Fetch the latest script URL from:https://public.adunblocker.com/api/vendor_scripts
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 asYOUR_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. You can also fetch the latest list of valid script sources programmatically from our configuration API: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://public.adunblocker.com/api/vendor_scriptsto 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.

