From 56b0b9696f220eb2769cb8b7a856e4743db76c90 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 30 Dec 2025 10:46:21 +0000 Subject: [PATCH] Add test page for verifying analytics tracking Includes sample HTML page with: - Page view tracking - Custom event buttons (signup, download, purchase) - Link tracking example - Setup instructions for connecting to Umami dashboard --- test-page.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 test-page.html diff --git a/test-page.html b/test-page.html new file mode 100644 index 00000000..8d8d9812 --- /dev/null +++ b/test-page.html @@ -0,0 +1,82 @@ + + + + + + Stackpine Test Page + + + + + + + +

Stackpine Analytics Test Page

+ +
+

Page View Test

+

Just loading this page sends a pageview event to your analytics!

+

Current page: /test-page.html

+
+ +
+

Event Tracking Test

+

Click these buttons to test custom event tracking:

+ + + +
+ +
+

Link Tracking Test

+

External links are automatically tracked:

+ Visit Example.com +
+ +
+

Instructions

+
    +
  1. Go to localhost:3000
  2. +
  3. Add a website with domain localhost
  4. +
  5. Copy the tracking code
  6. +
  7. Replace YOUR_WEBSITE_ID_HERE in this file with your actual ID
  8. +
  9. Open this page in your browser
  10. +
  11. Check the Umami dashboard - you should see your visit!
  12. +
+
+ +