signup-tracking
Installation
SKILL.md
Signup Tracking
After a user registers, notify Affitor so the signup is linked to the referring affiliate partner.
Browser-Side (requires tracker script)
// Call after signup succeeds
await window.affitor.signup(user.id, user.email);
With the npm SDK:
import { loadAffitor } from '@affitor/tracker';
const affitor = await loadAffitor('YOUR_PROGRAM_ID');
await affitor?.signup(user.id, user.email);
Related skills
More from affitor/agent-skills
stripe-setup
Auto-configure Stripe webhooks for affiliate sale tracking via CLI OAuth flow. Triggers on "stripe setup", "webhook setup", "stripe integration".
1test-integration
Verify Affitor tracking pipeline end-to-end with CLI test commands. Triggers on "test tracking", "verify integration", "test affitor".
1click-tracking
Install the Affitor tracker to capture affiliate clicks and store attribution cookies. Triggers on "add affiliate tracking", "install tracker", "click tracking".
1sale-tracking
Track sales and revenue for affiliate commission attribution via Sale API or Stripe metadata. Triggers on "track sales", "payment tracking", "commission tracking".
1