Documentation
Quick start
- Create a free account at
/client/register - Pick a subdomain (e.g.
t.yourbrand.com) and add a CNAME to our edge - Paste your existing GTM container JSON, or use our default template
- Replace your current GTM
<script>tag with the Power Loader snippet - Verify events flowing in the live logs dashboard
Power Loader snippet
Replace your current GTM snippet with this:
<script async src="https://otut.io/power-loader.js"
data-tenant="YOUR_TENANT_UUID"
data-gtm="GTM-XXXXXX"></script>Meta CAPI
We automatically forward server-side events to Meta's Conversions API when you setMETA_PIXEL_ID and META_ACCESS_TOKEN in your container settings. Events are deduplicated via the event_id shared between browser and server.
GA4 Measurement Protocol
Same pattern — set GA4_MEASUREMENT_ID and GA4_API_SECRET. We'll forward events with proper user_id + session_id stitching.
Need more?
Read the full setup guide at/contact or emailinfo@otut.io.