Skip to main content
Axeptio Documentation
Toggle navigation menu
Axeptio
Submit a request
Sign in
Compliance Inspector 🥤
Conformity guarantee, full widget generator... The ultimate nugget!
Compliance Inspector
Create a complete and compliant widget with the Tracker audit
Understanding Tracker Configuration
My audit is showing an error
Compliance Inspector
Checking the compliance of my website
<% if (previousArticle || nextArticle) { %>
<% if (previousArticle) { %>
Previous article
<%= previousArticle.title %>
<% } %> <% if (nextArticle) { %>
Next article
<%= nextArticle.title %>
<% } %>
<% } %>