Ad Platform Tracker Skill
by @abhishekj9621
Use this skill whenever the user needs to track, analyze, or respond to advertising platform changes across Meta (Facebook/Instagram), Google Ads, or competi...
clawhub install ad-platform-tracker-skillπ About This Skill
name: ad-platform-tracker description: > Use this skill whenever the user needs to track, analyze, or respond to advertising platform changes across Meta (Facebook/Instagram), Google Ads, or competitor intelligence. Trigger for any of these requests: Meta algorithm updates, Andromeda implications, Google Ads policy changes, Performance Max updates, privacy/compliance tracking (GDPR, CCPA, iOS), competitor ad analysis, campaign impact assessment, ad policy audits, regulatory compliance checks, platform feature rollouts, algorithm behavior changes, creative strategy updates from platform shifts, competitor ad library scraping, or any question like "what changed on Meta/Google?", "how does X update affect my campaigns?", "is my account compliant?", "what are competitors running?". Always use this skill β do not rely on training memory for fast-changing platform details.
Ad Platform Tracker Skill
A comprehensive skill for tracking algorithm changes, policy updates, compliance requirements, and competitive intelligence across Meta and Google Ads platforms.
Four Tracking Modules
| Module | File | Purpose |
|--------|------|---------|
| Meta Algorithm & Policy | references/meta-tracker.md | Meta ad system changes, Andromeda, features |
| Google Ads Algorithm & Policy | references/google-tracker.md | PMax, Smart Bidding, AI Max, policy changes |
| Regulatory & Compliance | references/compliance-tracker.md | GDPR, CCPA, iOS privacy, ad policies |
| Competitive Intelligence | references/competitive-tracker.md | Competitor ads, benchmarks, best practices |
When to load each file:
meta-tracker.mdgoogle-tracker.mdcompliance-tracker.mdcompetitive-tracker.mdQuick Assessment Framework
When a user reports a campaign issue or asks "why did X change?", run through this:
1. Platform Change? β Check the relevant tracker file for recent algorithm/feature updates 2. Compliance Risk? β Check if account/vertical is in a sensitive category (health, finance, political) 3. Creative Fatigue? β For Meta: check creative diversity, similarity scores, refresh cycle 4. Structural Issue? β For Google PMax: check channel reporting, negative keywords, asset quality 5. Competitive Shift? β Check if competitors changed messaging, offers, or formats
Output Templates
Daily Update Digest
DATE: [date]
PLATFORM: Meta / Google / Both
CHANGE: [what changed]
SEVERITY: Critical / High / Medium / Low
IMPACT DATE: [when it takes effect]
AFFECTED: [all accounts / specific verticals / regions]
RECOMMENDED ACTION: [what to do]
Campaign Impact Assessment
UPDATE: [name of update]
CURRENT CAMPAIGN STATUS: [affected / not affected]
METRICS AT RISK: [ROAS, CPM, CPA, reach, etc.]
URGENCY: [act now / act within 30 days / monitor]
SPECIFIC CHANGES NEEDED: [list]
Compliance Alert
REGULATION: [GDPR / CCPA / Meta Policy / Google Policy]
RISK LEVEL: High / Medium / Low
DEADLINE: [compliance required by]
AFFECTED CAMPAIGNS: [list]
REMEDIATION STEPS: [numbered list]
Data Sources to Monitor
Meta Official:
Google Official:
Industry Sources (fast-track updates):
Competitive Intelligence:
Scraping Strategy
When asked to monitor or scrape platform updates, use the web-scraper skill (Firecrawl or Apify) to:
1. Official blogs β Firecrawl /crawl on Meta/Google blog URLs, filter for last 7 days
2. Meta Ads Library β Apify actor apify/facebook-ads-scraper for competitor ads
3. Google Ads Transparency β Firecrawl /scrape on specific advertiser pages
4. Industry blogs β Firecrawl /search for recent updates ("Meta algorithm update 2025")
5. RSS feeds β Firecrawl /scrape on RSS feed URLs for real-time monitoring
# Example: Monitor Meta blog for updates in last 7 days
firecrawl_payload = {
"url": "https://www.facebook.com/business/news",
"formats": ["markdown"],
"onlyMainContent": True,
}Example: Search for recent Google Ads changes
firecrawl_search = {
"query": "Google Ads Performance Max update 2025",
"limit": 10,
"scrapeOptions": { "formats": ["markdown"] }
}
Current State of Knowledge (as of early 2026)
Meta β Critical Facts
Google Ads β Critical Facts
Compliance β Critical Facts
For full deep-dive detail on any module, load the relevant reference file.