Now that your first publisher and tag config have been created, you can prepare for go-live.
The onboarding checklist on your publisher page is your guide here.
- You will need to deploy the Publisher Tag to your site (tag deployment)
- Set up payment (depending on your ad server choices)
- Await approval
- Deploy any ads.txt requirements
- Ensure you have a CMP in place for applicable regions, and that Content Ignite is included as a vendor option.
Notes on CMP’s
Consent Management Platforms (CMP’s) are a requirement when serving in the EAA and UK, and are even becoming required in some form by other countries and US states. A CMP’s job is to collect user consent and make it readable by ad tech providers like us. The Fusion platform tracks CMP issues in the Diagnostics insights report, as unfortunately, there are many mistakes that can be made during the implementation of a CMP on site, namely script execution order and missing out of the CMP “Stub”. The net result of incorrect CMP implementation is a direct loss in revenue. The CMP Stub is a piece of JavaScript code that should be placed inside<script>...</script> tags, and not included as a hosted file (<script src="...">). This script block needs to be placed within the head section of your HTML (between the opening <head> and closing </head> tags). It must be before the Content Ignite Publisher Tag and before the CMP tag.
This is such an important topic, that we cover it in depth over in our CMP Guide.
It pays to get this set up right, as issues here directly impact revenue. Reach out to your AM if you need help, or integrate your CMP through the Fusion platform to have us optimally deploy it to page for you.
Notes on caching and firewalls
If you are new to the world of digital advertising, it is important to understand that bots are an important part of the eco system. It may be the case that without ads, you have taken a blanket approach to bots, blocking them from your site entirely. However this approach will block ad partners verifying key information, and hence block ads from running. If you have a Web Application Firewall, it is important to ensure that all bots can access Ads.txt (and Robots.txt while your at it!). It is also recommended you whitelist our Content Ignite Bot, as this is what checks your site for outages, is vital for contextual crawling and various other protective features. Our bot identifies itself with the following user agent:FusionBot/1.0 (compatible; Mozilla/5.0; +https://api.tagdeliver.com)
Lastly, caching plugins. It is common to utilise caching plugins or caching services such as Cloudflare and their “Rocketloader” product. These types of services can do a number of things that can corrupt your Publisher Tag, and even breach our terms of service, such as taking a copy of your Publisher Tag and merging it with other Javascript from your site.
Rocketloader can even “defer” Javascript, which means blocking it from execution until the rest of the page has loaded. This can impact your CMP setup and add latency to ad loading, directly impacting monetisation.
It is therefore vital that you exclude your Publisher Tag and your CMP (+stub) from these services. Luckily it is often as simple as adding a parameter to these tags, so do refer to your services documentation on how to approach these exclusions.
