Audit Pinterest Ads measurement, Pinterest Tag and Conversions API, catalog and shopping readiness, visual creative, audiences, Performance+ intent, budgets, brand safety, and reporting. Use for Pinterest Ads, promoted Pins, shopping ads, catalog sales, Pinterest Tag, Pinterest Conversions API, or Pinterest Performance+.
ads-server-side-tracking
ads-server-side-tracking is an open-source backend skill for Claude Code and compatible agents, published by AgriciDaniel. Its author describes it as: “Audit server-side paid-media measurement including server-side tag management, platform conversion APIs, event taxonomy, browser/server deduplication, consent, hashing, data quality, observability, and privacy. Use fo…”. The project has 8.2k stars on GitHub and is available under the MIT license. Add it to your setup with `/plugin marketplace add AgriciDaniel/claude-ads`.
What ads-server-side-tracking does
1. Map collection, consent, transport, transformation, destination, storage, and observability components. 2. Compare browser and server event taxonomy, parameters, IDs, timestamps, values, currency, user data, and consent state. 3. Verify deduplication, replay handling, retries, latency, diagnostics, and test events without exposing personal data. 4. Inspect hashing and minimization before transmission; hashing does not make unnecessary data collection acceptable. 5. Reconcile destination diagnostics with source logs and business conversions. 6. Return schema-valid findings, failure modes, ow…
Installation
Add ads-server-side-tracking to your agent with:
/plugin marketplace add AgriciDaniel/claude-ads Always review a skill's source before installing it. This command comes from the skill's public repository; the linked repo is the source of truth for exact setup steps.
When to use it
Reach for ads-server-side-tracking when you want backend help from your agent without writing the same instructions every session. Load the skill and the agent picks it up automatically for relevant tasks.
Strengths
- Clear MIT license — safe to read and adapt
- Ships in AgriciDaniel/claude-ads, an established project with 8,200 GitHub stars
- Actively maintained (recent commits)
Topics
Frequently asked questions
- What does ads-server-side-tracking do?
- Audit server-side paid-media measurement including server-side tag management, platform conversion APIs, event taxonomy, browser/server deduplication, consent, hashing, data quality, observability, and privacy. Use for server-side tracking, sGTM, server-side tagging, CAPI, Events API, event_id, pixel debugging, first-party measurement, or conversion data loss.
- How do I install ads-server-side-tracking?
- Run /plugin marketplace add AgriciDaniel/claude-ads in your agent, then reload your skills. Review the source at https://github.com/AgriciDaniel/claude-ads before installing.
- Is ads-server-side-tracking free to use?
- Yes. ads-server-side-tracking is free and open source under the MIT license, so you can read, run, and adapt it within that license's terms.
- Where does ads-server-side-tracking come from?
- ads-server-side-tracking ships inside AgriciDaniel/claude-ads, a repository that contains 35 catalogued skills in total. The repository's 8,200 GitHub stars apply to that whole collection, not to this skill on its own.
Related skills
More Backend →Use when the user wants to run cognee with Docker or docker compose — trying it out from the prebuilt image, starting the API server in a container, or bringing up the full stack (UI, MCP, Postgres, Neo4j) with compose profiles.
Use when the user wants to connect cognee to external services — switching LLM or embedding providers (OpenAI, Azure, Gemini, Anthropic, Ollama, OpenRouter), changing databases (Postgres, PGVector, Neo4j, Neptune, Turso), S3 storage, or the MCP server for IDE integration.
Use when the user wants to run the cognee API server (and optional UI) on their own machine — starting it, checking it's healthy, connecting the SDK or other clients to it, and choosing the right auth posture.
Fast tokenizers optimized for research and production. Rust-based implementation tokenizes 1GB in <20 seconds. Supports BPE, WordPiece, and Unigram algorithms. Train custom vocabularies, track alignments, handle padding/truncation. Integrates seamlessly with transformers. Use when you need high-performance tokenization or custom tokenizer training.