Back Home

Installation Guides

Add Silent Analysis to your website in under 60 seconds

Quick Start

Copy and paste this script into your website's <head> section

<!-- Add to your HTML before </head> -->
<script 
  defer 
  data-site-id="YOUR_SITE_ID" 
  src="https://silentanalysis.com/analytics.js"
  data-endpoint="https://silentanalysis.com/api/event"
></script>

Replace YOUR_SITE_ID with your actual site ID from the dashboard.

Platform-Specific Guides

Click on your platform for detailed installation instructions

WordPress Installation

Add to your theme or use a header/footer plugin

<!-- Add to your theme's header.php before </head> -->
<script 
  defer 
  data-site-id="YOUR_SITE_ID" 
  src="https://silentanalysis.com/analytics.js"
  data-endpoint="https://silentanalysis.com/api/event"
></script>

<!-- Or use a plugin like "Insert Headers and Footers" -->

Verify Installation

Make sure everything is working correctly

  1. Open your website in a new browser tab
  2. Navigate to a few pages on your site
  3. Go to your Silent Analysis dashboard
  4. You should see your pageviews appearing within 30 seconds
  5. Check the "Real-time" badge in the header to confirm live tracking

Troubleshooting

Common issues and solutions

Not seeing any data?

Make sure the script is placed in the <head> section, not the <body>. Check your browser's developer console for any errors.

Ad blockers blocking the script?

Some ad blockers may block analytics scripts. You can host the script on your own domain or use a subdomain like analytics.yourdomain.com.

Need help?

Contact us at support@silentanalysis.com and we'll help you get set up.