/
Using with Scroll Viewport theme

Using with Scroll Viewport theme

In order to tracking page view when using Scroll Viewport theme, you need to add this code to the head tag of your theme:

$page.resources.require('com.elitesoftsp.confluence.page.tracking.plugins:page-tracking-resources')
<meta name="ajs-page-id" content="$page.id">

These code will load the page view resource to track page view. 


Related content