Changelog

What we're
shipping.

April 9, 2026

Enterprise Tracking Stack + CAPI + GTM API

  • Meta Conversions API (CAPI) — 5 tools for server-side event tracking via facebook-nodejs-business-sdk
  • GA4 Measurement Protocol — 5 tools for server-side GA4 events with debug endpoint validation
  • GTM Tag Manager API — 11 tools: create/delete tags, triggers, variables, publish containers programmatically
  • Enterprise cross-domain tracking: GTM + GA4 + Meta Pixel on both nxflo.io and app.nxflo.io
  • 36 GTM data layer variables (transaction, user, UTM, engagement, attribution)
  • 28 native GTM tags (16 GA4 gaawe + 10 Meta Pixel + Conversion Linker + GA4 Config)
  • Looker Studio analytics dashboard embedded at /analytics
  • Google Ads developer token stored and wired to Cloud Run
April 9, 2026

Google Ads Write Architecture

  • Full write architecture designed: mutate layer, approval queue, agent-facing tools
  • 2-human approval gate: account manager review → client final approval
  • 20+ guardrails: budget caps, mutation rate limits, dry run validation, rollback logs
  • Architecture diagrams: system-level + detailed write pipeline
  • Design doc submitted to Google for API Basic access application
April 9, 2026

UI Kit + Router Migration + Tailwind

  • Figma UI kit committed: 12 page components + 47 shadcn primitives + design spec
  • Tailwind CSS installed with build pipeline (7.7KB compiled output)
  • Router migration: BrowserRouter + AuthProvider + WebSocketProvider + SessionProvider
  • Monolith preserved as AppLegacy while new architecture layers in incrementally
  • Codebase hygiene: 9,793 lines of dead code removed
April 8, 2026

Ad Platform Integrations

  • Google Ads integration: GAQL queries, keyword insights, campaign analytics
  • TikTok, Pinterest, LinkedIn, Snapchat ad integrations (read-only analytics)
  • Meta Ads integration: campaigns, insights, audiences
  • Webhook system: send, receive, and manage HTTP webhooks
  • MCP server exposing 69+ marketing tools over Model Context Protocol
April 5, 2026

Core Platform

  • Multi-agent orchestration: researcher, copywriter, analyst, coordinator
  • 25+ marketing tools with Zod-validated inputs and concurrent execution
  • Persistent brand memory: voice, personas, offers, competitors, campaign history
  • Google Workspace integration: Calendar, Gmail, Drive, Sheets
  • Workspace isolation with HMAC-signed tokens and bcrypt auth
  • Cloud Run deployment with GCS-backed persistence