skills/sales-email-tracking/SKILL.md
Email engagement tracking for sales — open tracking, click tracking, attachment views, real-time notifications, follow-up timing, and engagement analytics. Use when you can't tell if prospects are opening emails, open data looks inflated or unreliable (Apple MPP, pixel blocking), you don't know when to follow up based on engagement, tracking isn't set up yet and you need to pick a tool, or click/attachment tracking isn't working as expected. For Yesware-specific help, use /sales-yesware. Do NOT use for email deliverability (use /sales-deliverability), cadence design (use /sales-cadence), buying intent signals beyond email (use /sales-intent), SendGrid-specific config (use /sales-sendgrid), Postmark-specific config (use /sales-postmark), Customer.io-specific config (use /sales-customerio), Mailgun-specific config (use /sales-mailgun), Klaviyo-specific config (use /sales-klaviyo), or ActiveCampaign-specific config (use /sales-activecampaign).
npx skillsauth add sales-skills/sales sales-email-trackingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Help the user set up, interpret, and act on email tracking data — from understanding how tracking works through interpreting engagement signals and timing follow-ups. This skill is tool-agnostic and applies to any email tracking platform (Yesware, Salesloft, Apollo, HubSpot Sales, Mailshake, Mixmax), with platform-specific sections where relevant.
If references/learnings.md exists, read it first for accumulated knowledge.
Ask the user:
What's your tracking goal?
What tools do you use?
What email client?
If the user's request already provides most of this context, skip directly to the relevant step. Lead with your best-effort answer using reasonable assumptions (stated explicitly), then ask only the most critical 1-2 clarifying questions at the end — don't gate your response behind gathering complete context.
| Signal | What it means | Recommended action | Timing | |---|---|---|---| | Single open | Glanced at it | Wait — could be automated preview | Don't act yet | | Multiple opens (3+) | Actively reviewing | Call or send follow-up | Within 1-2 hours | | Link click | Researching your offering | Call immediately — hot lead | Within 30 minutes | | Attachment view | Deep interest, evaluating | Call or send relevant case study | Within 1 hour | | Forward to colleague | Sharing internally | Multi-thread — reach out to the forwardee | Within 24 hours | | No open after 48hr | Didn't see it or ignored | Re-send with new subject line | After 48-72 hours | | Opened but no reply after 3 days | Interested but not compelled | Follow up with new value angle | Day 3-4 |
Rank engagement signals from strongest to weakest:
Critical caveat — always factor in tracking data inflation. Apple MPP inflates open rates (pre-fetches pixels even when the email is never read), and bot clicks from corporate email security tools (Barracuda, Mimecast, Proofpoint, Microsoft Defender) inflate click-through rates by auto-clicking every link to scan for malware. Bot clicks happen within 1-2 seconds of delivery from data center IPs and hit all links simultaneously — human clicks are delayed and selective. Before acting on any open or click signal, consider whether it could be fake. The only truly reliable engagement signals are replies and meetings booked. See Step 3 for full details on identifying and filtering these false positives.
The two biggest accuracy threats to email tracking data are Apple Mail Privacy Protection (MPP) and bot clicks from security scanners. MPP inflates open rates; bot clicks inflate click rates. Together they can make both of your primary engagement metrics unreliable. Always warn about both when interpreting tracking data, and default to reply rate as the most trustworthy signal.
Launched with iOS 15 / macOS Monterey (September 2021):
Security tools like Barracuda, Mimecast, Proofpoint, and Microsoft Defender pre-scan every link in inbound emails to check for malware. This generates fake click events that inflate your click-through rates with false positives. The problem is especially severe when selling to enterprise or security-conscious organizations, where nearly 100% of emails pass through link scanners.
| Metric | Accuracy | Notes | |---|---|---| | Open tracking | ~60-70% | Inflated by Apple MPP, deflated by image blocking | | Click tracking | ~85-90% | Some bot inflation from security scanners | | Reply tracking | ~99% | Most reliable signal — hard to fake | | Attachment view tracking | ~85-90% | Reliable when using tracked links (DocSend, Yesware attachments) |
For platform-specific tracking setup and configuration (Yesware, Salesloft, Apollo, HubSpot Sales, Mailshake, Reply.io, Woodpecker, Seismic, Mixmax, SendGrid, Postmark, Customer.io, Mailgun, Klaviyo, ActiveCampaign, Veloxy, Cirrus Insight), see references/platforms.md.
Design your follow-up cadence around tracking signals rather than fixed time delays:
| Metric | Benchmark | What it tells you | |---|---|---| | Reply rate | 5-15% for cold outbound, 20-40% for warm | Most reliable measure of email effectiveness | | Click-through rate | 3-8% for cold outbound | Measures interest in your content/links | | Bounce rate | <3% | Data quality indicator | | Unsubscribe rate | <1% per campaign | Content relevance indicator | | Open rate | Use directionally only (unreliable due to MPP) | Trend indicator only — don't optimize for this |
Don't treat opens as reliable signals. Apple MPP inflates open rates to near 100% for ~35-40% of B2B recipients. Use opens as directional, not definitive. Click rate and reply rate are far more reliable.
Don't call immediately after one open. A single open could be an email preview, a bot scan, or Apple MPP. Wait for multiple opens or a click before treating it as a buying signal.
Don't ignore bot clicks. Microsoft Defender and corporate security tools pre-click all links, inflating click data. Look for multiple rapid clicks from the same IP within seconds — that's a bot, not a human.
Don't over-track. Tracking every single email (including internal and personal) creates noise and potential privacy issues. Most tools let you disable tracking per-email or per-recipient — use this for non-prospect correspondence.
Don't rely on tracking instead of asking. Tracking tells you someone opened an email — it doesn't tell you what they thought. The best follow-up is a reply asking a question, not "I saw you opened my email."
Self-improving: If you discover something not covered here, append it to references/learnings.md with today's date.
This skill covers a strategy domain across many platforms. Before pointing the user to any specific platform skill (any /sales-{platform} listed in ## Related skills, e.g., /sales-mailshake, /sales-klaviyo, /sales-apollo), read that platform skill's actual SKILL.md first. The 1-line description in ## Related skills is enough to identify a candidate — it's not enough to commit to it or to write a prompt that invokes it well.
How to read it:
~/.claude/skills/{skill-name}/SKILL.md exists locally, Read it.sales-* skills, WebFetch directly from this repo: https://raw.githubusercontent.com/sales-skills/sales/main/skills/{skill-name}/SKILL.md — e.g., for sales-mailshake: https://raw.githubusercontent.com/sales-skills/sales/main/skills/sales-mailshake/SKILL.md.sales-* skills (third-party), look up {org}/{repo} in ~/.claude/skills/sales-do/references/skill-sources.md if installed and fetch the same skills/{skill-name}/SKILL.md path under that repo.After reading, ground your recommendation in something concrete from the SKILL.md (its scope, a sub-flow, its argument-hint shape, or a "Do NOT use for..." negative trigger). Align any generated invocation with the platform skill's argument-hint. If the platform skill turns out not to fit the user's situation, swap to another or handle the question here directly rather than recommending a poor fit.
/sales-hubspot — HubSpot platform help (email tracking, document tracking, Sales Hub sequences)/sales-yesware — Yesware platform help including email tracking setup/sales-cadence — Design outbound cadences that leverage tracking signals for follow-up timing/sales-intent — Broader buying signals beyond email (website visits, content downloads, intent data)/sales-deliverability — Email deliverability (tracking requires emails to reach the inbox first)/sales-mixmax — Mixmax platform help (for Mixmax-specific setup)/sales-reply — Reply.io platform help (for Reply.io-specific setup)/sales-woodpecker — Woodpecker platform help (for Woodpecker-specific setup)/sales-seismic — Seismic platform help including LiveSend tracking and content management/sales-sendgrid — SendGrid platform help (Event Webhooks, Email Activity, tracking configuration)/sales-postmark — Postmark platform help (7 webhook types, open/click tracking, message detail API)/sales-customerio — Customer.io platform help (conversion goals, reporting webhooks, campaign analytics)/sales-mailgun — Mailgun platform help (8 webhook event types, Events API, Metrics API, tag-based tracking)/sales-klaviyo — Klaviyo platform help (flow/campaign analytics, revenue attribution, predictive engagement, benchmarks)/sales-activecampaign — ActiveCampaign platform help (site tracking, event tracking, 25+ webhook types, automation analytics)/sales-snov — Snov.io platform help (email tracker Gmail extension, campaign opens/clicks/replies tracking, sentiment analysis)/sales-klaviyo — Klaviyo platform help (flow/campaign analytics, revenue attribution, Metrics API, benchmarks)/sales-veloxy — Veloxy platform help (Salesforce-native field sales with email tracking, drip campaigns, predictive intelligence)/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill.User says: "I just got Yesware for my sales team. How do I set up email tracking?" Skill does:
User says: "My open rate is 95% but I'm getting almost no replies. What's going on?" Skill does:
User says: "How do I use tracking data to automate my follow-up workflow?" Skill does:
Cause: Apple Mail Privacy Protection pre-fetches all email content including tracking pixels, registering opens even when recipients don't actually open the email. If a large portion of your recipients use Apple Mail (iPhone, Mac Mail), your open rate will be artificially inflated. Solution: Stop using open rate as a decision-making metric. Switch to click-through rate and reply rate for measuring engagement. If your tool supports it, filter out Apple MPP opens from reporting (HubSpot and some tools now flag these). For follow-up timing, rely on clicks and replies rather than opens.
Cause: Corporate email security tools (Microsoft Defender, Proofpoint, Mimecast) pre-click all links in emails to scan for malware. This registers as click events in your tracking data, inflating click-through rates with false positives. Solution: Check if your tracking tool has bot click filtering (most modern tools do — enable it in settings). Manually, look for clicks that happen within 1-2 seconds of email delivery from the same IP — those are bots. Human clicks happen minutes to hours after delivery and show varied timing patterns. Some tools let you set a minimum time threshold (e.g., ignore clicks within 5 seconds of delivery).
Cause: Multiple possible causes — (1) browser extension is disabled or not installed, (2) recipient blocks images by default, (3) email was sent as plain text (no pixel), (4) corporate firewall strips tracking pixels, (5) tool integration is disconnected. Solution: First, verify the extension is installed and enabled in your browser. Send a test email to yourself to confirm tracking works. If tracking works for you but not for specific recipients, those recipients likely block images — this is expected for 15-25% of B2B recipients. Ensure you're sending HTML emails, not plain text. Check your tracking tool's integration status page for any disconnection alerts. Accept that tracking will never reach 100% of recipients.
tools
UpViral platform help — viral referral marketing and list-building platform (by Emarky) for viral sweepstakes, giveaway/reward campaigns, pre-launch waiting lists, and milestone referral programs, with REST API (app.upviral.com/api/v1/), callback-URL webhooks, PHP SDK, fraud detection (IP-based suspicious-referral flagging), A/B testing, smart leaderboards, unlockable incentives, and 30+ native ESP/CRM integrations (Mailchimp, ActiveCampaign, ConvertKit, AWeber, HubSpot, Klaviyo, Intercom) plus Zapier/Make/Pipedream/Integrately/Pabbly. Use when UpViral campaigns aren't tracking referral points correctly, deciding between Starter $79/mo annual (10K leads, 1 brand, NO API) vs Business $119/mo (25K, 2 brands, API + webhooks unlocked) vs Premium $319/mo (100K, 5 brands, dedicated account manager), the API returns errors because you're on the Starter tier where API/webhooks are gated, building an UpViral→CRM or UpViral→data-warehouse pipeline with add_contact / get_leads / get_leads_points / add_points / get_custom_fields / lists methods (uvapikey + uvmethod form-encoded POST), interpreting fraud flags where same-IP referrals get marked suspicious and you must manually activate/delete/blacklist, setting up the Callback URL (webhook) to fire on reward-unlock events, Zapier New Lead / New Reward Unlocked triggers not firing, ClickFunnels/Shopify/funnel-builder integration breaking, the drag-and-drop page builder showing broken widgets or limited customization, the setup feeling long and complicated for your first campaign, or picking UpViral over Viral Loops / KickoffLabs / Vyper / Prefinery / Gleam / KingSumo / ShortStack for a viral campaign. Do NOT use for general newsletter audience growth strategy across all platforms (use /sales-audience-growth), newsletter monetization (use /sales-newsletter), KickoffLabs-specific help (use /sales-kickofflabs), no-code merge-tag newsletter referrals (use /sales-referralkit), SparkLoop paid recommendations (use /sales-sparkloop), or full-stack multi-level Level-1/2/3 referral/affiliate tracking (use /sales-referralhero).
development
ReferralHero platform help — full-stack referral, affiliate, waitlist, contest, and NPS platform with subscriber API, webhooks, Zapier, Mailchimp/Kit/AWeber/Klaviyo/ActiveCampaign/SendLane connectors, coupon codes, multi-level referral tracking (Level 1/2/3), anti-fraud, and 5,000 calls/hour rate limit. Use when ReferralHero campaigns aren't tracking referrals correctly, deciding between PRO $199/mo (10K members, includes API + webhooks) and PREMIUM $399/mo (50K members, adds ReCaptcha + SMS verification), authentication is failing with no_token or X-API-Key header is being ignored, multi-level referral counts (Level 2/3) aren't appearing for downline subscribers, coupon group endpoints return 404 or coupon arrays max out, hitting the 5,000 calls/hour soft limit and getting too_many_calls 429s, the Mailchimp/Kit native integration is double-adding subscribers, webhook payloads aren't firing on confirmation events, importing Stripe customer IDs through transaction tracking, generating reward fulfillment when subscribers cross milestone thresholds (promote/unlock_promoted_reward), comparing ReferralHero against SparkLoop/ReferralKit/Viral Loops/GrowSurf/KickoffLabs for referral marketing, or routing referral data via add_bulk_transactions (500-transaction batch limit). Do NOT use for general newsletter audience growth strategy (use /sales-audience-growth), general newsletter monetization (use /sales-newsletter), no-code newsletter-only referral with merge-tag insertion (use /sales-referralkit), SparkLoop's paid recommendations or partner network (use /sales-sparkloop), or affiliate program strategy across many platforms (use /sales-affiliate-program).
tools
KickoffLabs platform help — viral marketing platform for pre-launch waitlists, bonus-entry giveaways, milestone-reward referral programs, leaderboard giveaways, and email opt-in bribes with REST API v1 + v2, server-side webhooks (in/out), KOL.js JavaScript library, AnyForm script for custom pages, fraud detection (duplicate_ip / bounced / duplidate_email flags), SMS verification add-on, native ESP integrations (Klaviyo, Mailchimp, ActiveCampaign, Brevo), website builders (Webflow, Wix, Squarespace, Weebly), Shopify, Facebook Audiences, Slack, Zapier. Use when KickoffLabs viral campaigns aren't tracking referrals correctly, deciding between Hobby $13/mo annual (500 leads/mo no A/B no reward emails) vs Premium $48/mo (2.5K + A/B + reward emails + tracking pixels) vs Business $99/mo (10K + custom email templates + custom domains + advanced reporting + 3 team) vs Enterprise $202/mo (25K + 5 team + SMS included), API key getting rejected because you embedded it in client-side JavaScript instead of server-side, can't decide whether to use v1 /subscribe vs v2 /tags/:TAG_ID/lead for lead creation, webhook payloads firing with `__fraudulent` flag and you need to interpret the duplicate_ip/bounced/duplidate_email reason codes (yes, duplidate is spelled that way in their docs), AnyForm script not posting to KickoffLabs vs native API endpoint, leaderboard endpoint returning more than 50 leads is not allowed, social_id (kid in share URLs) attribution chain breaking between v1 and v2, contest score vs lead count metrics in the webhook payload are confusing, SMS Verification only available on Premium+ as $50/mo add-on (Enterprise includes), per-month lead cap auto-upgrades at $8 per 1000 overage leads, picking between KickoffLabs and Viral Loops / UpViral / Prefinery / ReferralCandy / Voucherify for viral campaign type fit, or rate limit per tier (10-100 calls/minute) is hitting on bulk imports. Do NOT use for general newsletter audience growth strategy (use /sales-audience-growth), general newsletter monetization (use /sales-newsletter), no-code merge-tag-only newsletter referrals (use /sales-referralkit), SparkLoop paid recommendations + partner network (use /sales-sparkloop), or full-stack referral/affiliate with multi-level Level-1/2/3 tracking (use /sales-referralhero).
development
Routes any sales, marketing, ad, or GTM objective to the right specialized skill and outputs the install command for that skill plus a ready-to-paste prompt packed with the user's context. Asks clarifying questions when the objective is ambiguous, then hands back a copy-paste-runnable next step. Covers prospecting, outbound cadences, deals, proposals, forecasting, deliverability, enrichment, intent, content, coaching, CRO, SEO, launch directories, newsletters, email/SMS/push marketing, chatbots, influencer marketing, social media, employee advocacy, media relations, reviews, data hygiene, B2B advertising, retargeting, affiliate, loyalty, digital products, memberships, webinars, checkout, and platform-specific help. Use when the user has a sales or marketing question and isn't sure which skill to use, or wants a multi-skill sequence with a batch install command. Do NOT use to solve problems directly — this skill only routes.