Cookie-consent enforced by default. Real-time dashboards. Everything Google Analytics gives you — plus session recordings, heatmaps, and cohort analysis.
Built for teams who care about data and privacy.
Our script refuses to run without valid cookie consent. Integrates with Cookiebot, OneTrust, Complianz, and more.
See active users, top pages, and traffic sources update live. Sub-5-second refresh on every metric.
Countries, cities, devices, browsers, OS, screen sizes — all without invasive fingerprinting.
Track conversions, build multi-step funnels, and visualize drop-off at every stage.
Replay actual visitor sessions. Privacy masking for inputs, selective recording, and auto-deletion.
IP anonymization, data retention policies, right-to-deletion, and geo-fencing built in.
We give you everything they do — and more.
Drop the script on your site. Consent detection happens automatically.
<script async src="https://analytic.greetevo.com/js/ge-analytics.js?id=GE-XXXXXXXX"></script>
Everything you need to start collecting data in under 5 minutes.
<!-- Paste this inside your <head> tag --> <script async src="https://analytic.greetevo.com/js/ge-analytics.js?id=GE-XXXXXXXX"></script>
Replace GE-XXXXXXXX with your property's tracking ID from the dashboard.
collect to see beacon requests.// Track a custom event
ge('event', 'newsletter_signup');
// Track with value
ge('event', 'purchase', { value: 99.99, currency: 'USD' });
// Track button clicks
button.addEventListener('click', () => {
ge('event', 'cta_click', { label: 'hero-cta' });
});// Product view
ge('ecommerce', 'view_item', {
items: [{ id: 'sku_123', name: 'T-Shirt', price: 29.99 }]
});
// Purchase complete
ge('ecommerce', 'purchase', {
transaction_id: 'TXN-456',
value: 129.99,
currency: 'USD',
items: [
{ id: 'sku_123', name: 'T-Shirt', price: 29.99, quantity: 2 },
{ id: 'sku_456', name: 'Hat', price: 70.01, quantity: 1 }
]
});// Manual consent grant
ge('consent', 'granted');
// Granular consent (Consent Mode v2)
ge('consent', 'granted', {
analytics_storage: true,
ad_storage: false,
functionality_storage: true
});Start free. No credit card required. Upgrade when you need more properties or advanced features.