tracker-ops

tracker-ops is a skill for Claude Code, Codex from sergeyizmailov/knowledge-delta-skills. It costs 67 tokens per session (821 once invoked), scanned A, original, MIT.

A set of operating rules for affiliate and media-buying trackers such as Keitaro and Binom. It covers API use, conversion tracking, cost updates, and consistent metric definitions.

In plain words
What is it for?
It helps automate daily spend synchronisation, send costs through tracker APIs, handle server-to-server postbacks, and verify Google click IDs and conversion data.
Why use it?
It prevents incorrect lead counts and cost-per-lead calculations caused by confusing tracker metrics, time zones, or broken tracking links. It also provides checks for differences between ad-platform and tracker data.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps automate daily spend synchronisation, send costs through tracker APIs, handle server-to-server postbacks, and verify Google click IDs and conversion data.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/sergeyizmailov/knowledge-delta-skills/tracker-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add sergeyizmailov/knowledge-delta-skills --skill tracker-ops
Clone the repo
git clone --depth 1 https://github.com/sergeyizmailov/knowledge-delta-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for tracker-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/sergeyizmailov/knowledge-delta-skills/tracker-ops/github.svg)](https://agentmods.dev/skills/sergeyizmailov/knowledge-delta-skills/tracker-ops)
Your own site
<a href="https://agentmods.dev/skills/sergeyizmailov/knowledge-delta-skills/tracker-ops"><img src="https://agentmods.dev/badge/skills/sergeyizmailov/knowledge-delta-skills/tracker-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for tracker-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/sergeyizmailov/knowledge-delta-skills/tracker-ops"><img src="https://agentmods.dev/badge/skills/sergeyizmailov/knowledge-delta-skills/tracker-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00067 $0.00821
Opus 5 $0.00034 $0.00411
Sonnet 5 $0.00013 $0.00164
Haiku 4.5 $0.00007 $0.00082

Measured 5d ago against content hash df41b5a694ee, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tracker-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/tracker-ops/SKILL.md · 51 lines

How it starts

The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Tracker Ops

Count money correctly and automate tracker work. Keitaro + Binom specifics below; the metric rules and daily sync port to any tracker. Baseline 2026-09-03 (Sonnet 5 blind, CPL cohort task): [R] — click-date cohort and pinned attribution window already known; do not expand that section.

Metric rule (NEVER violate)

  1. "conversions" (Keitaro) can exceed your payout-lead count, but that is INTEGRATION-SPECIFIC, not an inherent 3.5-4x: the same subid+status OVERWRITES; extra records come only from distinct tids or a genuine multi-step funnel. Never do CPL math on "conversions" — the payout metric is ONE event/status; get it from the TL in writing. (Any "3.5-4x" is one setup's ratio, not a law.)
  2. Metric names aren't portable: Keitaro "leads" = status Lead (first event); Binom "leads" ≈ all conversions. Verify semantics per tracker per setup.
  3. Cross-check: platform-reported lead count ≈ tracker lead count. A big divergence = wrong metric or broken tracking; stop and reconcile before reporting. The "±20%" tolerance is an account-specific baseline you set from a reconciled day, not a universal constant.
  4. Compute daily CPL in the AD ACCOUNT timezone for both spend and leads. Google's account timezone is permanent (senior-buyer-ops contract #5) — reconcile in the tracker, never by eye.
  5. Rows with unsubstituted {{...}} macros: exclude from performance analysis, then classify the cause — bots/crawlers, yes, but also a broken URL template, an unsupported/misspelled macro, or manual/direct traffic. Fix the template if it's yours before blaming traffic.

Route references

Need Reference
Keitaro: key, report/build, measures, update_costs, postback/S2S, postback drill, gotchas references/01-keitaro.md
Binom: legacy URL-param + v2 REST, reports, cost, postback/S2S references/02-binom.md
CPL math, funnel + anti-fraud metrics, cohort nowcasting, backend optimization contract (status→CAPI event), TMA/bot CAPI without pixel, multi-tracker sync + conversion ledger, ATT asymmetry, mapping, daily routine references/03-metrics-and-math.md
Google lane: gclid/gbraid/wbraid, ValueTrack chains, Keitaro/RedTrack Google config, OCI windows + dedup, the 2026-06-15 cutoff, Data Manager events:ingest for new tokens references/04-google-lane.md

Read the full file on GitHub · 51 lines

Files

What ships with it

4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago Changed · -1 lines df41b5a694ee
  2. 9d ago First seen · 52 lines · 67 tokens per session scan A 499987ed855c

Subscribe to this mod's changes

tracker-ops is a skill published in the GitHub repository sergeyizmailov/knowledge-delta-skills (3 stars, last pushed yesterday), licensed MIT. It adds 67 tokens to every session and 821 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

architecture-feature-first

Use when creating a feature, designing folder structure, adding repositories/services/view models, wiring dependency injection, or deciding which layer owns logic.

evanca/flutter-ai-rules · 31 tokens

flutter-use-column-row-first

Use when building any Flutter screen or component to choose responsive Row, Column, Expanded, Flexible, and Spacer layouts before fixed-size or coordinate-based alternatives.

evanca/flutter-ai-rules · 36 tokens

react-router-client-loader

Do this in a clientLoader and use loaderData to render the component. DO NOT create mock data, new interfaces, or mock data loader functions. Instead, assume loaderData has all of the data you need to render the component.

iloveitaly/llm-ide-rules · 9 tokens

svelte-edge

Future-first, self-sustaining guidance for writing modern Svelte 5 and SvelteKit 2/3 code. Use this skill whenever the user asks about Svelte, SvelteKit, or frontend code that is clearly Svelte. Contains embedded protocols for autonomous major version promotion and experimental feature lifecycles.

fifidayone/svelte-edge · 68 tokens

pn-gsap

Deep GSAP API reference — timelines, easing, ScrollTrigger, plugins (SplitText, Flip, DrawSVG, MorphSVG, MotionPath), framework integrations (React useGSAP, Vue, Svelte), and performance patterns. Use when implementing GSAP-powered animations; load alongside pn-animation for motion role taxonomy and budgets.

perniemann/pnCore · 69 tokens

pn-animation

Motion philosophy and governance for web interfaces. Covers the motion role taxonomy (Reveal/Orient/Confirm/Delight), library selection guide, motion budgets by page mode, prefers-reduced-motion compliance, and motion map output format. Use when designing a motion system, auditing animations, or choosing libraries.…

perniemann/pnCore · 82 tokens