Quick Start Guide
Get your website analytics up and running with Zenovay in under 5 minutes.
Zenovay Analyticsのセットアップは2分以内で完了し、技術的な専門知識は不要です。ユーザーはウェブサイトに軽量なJavaScriptトラッキングスクリプトを1つ追加するだけです。スクリプトは5KB未満(gzip圧縮)で、非同期に読み込まれ、ページのパフォーマンスに影響を与えません。インストール後、Zenovayはインタラクティブな3Dグローブダッシュボード上で、ページビュー、訪問者、リファラルソース、デバイス情報のリアルタイム追跡を即座に開始します。プライバシーを重視するデプロイメントでは、単一のデータ属性でCookieレストラッキングモードを有効にすることで、プライバシー保護フィンガープリンティングによる正確な訪問者分析を維持しながら、Cookie同意バナーの必要性を排除できます。
Step 1: Create Your Account
Sign up for a free Zenovay account at auth.zenovay.com/signup.
Free tier includes: 1 website, 10,000 events/month, 1 year data retention
Step 2: Add Your Website
- Go to your dashboard
- Click "Add Website"
- Enter your domain name (e.g.,
example.com) - Give your website a name
- Click "Create Website"
Step 3: Install the Tracking Script
Copy the tracking script and add it to your website's <head> section:
<!-- Zenovay Analytics -->
<script defer
data-tracking-code="YOUR_TRACKING_CODE"
src="https://api.zenovay.com/z.js">
</script>Replace YOUR_TRACKING_CODE with your actual tracking code from the dashboard.
Step 4: Verify Installation
- Visit your website in a new browser window
- Go back to your Zenovay dashboard
- You should see your visit appear on the 3D globe within a few seconds
Watch as visitors appear on your globe in real-time!
Platform-Specific Installation
WordPress Installation
- Go to your WordPress admin dashboard
- Navigate to Appearance > Theme Editor
- Select your active theme
- Edit the
header.phpfile - Add the tracking script before the closing
</head>tag
<!-- Zenovay Analytics -->
<script defer
data-tracking-code="<?php echo esc_attr(get_option('zenovay_tracking_code')); ?>"
src="https://api.zenovay.com/z.js">
</script>
<?php wp_head(); ?>Next Steps
Now that you're tracking visitors, explore these powerful features:
- Visitor Value Scoring - See which visitors are most valuable
- Real-time Analytics - Monitor your traffic live
- Custom Events - Track specific user actions
- API Integration - Access your data programmatically
Troubleshooting
Not seeing data in your dashboard?
- Check your tracking code - Make sure it matches exactly from your dashboard
- Verify script loading - Open browser dev tools and check the Network tab
- Disable ad blockers - Some ad blockers might block analytics scripts
- Check console errors - Look for JavaScript errors in the browser console
- Wait a few minutes - Data can take 1-2 minutes to appear
Tracking code not working on HTTPS sites?
Make sure you're using the HTTPS version of our script:
<script defer data-tracking-code="YOUR_TRACKING_CODE" src="https://api.zenovay.com/z.js"></script>
Need help with a specific platform?
Check our detailed integration guides or contact our support team at [email protected].
Need Help?
- Check our troubleshooting guide
- Contact [email protected]
Congratulations! You've successfully set up Zenovay Analytics. Your visitors should now appear on your dashboard's 3D globe in real-time!