Documentation

Quick start

  1. Create a free account at /client/register
  2. Pick a subdomain (e.g. t.yourbrand.com) and add a CNAME to our edge
  3. Paste your existing GTM container JSON, or use our default template
  4. Replace your current GTM <script> tag with the Power Loader snippet
  5. Verify events flowing in the live logs dashboard

Power Loader snippet

Replace your current GTM snippet with this:

&lt;script async src="https://otut.io/power-loader.js"
  data-tenant="YOUR_TENANT_UUID"
  data-gtm="GTM-XXXXXX"&gt;&lt;/script&gt;

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.