Analytics Integration

Choose and integrate an analytics tool to understand your users and grow your business.

DataFast Integration

DataFast is a modern analytics platform that helps you understand your users and grow your business with actionable insights.

1

Create a DataFast Account

Sign up for a free 14-day trial at datafa.st

Steps:

  1. Go to datafa.st
  2. Sign up for a free 14-day trial (no credit card required)
  3. After signing in, click "Add Website" and enter your domain name
2

Install Tracking Script

Add the tracking script to the <head> section of your website

TypeScript
// app/layout.tsx export default function RootLayout({   children, }: {   children: React.ReactNode }) {   return (     <html lang="en">       <head>         <script           defer           data-website-id="yourwebsiteid"           data-domain="yourdomain.com"           src="https://datafa.st/js/script.js"         ></script>       </head>       <body>{children}</body>     </html>   ) } 

You may need to redeploy your site and clear your deployment cache.

3

Check Your Dashboard

Visit your dashboard to see your first analytics data coming in

Note:

It may take a few minutes for the first pageviews to appear.

4

Next Steps

Enhance your analytics setup with additional features

Additional Features:

  • Set up revenue attribution to find out which marketing channels are driving your revenue
  • Set up custom goals to track any other events on your website
  • Proxy the script through your own domain to avoid ad blockers
SuperFast - Go From Idea to Revenue in Just Days | Product Hunt