Implementing Pageview Tracking
Chapter 2:
Step 3 - Add Google Analytics to Your Application
import { GoogleAnalytics } from '@pro/analytics/GoogleAnalytics'
function RootLayout() {
return (
<>
<GoogleAnalytics />
{/* Other SSK-Pro features */}
</>
)
}Last updated