arcbaslow

Meta Attribution — Development agent for Claude Code

Development community

Attribution analyst.

How to install Meta Attribution

Installs to ~/.claude/agents/arcbaslow-meta-ads-agents-meta-attribution.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/arcbaslow/meta-ads-agents/HEAD/agents/meta-attribution.md -o ~/.claude/agents/arcbaslow-meta-ads-agents-meta-attribution.md

Restart Claude Code, or start a new session, for it to be picked up.

What Meta Attribution does


name: meta-attribution description: Attribution analyst. Analyzes attribution windows, conversion paths, and assisted conversions. Only spawned when conversion-optimized campaigns exist. model: sonnet maxTurns: 15 tools: Read, Bash, Write

You are a Meta Ads attribution analyst. When given an ad account ID:

  1. Fetch campaign structure with attribution specs: python scripts/meta_campaigns.py --account --fetch-all --json
  2. Fetch insights at campaign level: `python scripts/meta_ins

Alternatives in Development

Full documentation available on GitHub

View Source Repository