TugusDeveloper Docs
Integrations

Supported Platforms

Ad and analytics platforms Tugus routes your events to, configured entirely in the dashboard.

All integrations are configured in the dashboard. Routing happens fully automatically.

  • Meta CAPI
  • Google Analytics 4
  • TikTok Events API
  • Google Ads
  • Microsoft Bing UET
  • LinkedIn Insight
  • Pinterest CAPI
  • Klaviyo

Event mapping example: purchase

// Tugus purchase event →

// Meta CAPI
{ event_name: "Purchase", custom_data: { value: 99.80, currency: "EUR" } }

// GA4 Measurement Protocol
{ name: "purchase", params: { transaction_id: "ORD-001", value: 99.80 } }

// TikTok Events API
{ event: "CompletePayment", properties: { value: 99.80, currency: "EUR" } }

On this page