~/ai_assets_directory_
Claude Skill 8.9k stars · whole AgriciDaniel/claude-ads repo
ads-server-side-tracking.skill

Server-Side Tracking Audit

Audits your server-side tracking setup, from sGTM to Conversions API, for where conversion data is leaking, without changing anything in production.

Overview

Server-Side Tracking Audit is a cross-platform worker skill in the Claude Ads suite for diagnosing conversion-data loss in server-side tagging setups (sGTM, CAPI, Events API and similar).

What it covers

  • Maps collection, consent, transport, transformation, destination, storage and observability components end to end.
  • Compares browser and server event taxonomy, parameters, IDs, timestamps, values, currency and consent state.
  • Verifies deduplication, replay handling, retries, latency and diagnostics without exposing personal data.
  • Inspects hashing and minimization before transmission; hashing alone doesn't excuse unnecessary data collection.
  • Returns failure modes, owner, priority and verification steps as an audit only; never changes production tracking itself.

Part of Claude Ads

This skill is dispatched automatically by the main ads conductor for server-side tracking audits. See the full Claude Ads entry for installation.

Installation

This worker skill installs automatically as part of the Claude Ads plugin, there's no separate step for it.

  1. Install the plugin once, from inside Claude Code:
    /plugin marketplace add AgriciDaniel/claude-ads
    /plugin install claude-ads@ai-marketing-hub-claude-ads
    
  2. This skill runs on its own whenever the /ads conductor needs it; you don't call it directly.
  3. See the Claude Ads entry for the full setup and platform list.

Related assets