...
Hosting ads.txt on the website is a mandatory part of the AdEngine setup. An optimized ads.txt for your website is hosted on the Snigel CDN at:
Code Block |
---|
httpshttp://cdn.snigelweb.com/adengine/{domain}/ads.txt |
...
Replace
{domain}
with the actual website domainThe protocol can be either HTTP or HTTPS. The file is available through an HTTPS and HTTP connection. However, it is advisable to prefer HTTPS connections over HTTP when crawling ads.txt files
The ads.txt file is automatically updated on the CDN to reflect the latest state of the website setup. The website must always use the latest ads.txt version available to maximize revenue.
...
Code Block |
---|
RedirectMatch 301 (/ads.txt)$ httpshttp://cdn.snigelweb.com/adengine/{domain}/ads.txt |
...
If you have implemented ads.txt using a redirect to the Snigel CDN, you should see in the browser address bar http://cdn.snigelweb.com/adengine/{domain}/ads.txt
or https://cdn.snigelweb.com/adengine/{domain}/ads.txt
.
The browser should show an ads.txt file similar to the following example:
...