Built on European infrastructure.
Architecture
- ✓ A dedicated container per client
- ✓ EU data center (DE)
- ✓ HTTP/2 + auto SSL (Let's Encrypt)
- ✓ A custom subdomain from your domain
Reliability
- ✓ 99,5% SLA (Enterprise 99,95%)
- ✓ Automatic health-check / restart
- ✓ Log retention 30 days
- ✓ Real-time alerting
GDPR / DPA
- ✓ Data stays in the EU
- ✓ DPA on request
- ✓ Anonymizer (PII strip)
- ✓ Consent Mode v2
Scaling
- ✓ Black Friday-ready
- ✓ Multi-domain from a single container
- ✓ Load balancing on larger plans
- ✓ Vertical upgrade within 1 hour
Power-ups
Server-side extensions that neither the browser nor an ad-blocker can see. You enable them in the dashboard with one click.
Custom Loader
A custom domain for the GTM loader. A first-party origin that ad-blockers and iOS ITP don't trim as third-party scripts.
Cookie Keeper
First-party cookie persistence. No ITP/ETP losses.
Anonymizer
30+ rules for PII. GDPR-ready.
Bot Detection
Filters automated traffic. In our deployments, +15–20% data quality.
GEO Headers
MaxMind Geo — Country/Region/City.
Click ID Restorer
gclid / fbclid survive iOS tracking prevention.
User-Agent Info
Browser, OS, device into every request.
User ID Sync
A stable first-party user ID across sessions.
Ad-blocker Info
Detection of ad-block users as a custom property.
Preview Header
Debug + GTM preview via a custom subdomain.
Open for Bots
Crawl access for Googlebot without consent.
File Proxy
A proxy for vendor JS via your own domain.
Multi-domains
Multiple domains from a single sGTM container.
POAS Data Feed
UNIQUEProfit-on-Ad-Spend — bidding on profit instead of turnover. Margin lookup from the Heureka feed or a CSV.
Stripe Events Forwarder
Server-side propagation of Stripe webhooks (purchase, refund, subscription) as conversion events into GA4, Meta CAPI, Google Ads — no GTM tags needed, no templates to write.
- ✓ Stripe-Signature verification (HMAC-SHA256)
- ✓ Auto event_id from payment_intent → deduplication with the Pixel event
- ✓ Recurring revenue: invoice.paid for subscriptions
- ✓ We forward refunds back as a reverse conversion
# Stripe Dashboard → Webhooks → Add endpoint
URL: https://app.datanostro.com/tracking/stripe/tk_8f3a.../
Events:
payment_intent.succeeded
checkout.session.completed
invoice.paid
charge.refunded
# Result (per event)
→ GA4 purchase event_id=pi_xxx
→ Meta CAPI Purchase event_id=pi_xxx
→ Google Ads conversion id=pi_xxx
White-label
The client pays you, we invoice you. Your own logo, domain, separate client accounts. A consolidated monthly invoice.
- ✓ Custom branding (logo, colors)
- ✓ A custom subdomain for the dashboard
- ✓ Client accounts
- ✓ Consolidated billing
- ✓ An API for orchestration
$ curl -X POST https://api.datanostro.com/v1/tenants \
-H "Authorization: Bearer $API_KEY" \
-d '{
"name": "Klient s.r.o.",
"domain": "klient.cz",
"plan": "pro",
"container_config": "..."
}'
{
"id": "project_abc123",
"status": "deploying",
"preview_url": "https://klient.sgtm.datanostro.com",
"estimated_ready": "2m 30s"
}