@miranda0808/maya-codex 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +30 -0
- package/bin/maya-codex.js +36 -0
- package/package.json +19 -0
- package/payload/.agents/skills/ab-test-setup/SKILL.md +266 -0
- package/payload/.agents/skills/ab-test-setup/evals/evals.json +105 -0
- package/payload/.agents/skills/ab-test-setup/references/sample-size-guide.md +263 -0
- package/payload/.agents/skills/ab-test-setup/references/test-templates.md +277 -0
- package/payload/.agents/skills/ad-creative/SKILL.md +362 -0
- package/payload/.agents/skills/ad-creative/evals/evals.json +90 -0
- package/payload/.agents/skills/ad-creative/references/generative-tools.md +637 -0
- package/payload/.agents/skills/ad-creative/references/platform-specs.md +213 -0
- package/payload/.agents/skills/ai-seo/SKILL.md +398 -0
- package/payload/.agents/skills/ai-seo/evals/evals.json +90 -0
- package/payload/.agents/skills/ai-seo/references/content-patterns.md +285 -0
- package/payload/.agents/skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/payload/.agents/skills/analytics-tracking/SKILL.md +309 -0
- package/payload/.agents/skills/analytics-tracking/evals/evals.json +90 -0
- package/payload/.agents/skills/analytics-tracking/references/event-library.md +260 -0
- package/payload/.agents/skills/analytics-tracking/references/ga4-implementation.md +300 -0
- package/payload/.agents/skills/analytics-tracking/references/gtm-implementation.md +390 -0
- package/payload/.agents/skills/churn-prevention/SKILL.md +424 -0
- package/payload/.agents/skills/churn-prevention/evals/evals.json +93 -0
- package/payload/.agents/skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/payload/.agents/skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/payload/.agents/skills/cold-email/SKILL.md +158 -0
- package/payload/.agents/skills/cold-email/evals/evals.json +94 -0
- package/payload/.agents/skills/cold-email/references/benchmarks.md +83 -0
- package/payload/.agents/skills/cold-email/references/follow-up-sequences.md +81 -0
- package/payload/.agents/skills/cold-email/references/frameworks.md +90 -0
- package/payload/.agents/skills/cold-email/references/personalization.md +79 -0
- package/payload/.agents/skills/cold-email/references/subject-lines.md +53 -0
- package/payload/.agents/skills/competitor-alternatives/SKILL.md +256 -0
- package/payload/.agents/skills/competitor-alternatives/evals/evals.json +93 -0
- package/payload/.agents/skills/competitor-alternatives/references/content-architecture.md +271 -0
- package/payload/.agents/skills/competitor-alternatives/references/templates.md +223 -0
- package/payload/.agents/skills/content-strategy/SKILL.md +359 -0
- package/payload/.agents/skills/content-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/copy-editing/SKILL.md +447 -0
- package/payload/.agents/skills/copy-editing/evals/evals.json +89 -0
- package/payload/.agents/skills/copy-editing/references/plain-english-alternatives.md +394 -0
- package/payload/.agents/skills/copywriting/SKILL.md +252 -0
- package/payload/.agents/skills/copywriting/evals/evals.json +111 -0
- package/payload/.agents/skills/copywriting/references/copy-frameworks.md +344 -0
- package/payload/.agents/skills/copywriting/references/natural-transitions.md +272 -0
- package/payload/.agents/skills/email-sequence/SKILL.md +309 -0
- package/payload/.agents/skills/email-sequence/evals/evals.json +93 -0
- package/payload/.agents/skills/email-sequence/references/copy-guidelines.md +113 -0
- package/payload/.agents/skills/email-sequence/references/email-types.md +515 -0
- package/payload/.agents/skills/email-sequence/references/sequence-templates.md +168 -0
- package/payload/.agents/skills/form-cro/SKILL.md +429 -0
- package/payload/.agents/skills/form-cro/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/SKILL.md +178 -0
- package/payload/.agents/skills/free-tool-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/free-tool-strategy/references/tool-types.md +217 -0
- package/payload/.agents/skills/launch-strategy/SKILL.md +353 -0
- package/payload/.agents/skills/launch-strategy/evals/evals.json +91 -0
- package/payload/.agents/skills/marketing-ideas/SKILL.md +167 -0
- package/payload/.agents/skills/marketing-ideas/evals/evals.json +90 -0
- package/payload/.agents/skills/marketing-ideas/references/ideas-by-category.md +366 -0
- package/payload/.agents/skills/marketing-psychology/SKILL.md +455 -0
- package/payload/.agents/skills/marketing-psychology/evals/evals.json +88 -0
- package/payload/.agents/skills/onboarding-cro/SKILL.md +220 -0
- package/payload/.agents/skills/onboarding-cro/evals/evals.json +92 -0
- package/payload/.agents/skills/onboarding-cro/references/experiments.md +258 -0
- package/payload/.agents/skills/page-cro/SKILL.md +182 -0
- package/payload/.agents/skills/page-cro/evals/evals.json +111 -0
- package/payload/.agents/skills/page-cro/references/experiments.md +248 -0
- package/payload/.agents/skills/paid-ads/SKILL.md +315 -0
- package/payload/.agents/skills/paid-ads/evals/evals.json +90 -0
- package/payload/.agents/skills/paid-ads/references/ad-copy-templates.md +207 -0
- package/payload/.agents/skills/paid-ads/references/audience-targeting.md +243 -0
- package/payload/.agents/skills/paid-ads/references/platform-setup-checklists.md +277 -0
- package/payload/.agents/skills/paywall-upgrade-cro/SKILL.md +227 -0
- package/payload/.agents/skills/paywall-upgrade-cro/evals/evals.json +93 -0
- package/payload/.agents/skills/paywall-upgrade-cro/references/experiments.md +164 -0
- package/payload/.agents/skills/popup-cro/SKILL.md +453 -0
- package/payload/.agents/skills/popup-cro/evals/evals.json +94 -0
- package/payload/.agents/skills/pricing-strategy/SKILL.md +231 -0
- package/payload/.agents/skills/pricing-strategy/evals/evals.json +90 -0
- package/payload/.agents/skills/pricing-strategy/references/research-methods.md +152 -0
- package/payload/.agents/skills/pricing-strategy/references/tier-structure.md +232 -0
- package/payload/.agents/skills/product-marketing-context/SKILL.md +27 -0
- package/payload/.agents/skills/product-marketing-context/evals/evals.json +40 -0
- package/payload/.agents/skills/programmatic-seo/SKILL.md +238 -0
- package/payload/.agents/skills/programmatic-seo/evals/evals.json +94 -0
- package/payload/.agents/skills/programmatic-seo/references/playbooks.md +308 -0
- package/payload/.agents/skills/referral-program/SKILL.md +255 -0
- package/payload/.agents/skills/referral-program/evals/evals.json +89 -0
- package/payload/.agents/skills/referral-program/references/affiliate-programs.md +164 -0
- package/payload/.agents/skills/referral-program/references/program-examples.md +143 -0
- package/payload/.agents/skills/revops/SKILL.md +343 -0
- package/payload/.agents/skills/revops/evals/evals.json +91 -0
- package/payload/.agents/skills/revops/references/automation-playbooks.md +290 -0
- package/payload/.agents/skills/revops/references/lifecycle-definitions.md +278 -0
- package/payload/.agents/skills/revops/references/routing-rules.md +203 -0
- package/payload/.agents/skills/revops/references/scoring-models.md +247 -0
- package/payload/.agents/skills/sales-enablement/SKILL.md +349 -0
- package/payload/.agents/skills/sales-enablement/evals/evals.json +91 -0
- package/payload/.agents/skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/payload/.agents/skills/sales-enablement/references/demo-scripts.md +355 -0
- package/payload/.agents/skills/sales-enablement/references/objection-library.md +270 -0
- package/payload/.agents/skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/payload/.agents/skills/schema-markup/SKILL.md +179 -0
- package/payload/.agents/skills/schema-markup/evals/evals.json +87 -0
- package/payload/.agents/skills/schema-markup/references/schema-examples.md +398 -0
- package/payload/.agents/skills/seo-audit/SKILL.md +412 -0
- package/payload/.agents/skills/seo-audit/evals/evals.json +136 -0
- package/payload/.agents/skills/seo-audit/references/ai-writing-detection.md +200 -0
- package/payload/.agents/skills/signup-flow-cro/SKILL.md +359 -0
- package/payload/.agents/skills/signup-flow-cro/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/SKILL.md +357 -0
- package/payload/.agents/skills/site-architecture/evals/evals.json +88 -0
- package/payload/.agents/skills/site-architecture/references/mermaid-templates.md +216 -0
- package/payload/.agents/skills/site-architecture/references/navigation-patterns.md +305 -0
- package/payload/.agents/skills/site-architecture/references/site-type-templates.md +293 -0
- package/payload/.agents/skills/social-content/SKILL.md +278 -0
- package/payload/.agents/skills/social-content/evals/evals.json +92 -0
- package/payload/.agents/skills/social-content/references/platforms.md +170 -0
- package/payload/.agents/skills/social-content/references/post-templates.md +177 -0
- package/payload/.agents/skills/social-content/references/reverse-engineering.md +195 -0
- package/payload/.maya/executor.md +79 -0
- package/payload/.maya/meta-api-agent.md +48 -0
- package/payload/.maya/modes/consult.md +63 -0
- package/payload/.maya/modes/task.md +97 -0
- package/payload/.maya/planner.md +69 -0
- package/payload/.maya/researcher.md +51 -0
- package/payload/.maya/templates/plan.md +77 -0
- package/payload/.maya/templates/state.md +87 -0
- package/payload/.maya/templates/task-packet.md +75 -0
- package/payload/MAYA-CATALOG.md +115 -0
- package/payload/MAYA-DEPENDENCIES.md +58 -0
- package/payload/MAYA.md +151 -0
- package/payload/campaigns/README.md +14 -0
- package/payload/commands/maya-consult.md +28 -0
- package/payload/commands/maya-task.md +38 -0
- package/payload/commands/product.md +55 -0
- package/payload/research/README.md +14 -0
- package/payload/templates/README.md +15 -0
- package/payload/templates/plan.md +77 -0
- package/payload/templates/state.md +87 -0
- package/payload/templates/task-packet.md +75 -0
- package/payload/tools/REGISTRY.md +368 -0
- package/payload/tools/clis/README.md +187 -0
- package/payload/tools/clis/activecampaign.js +435 -0
- package/payload/tools/clis/adobe-analytics.js +161 -0
- package/payload/tools/clis/ahrefs.js +192 -0
- package/payload/tools/clis/amplitude.js +182 -0
- package/payload/tools/clis/apollo.js +142 -0
- package/payload/tools/clis/beehiiv.js +245 -0
- package/payload/tools/clis/brevo.js +368 -0
- package/payload/tools/clis/buffer.js +260 -0
- package/payload/tools/clis/calendly.js +253 -0
- package/payload/tools/clis/clearbit.js +163 -0
- package/payload/tools/clis/customer-io.js +205 -0
- package/payload/tools/clis/dataforseo.js +257 -0
- package/payload/tools/clis/demio.js +149 -0
- package/payload/tools/clis/dub.js +158 -0
- package/payload/tools/clis/g2.js +186 -0
- package/payload/tools/clis/ga4.js +194 -0
- package/payload/tools/clis/google-ads.js +189 -0
- package/payload/tools/clis/google-search-console.js +166 -0
- package/payload/tools/clis/hotjar.js +167 -0
- package/payload/tools/clis/hunter.js +249 -0
- package/payload/tools/clis/instantly.js +270 -0
- package/payload/tools/clis/intercom.js +399 -0
- package/payload/tools/clis/keywords-everywhere.js +185 -0
- package/payload/tools/clis/kit.js +232 -0
- package/payload/tools/clis/klaviyo.js +348 -0
- package/payload/tools/clis/lemlist.js +221 -0
- package/payload/tools/clis/linkedin-ads.js +185 -0
- package/payload/tools/clis/livestorm.js +292 -0
- package/payload/tools/clis/mailchimp.js +220 -0
- package/payload/tools/clis/mention-me.js +161 -0
- package/payload/tools/clis/meta-ads.js +181 -0
- package/payload/tools/clis/mixpanel.js +248 -0
- package/payload/tools/clis/onesignal.js +241 -0
- package/payload/tools/clis/optimizely.js +233 -0
- package/payload/tools/clis/paddle.js +385 -0
- package/payload/tools/clis/partnerstack.js +382 -0
- package/payload/tools/clis/plausible.js +249 -0
- package/payload/tools/clis/postmark.js +375 -0
- package/payload/tools/clis/resend.js +370 -0
- package/payload/tools/clis/rewardful.js +160 -0
- package/payload/tools/clis/savvycal.js +223 -0
- package/payload/tools/clis/segment.js +192 -0
- package/payload/tools/clis/semrush.js +207 -0
- package/payload/tools/clis/sendgrid.js +211 -0
- package/payload/tools/clis/snov.js +237 -0
- package/payload/tools/clis/tiktok-ads.js +190 -0
- package/payload/tools/clis/tolt.js +153 -0
- package/payload/tools/clis/trustpilot.js +276 -0
- package/payload/tools/clis/typeform.js +269 -0
- package/payload/tools/clis/wistia.js +256 -0
- package/payload/tools/clis/zapier.js +160 -0
- package/payload/tools/integrations/activecampaign.md +337 -0
- package/payload/tools/integrations/adobe-analytics.md +156 -0
- package/payload/tools/integrations/ahrefs.md +142 -0
- package/payload/tools/integrations/amplitude.md +135 -0
- package/payload/tools/integrations/apollo.md +148 -0
- package/payload/tools/integrations/beehiiv.md +157 -0
- package/payload/tools/integrations/brevo.md +268 -0
- package/payload/tools/integrations/buffer.md +138 -0
- package/payload/tools/integrations/calendly.md +161 -0
- package/payload/tools/integrations/clearbit.md +142 -0
- package/payload/tools/integrations/customer-io.md +187 -0
- package/payload/tools/integrations/dataforseo.md +165 -0
- package/payload/tools/integrations/demio.md +182 -0
- package/payload/tools/integrations/dub-co.md +160 -0
- package/payload/tools/integrations/g2.md +179 -0
- package/payload/tools/integrations/ga4.md +126 -0
- package/payload/tools/integrations/google-ads.md +159 -0
- package/payload/tools/integrations/google-search-console.md +147 -0
- package/payload/tools/integrations/hotjar.md +147 -0
- package/payload/tools/integrations/hubspot.md +178 -0
- package/payload/tools/integrations/hunter.md +90 -0
- package/payload/tools/integrations/instantly.md +104 -0
- package/payload/tools/integrations/intercom.md +292 -0
- package/payload/tools/integrations/keywords-everywhere.md +207 -0
- package/payload/tools/integrations/kit.md +167 -0
- package/payload/tools/integrations/klaviyo.md +228 -0
- package/payload/tools/integrations/lemlist.md +110 -0
- package/payload/tools/integrations/linkedin-ads.md +164 -0
- package/payload/tools/integrations/livestorm.md +313 -0
- package/payload/tools/integrations/mailchimp.md +150 -0
- package/payload/tools/integrations/mention-me.md +160 -0
- package/payload/tools/integrations/meta-ads.md +147 -0
- package/payload/tools/integrations/mixpanel.md +137 -0
- package/payload/tools/integrations/onesignal.md +229 -0
- package/payload/tools/integrations/optimizely.md +171 -0
- package/payload/tools/integrations/paddle.md +212 -0
- package/payload/tools/integrations/partnerstack.md +222 -0
- package/payload/tools/integrations/plausible.md +177 -0
- package/payload/tools/integrations/posthog.md +151 -0
- package/payload/tools/integrations/postmark.md +234 -0
- package/payload/tools/integrations/resend.md +168 -0
- package/payload/tools/integrations/rewardful.md +147 -0
- package/payload/tools/integrations/salesforce.md +150 -0
- package/payload/tools/integrations/savvycal.md +181 -0
- package/payload/tools/integrations/segment.md +159 -0
- package/payload/tools/integrations/semrush.md +121 -0
- package/payload/tools/integrations/sendgrid.md +161 -0
- package/payload/tools/integrations/shopify.md +176 -0
- package/payload/tools/integrations/snov.md +94 -0
- package/payload/tools/integrations/stripe.md +148 -0
- package/payload/tools/integrations/tiktok-ads.md +161 -0
- package/payload/tools/integrations/tolt.md +144 -0
- package/payload/tools/integrations/trustpilot.md +191 -0
- package/payload/tools/integrations/typeform.md +190 -0
- package/payload/tools/integrations/webflow.md +198 -0
- package/payload/tools/integrations/wistia.md +164 -0
- package/payload/tools/integrations/wordpress.md +175 -0
- package/payload/tools/integrations/zapier.md +150 -0
- package/payload/tools/meta/README.md +55 -0
- package/payload/tools/meta/meta-cache-schema.md +65 -0
- package/payload/tools/meta/meta-fetch.ps1 +324 -0
- package/payload/tools/meta/meta-fetch.test.ps1 +38 -0
- package/vendor/shared-installer/manifests/claude-files.json +13 -0
- package/vendor/shared-installer/manifests/codex-files.json +13 -0
- package/vendor/shared-installer/manifests/common-files.json +13 -0
- package/vendor/shared-installer/package.json +15 -0
- package/vendor/shared-installer/src/bootstrap.js +12 -0
- package/vendor/shared-installer/src/cli-options.js +53 -0
- package/vendor/shared-installer/src/fs.js +105 -0
- package/vendor/shared-installer/src/index.js +44 -0
- package/vendor/shared-installer/src/install.js +157 -0
- package/vendor/shared-installer/src/manifest.js +52 -0
- package/vendor/shared-installer/templates/claude/.claude/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/claude/CLAUDE.md +27 -0
- package/vendor/shared-installer/templates/codex/.agent/skills/.gitkeep +1 -0
- package/vendor/shared-installer/templates/codex/AGENTS.md +27 -0
|
@@ -0,0 +1,315 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: paid-ads
|
|
3
|
+
description: "When the user wants help with paid advertising campaigns on Google Ads, Meta (Facebook/Instagram), LinkedIn, Twitter/X, or other ad platforms. Also use when the user mentions 'PPC,' 'paid media,' 'ROAS,' 'CPA,' 'ad campaign,' 'retargeting,' 'audience targeting,' 'Google Ads,' 'Facebook ads,' 'LinkedIn ads,' 'ad budget,' 'cost per click,' 'ad spend,' or 'should I run ads.' Use this for campaign strategy, audience targeting, bidding, and optimization. For bulk ad creative generation and iteration, see ad-creative. For landing page optimization, see page-cro."
|
|
4
|
+
metadata:
|
|
5
|
+
version: 1.1.0
|
|
6
|
+
---
|
|
7
|
+
|
|
8
|
+
# Paid Ads
|
|
9
|
+
|
|
10
|
+
You are an expert performance marketer with direct access to ad platform accounts. Your goal is to help create, optimize, and scale paid advertising campaigns that drive efficient customer acquisition.
|
|
11
|
+
|
|
12
|
+
## Before Starting
|
|
13
|
+
|
|
14
|
+
**Use approved context inputs first:**
|
|
15
|
+
In Maya task workflows, start with the approved `TASK-PACKET.md` inputs and listed brand sections. If `PRODUCT.md` is explicitly provided or the work is being done in consult-style standalone usage, read `PRODUCT.md` before asking questions. If `PRODUCT.md` is missing, do not pretend the output is fully brand-calibrated.
|
|
16
|
+
|
|
17
|
+
Gather this context (ask if not provided):
|
|
18
|
+
|
|
19
|
+
### 1. Campaign Goals
|
|
20
|
+
- What's the primary objective? (Awareness, traffic, leads, sales, app installs)
|
|
21
|
+
- What's the target CPA or ROAS?
|
|
22
|
+
- What's the monthly/weekly budget?
|
|
23
|
+
- Any constraints? (Brand guidelines, compliance, geographic)
|
|
24
|
+
|
|
25
|
+
### 2. Product & Offer
|
|
26
|
+
- What are you promoting? (Product, free trial, lead magnet, demo)
|
|
27
|
+
- What's the landing page URL?
|
|
28
|
+
- What makes this offer compelling?
|
|
29
|
+
|
|
30
|
+
### 3. Audience
|
|
31
|
+
- Who is the ideal customer?
|
|
32
|
+
- What problem does your product solve for them?
|
|
33
|
+
- What are they searching for or interested in?
|
|
34
|
+
- Do you have existing customer data for lookalikes?
|
|
35
|
+
|
|
36
|
+
### 4. Current State
|
|
37
|
+
- Have you run ads before? What worked/didn't?
|
|
38
|
+
- Do you have existing pixel/conversion data?
|
|
39
|
+
- What's your current funnel conversion rate?
|
|
40
|
+
|
|
41
|
+
---
|
|
42
|
+
|
|
43
|
+
## Platform Selection Guide
|
|
44
|
+
|
|
45
|
+
| Platform | Best For | Use When |
|
|
46
|
+
|----------|----------|----------|
|
|
47
|
+
| **Google Ads** | High-intent search traffic | People actively search for your solution |
|
|
48
|
+
| **Meta** | Demand generation, visual products | Creating demand, strong creative assets |
|
|
49
|
+
| **LinkedIn** | B2B, decision-makers | Job title/company targeting matters, higher price points |
|
|
50
|
+
| **Twitter/X** | Tech audiences, thought leadership | Audience is active on X, timely content |
|
|
51
|
+
| **TikTok** | Younger demographics, viral creative | Audience skews 18-34, video capacity |
|
|
52
|
+
|
|
53
|
+
---
|
|
54
|
+
|
|
55
|
+
## Campaign Structure Best Practices
|
|
56
|
+
|
|
57
|
+
### Account Organization
|
|
58
|
+
|
|
59
|
+
```
|
|
60
|
+
Account
|
|
61
|
+
├── Campaign 1: [Objective] - [Audience/Product]
|
|
62
|
+
│ ├── Ad Set 1: [Targeting variation]
|
|
63
|
+
│ │ ├── Ad 1: [Creative variation A]
|
|
64
|
+
│ │ ├── Ad 2: [Creative variation B]
|
|
65
|
+
│ │ └── Ad 3: [Creative variation C]
|
|
66
|
+
│ └── Ad Set 2: [Targeting variation]
|
|
67
|
+
└── Campaign 2...
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Naming Conventions
|
|
71
|
+
|
|
72
|
+
```
|
|
73
|
+
[Platform]_[Objective]_[Audience]_[Offer]_[Date]
|
|
74
|
+
|
|
75
|
+
Examples:
|
|
76
|
+
META_Conv_Lookalike-Customers_FreeTrial_2024Q1
|
|
77
|
+
GOOG_Search_Brand_Demo_Ongoing
|
|
78
|
+
LI_LeadGen_CMOs-SaaS_Whitepaper_Mar24
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
### Budget Allocation
|
|
82
|
+
|
|
83
|
+
**Testing phase (first 2-4 weeks):**
|
|
84
|
+
- 70% to proven/safe campaigns
|
|
85
|
+
- 30% to testing new audiences/creative
|
|
86
|
+
|
|
87
|
+
**Scaling phase:**
|
|
88
|
+
- Consolidate budget into winning combinations
|
|
89
|
+
- Increase budgets 20-30% at a time
|
|
90
|
+
- Wait 3-5 days between increases for algorithm learning
|
|
91
|
+
|
|
92
|
+
---
|
|
93
|
+
|
|
94
|
+
## Ad Copy Frameworks
|
|
95
|
+
|
|
96
|
+
### Key Formulas
|
|
97
|
+
|
|
98
|
+
**Problem-Agitate-Solve (PAS):**
|
|
99
|
+
> [Problem] → [Agitate the pain] → [Introduce solution] → [CTA]
|
|
100
|
+
|
|
101
|
+
**Before-After-Bridge (BAB):**
|
|
102
|
+
> [Current painful state] → [Desired future state] → [Your product as bridge]
|
|
103
|
+
|
|
104
|
+
**Social Proof Lead:**
|
|
105
|
+
> [Impressive stat or testimonial] → [What you do] → [CTA]
|
|
106
|
+
|
|
107
|
+
**For detailed templates and headline formulas**: See [references/ad-copy-templates.md](references/ad-copy-templates.md)
|
|
108
|
+
|
|
109
|
+
---
|
|
110
|
+
|
|
111
|
+
## Audience Targeting Overview
|
|
112
|
+
|
|
113
|
+
### Platform Strengths
|
|
114
|
+
|
|
115
|
+
| Platform | Key Targeting | Best Signals |
|
|
116
|
+
|----------|---------------|--------------|
|
|
117
|
+
| Google | Keywords, search intent | What they're searching |
|
|
118
|
+
| Meta | Interests, behaviors, lookalikes | Engagement patterns |
|
|
119
|
+
| LinkedIn | Job titles, companies, industries | Professional identity |
|
|
120
|
+
|
|
121
|
+
### Key Concepts
|
|
122
|
+
|
|
123
|
+
- **Lookalikes**: Base on best customers (by LTV), not all customers
|
|
124
|
+
- **Retargeting**: Segment by funnel stage (visitors vs. cart abandoners)
|
|
125
|
+
- **Exclusions**: Exclude existing customers and recent converters — showing ads to people who already bought wastes spend
|
|
126
|
+
|
|
127
|
+
**For detailed targeting strategies by platform**: See [references/audience-targeting.md](references/audience-targeting.md)
|
|
128
|
+
|
|
129
|
+
---
|
|
130
|
+
|
|
131
|
+
## Creative Best Practices
|
|
132
|
+
|
|
133
|
+
### Image Ads
|
|
134
|
+
- Clear product screenshots showing UI
|
|
135
|
+
- Before/after comparisons
|
|
136
|
+
- Stats and numbers as focal point
|
|
137
|
+
- Human faces (real, not stock)
|
|
138
|
+
- Bold, readable text overlay (keep under 20%)
|
|
139
|
+
|
|
140
|
+
### Video Ads Structure (15-30 sec)
|
|
141
|
+
1. Hook (0-3 sec): Pattern interrupt, question, or bold statement
|
|
142
|
+
2. Problem (3-8 sec): Relatable pain point
|
|
143
|
+
3. Solution (8-20 sec): Show product/benefit
|
|
144
|
+
4. CTA (20-30 sec): Clear next step
|
|
145
|
+
|
|
146
|
+
**Production tips:**
|
|
147
|
+
- Captions always (85% watch without sound)
|
|
148
|
+
- Vertical for Stories/Reels, square for feed
|
|
149
|
+
- Native feel outperforms polished
|
|
150
|
+
- First 3 seconds determine if they watch
|
|
151
|
+
|
|
152
|
+
### Creative Testing Hierarchy
|
|
153
|
+
1. Concept/angle (biggest impact)
|
|
154
|
+
2. Hook/headline
|
|
155
|
+
3. Visual style
|
|
156
|
+
4. Body copy
|
|
157
|
+
5. CTA
|
|
158
|
+
|
|
159
|
+
---
|
|
160
|
+
|
|
161
|
+
## Campaign Optimization
|
|
162
|
+
|
|
163
|
+
### Key Metrics by Objective
|
|
164
|
+
|
|
165
|
+
| Objective | Primary Metrics |
|
|
166
|
+
|-----------|-----------------|
|
|
167
|
+
| Awareness | CPM, Reach, Video view rate |
|
|
168
|
+
| Consideration | CTR, CPC, Time on site |
|
|
169
|
+
| Conversion | CPA, ROAS, Conversion rate |
|
|
170
|
+
|
|
171
|
+
### Optimization Levers
|
|
172
|
+
|
|
173
|
+
**If CPA is too high:**
|
|
174
|
+
1. Check landing page (is the problem post-click?)
|
|
175
|
+
2. Tighten audience targeting
|
|
176
|
+
3. Test new creative angles
|
|
177
|
+
4. Improve ad relevance/quality score
|
|
178
|
+
5. Adjust bid strategy
|
|
179
|
+
|
|
180
|
+
**If CTR is low:**
|
|
181
|
+
- Creative isn't resonating → test new hooks/angles
|
|
182
|
+
- Audience mismatch → refine targeting
|
|
183
|
+
- Ad fatigue → refresh creative
|
|
184
|
+
|
|
185
|
+
**If CPM is high:**
|
|
186
|
+
- Audience too narrow → expand targeting
|
|
187
|
+
- High competition → try different placements
|
|
188
|
+
- Low relevance score → improve creative fit
|
|
189
|
+
|
|
190
|
+
### Bid Strategy Progression
|
|
191
|
+
1. Start with manual or cost caps
|
|
192
|
+
2. Gather conversion data (50+ conversions)
|
|
193
|
+
3. Switch to automated with targets based on historical data
|
|
194
|
+
4. Monitor and adjust targets based on results
|
|
195
|
+
|
|
196
|
+
---
|
|
197
|
+
|
|
198
|
+
## Retargeting Strategies
|
|
199
|
+
|
|
200
|
+
### Funnel-Based Approach
|
|
201
|
+
|
|
202
|
+
| Funnel Stage | Audience | Message | Goal |
|
|
203
|
+
|--------------|----------|---------|------|
|
|
204
|
+
| Top | Blog readers, video viewers | Educational, social proof | Move to consideration |
|
|
205
|
+
| Middle | Pricing/feature page visitors | Case studies, demos | Move to decision |
|
|
206
|
+
| Bottom | Cart abandoners, trial users | Urgency, objection handling | Convert |
|
|
207
|
+
|
|
208
|
+
### Retargeting Windows
|
|
209
|
+
|
|
210
|
+
| Stage | Window | Frequency Cap |
|
|
211
|
+
|-------|--------|---------------|
|
|
212
|
+
| Hot (cart/trial) | 1-7 days | Higher OK |
|
|
213
|
+
| Warm (key pages) | 7-30 days | 3-5x/week |
|
|
214
|
+
| Cold (any visit) | 30-90 days | 1-2x/week |
|
|
215
|
+
|
|
216
|
+
### Exclusions to Set Up
|
|
217
|
+
- Existing customers (unless upsell)
|
|
218
|
+
- Recent converters (7-14 day window)
|
|
219
|
+
- Bounced visitors (<10 sec)
|
|
220
|
+
- Irrelevant pages (careers, support)
|
|
221
|
+
|
|
222
|
+
---
|
|
223
|
+
|
|
224
|
+
## Reporting & Analysis
|
|
225
|
+
|
|
226
|
+
### Weekly Review
|
|
227
|
+
- Spend vs. budget pacing
|
|
228
|
+
- CPA/ROAS vs. targets
|
|
229
|
+
- Top and bottom performing ads
|
|
230
|
+
- Audience performance breakdown
|
|
231
|
+
- Frequency check (fatigue risk)
|
|
232
|
+
- Landing page conversion rate
|
|
233
|
+
|
|
234
|
+
### Attribution Considerations
|
|
235
|
+
- Platform attribution is inflated
|
|
236
|
+
- Use UTM parameters consistently
|
|
237
|
+
- Compare platform data to GA4
|
|
238
|
+
- Look at blended CAC, not just platform CPA
|
|
239
|
+
|
|
240
|
+
---
|
|
241
|
+
|
|
242
|
+
## Platform Setup
|
|
243
|
+
|
|
244
|
+
Before launching campaigns, ensure proper tracking and account setup.
|
|
245
|
+
|
|
246
|
+
**For complete setup checklists by platform**: See [references/platform-setup-checklists.md](references/platform-setup-checklists.md)
|
|
247
|
+
|
|
248
|
+
### Universal Pre-Launch Checklist
|
|
249
|
+
- [ ] Conversion tracking tested with real conversion
|
|
250
|
+
- [ ] Landing page loads fast (<3 sec)
|
|
251
|
+
- [ ] Landing page mobile-friendly
|
|
252
|
+
- [ ] UTM parameters working
|
|
253
|
+
- [ ] Budget set correctly
|
|
254
|
+
- [ ] Targeting matches intended audience
|
|
255
|
+
|
|
256
|
+
---
|
|
257
|
+
|
|
258
|
+
## Common Mistakes to Avoid
|
|
259
|
+
|
|
260
|
+
### Strategy
|
|
261
|
+
- Launching without conversion tracking
|
|
262
|
+
- Too many campaigns (fragmenting budget)
|
|
263
|
+
- Not giving algorithms enough learning time
|
|
264
|
+
- Optimizing for wrong metric
|
|
265
|
+
|
|
266
|
+
### Targeting
|
|
267
|
+
- Audiences too narrow or too broad
|
|
268
|
+
- Not excluding existing customers
|
|
269
|
+
- Overlapping audiences competing
|
|
270
|
+
|
|
271
|
+
### Creative
|
|
272
|
+
- Only one ad per ad set
|
|
273
|
+
- Not refreshing creative (fatigue)
|
|
274
|
+
- Mismatch between ad and landing page
|
|
275
|
+
|
|
276
|
+
### Budget
|
|
277
|
+
- Spreading too thin across campaigns
|
|
278
|
+
- Making big budget changes (disrupts learning)
|
|
279
|
+
- Stopping campaigns during learning phase
|
|
280
|
+
|
|
281
|
+
---
|
|
282
|
+
|
|
283
|
+
## Task-Specific Questions
|
|
284
|
+
|
|
285
|
+
1. What platform(s) are you currently running or want to start with?
|
|
286
|
+
2. What's your monthly ad budget?
|
|
287
|
+
3. What does a successful conversion look like (and what's it worth)?
|
|
288
|
+
4. Do you have existing creative assets or need to create them?
|
|
289
|
+
5. What landing page will ads point to?
|
|
290
|
+
6. Do you have pixel/conversion tracking set up?
|
|
291
|
+
|
|
292
|
+
---
|
|
293
|
+
|
|
294
|
+
## Tool Integrations
|
|
295
|
+
|
|
296
|
+
For implementation, see the [tools registry](../../tools/REGISTRY.md). Key advertising platforms:
|
|
297
|
+
|
|
298
|
+
| Platform | Best For | MCP | Guide |
|
|
299
|
+
|----------|----------|:---:|-------|
|
|
300
|
+
| **Google Ads** | Search intent, high-intent traffic | ✓ | [google-ads.md](../../tools/integrations/google-ads.md) |
|
|
301
|
+
| **Meta Ads** | Demand gen, visual products, B2C | - | [meta-ads.md](../../tools/integrations/meta-ads.md) |
|
|
302
|
+
| **LinkedIn Ads** | B2B, job title targeting | - | [linkedin-ads.md](../../tools/integrations/linkedin-ads.md) |
|
|
303
|
+
| **TikTok Ads** | Younger demographics, video | - | [tiktok-ads.md](../../tools/integrations/tiktok-ads.md) |
|
|
304
|
+
|
|
305
|
+
For tracking, see also: [ga4.md](../../tools/integrations/ga4.md), [segment.md](../../tools/integrations/segment.md)
|
|
306
|
+
|
|
307
|
+
---
|
|
308
|
+
|
|
309
|
+
## Related Skills
|
|
310
|
+
|
|
311
|
+
- **ad-creative**: For generating and iterating ad headlines, descriptions, and creative at scale
|
|
312
|
+
- **copywriting**: For landing page copy that converts ad traffic
|
|
313
|
+
- **analytics-tracking**: For proper conversion tracking setup
|
|
314
|
+
- **ab-test-setup**: For landing page testing to improve ROAS
|
|
315
|
+
- **page-cro**: For optimizing post-click conversion rates
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"skill_name": "paid-ads",
|
|
3
|
+
"evals": [
|
|
4
|
+
{
|
|
5
|
+
"id": 1,
|
|
6
|
+
"prompt": "Help me plan a paid advertising strategy. We're a B2B SaaS tool for HR teams, selling at $99/month per seat. We have $15k/month to spend on ads and want to generate demo requests. Where should we advertise?",
|
|
7
|
+
"expected_output": "Should use approved TASK-PACKET.md inputs first in Maya task workflows, and read PRODUCT.md directly when it is explicitly provided or when the work is consult-style standalone. Should apply the platform selection guide based on B2B, HR audience, $99/month price point. Should recommend LinkedIn (B2B targeting by job title/industry), Google Ads (search intent for HR software keywords), and potentially Meta (retargeting). Should recommend campaign structure with naming conventions. Should define audience targeting strategy for each platform. Should set budget allocation across platforms. Should define success metrics and attribution approach. Should recommend starting structure and scaling plan.",
|
|
8
|
+
"assertions": [
|
|
9
|
+
"Uses approved TASK-PACKET.md inputs or PRODUCT.md context first",
|
|
10
|
+
"Applies platform selection guide",
|
|
11
|
+
"Recommends platforms appropriate for B2B HR audience",
|
|
12
|
+
"Recommends campaign structure with naming conventions",
|
|
13
|
+
"Defines audience targeting per platform",
|
|
14
|
+
"Sets budget allocation across platforms",
|
|
15
|
+
"Defines success metrics",
|
|
16
|
+
"Recommends starting structure and scaling plan"
|
|
17
|
+
],
|
|
18
|
+
"files": []
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"id": 2,
|
|
22
|
+
"prompt": "Our Google Ads CPC is $12 and our cost per lead is $180. Is that good? We're getting about 80 leads/month from a $15k budget.",
|
|
23
|
+
"expected_output": "Should evaluate the metrics in context. Should assess: $12 CPC for B2B (reasonable depending on industry), $180 CPL (depends on LTV — need to compare against customer lifetime value), 80 leads/month from $15k (math checks out). Should apply the campaign optimization framework: check quality score, search term relevance, landing page conversion rate, negative keywords. Should recommend specific optimization levers to reduce CPC and CPL. Should frame performance against industry benchmarks if applicable. Should ask about downstream conversion rates (lead → demo → customer).",
|
|
24
|
+
"assertions": [
|
|
25
|
+
"Evaluates metrics in context",
|
|
26
|
+
"Compares CPL against LTV considerations",
|
|
27
|
+
"Applies campaign optimization framework",
|
|
28
|
+
"Recommends specific optimization levers",
|
|
29
|
+
"Asks about downstream conversion rates",
|
|
30
|
+
"Provides industry context for benchmarking"
|
|
31
|
+
],
|
|
32
|
+
"files": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": 3,
|
|
36
|
+
"prompt": "we want to run retargeting ads for people who visited our site but didn't convert. how should we set this up?",
|
|
37
|
+
"expected_output": "Should trigger on casual phrasing. Should apply the retargeting strategies section, specifically the funnel-based approach. Should recommend audience segments: all visitors (broad), pricing page visitors (high intent), blog readers (lower intent), and cart/signup abandoners (highest intent). Should recommend different messaging and offers for each segment. Should address frequency capping to avoid ad fatigue. Should recommend retargeting platforms (Meta, Google Display, LinkedIn). Should include duration windows for each audience.",
|
|
38
|
+
"assertions": [
|
|
39
|
+
"Triggers on casual phrasing",
|
|
40
|
+
"Applies funnel-based retargeting approach",
|
|
41
|
+
"Recommends audience segments by intent level",
|
|
42
|
+
"Recommends different messaging per segment",
|
|
43
|
+
"Addresses frequency capping",
|
|
44
|
+
"Recommends retargeting platforms",
|
|
45
|
+
"Includes audience duration windows"
|
|
46
|
+
],
|
|
47
|
+
"files": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": 4,
|
|
51
|
+
"prompt": "Should we advertise on TikTok? We sell accounting software to small businesses. Our current ads are on Google and Meta.",
|
|
52
|
+
"expected_output": "Should apply the platform selection guide for TikTok specifically. Should evaluate TikTok fit for accounting software + small business audience: likely a weaker fit than Google/Meta for this category (lower purchase intent, younger skewing audience, less B2B targeting). Should discuss when TikTok CAN work for B2B (brand awareness, creative content, younger business owners). Should provide an honest recommendation with caveats. Should suggest a small test budget approach if they want to try.",
|
|
53
|
+
"assertions": [
|
|
54
|
+
"Applies platform selection guide for TikTok",
|
|
55
|
+
"Evaluates fit for accounting + small business audience",
|
|
56
|
+
"Provides honest assessment of likely weaker fit",
|
|
57
|
+
"Discusses when TikTok can work for B2B",
|
|
58
|
+
"Suggests small test budget if proceeding",
|
|
59
|
+
"Compares to their existing Google/Meta performance"
|
|
60
|
+
],
|
|
61
|
+
"files": []
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": 5,
|
|
65
|
+
"prompt": "How do we structure our Google Ads campaigns? We have 50+ keywords we want to target for our CRM product.",
|
|
66
|
+
"expected_output": "Should apply the campaign structure and naming conventions framework. Should recommend organizing campaigns by theme/intent (brand, competitor, product features, pain points). Should recommend ad group structure (tightly themed, 5-15 keywords per group). Should define naming conventions for campaigns and ad groups. Should recommend match types strategy. Should include negative keyword lists. Should provide a sample campaign structure.",
|
|
67
|
+
"assertions": [
|
|
68
|
+
"Applies campaign structure framework",
|
|
69
|
+
"Organizes campaigns by theme/intent",
|
|
70
|
+
"Recommends tight ad group structure",
|
|
71
|
+
"Defines naming conventions",
|
|
72
|
+
"Recommends match types strategy",
|
|
73
|
+
"Includes negative keyword lists",
|
|
74
|
+
"Provides sample campaign structure"
|
|
75
|
+
],
|
|
76
|
+
"files": []
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"id": 6,
|
|
80
|
+
"prompt": "Can you write some ad copy for our Facebook ads? We need headlines and descriptions for 5 different angles.",
|
|
81
|
+
"expected_output": "Should recognize this is an ad creative generation task, not campaign strategy. Should defer to or cross-reference the ad-creative skill, which handles platform-specific ad copy generation with character limits, angle-based variation, and batch generation. May provide brief ad copy framework guidance but should make clear that ad-creative is the right skill for generating ad copy at scale.",
|
|
82
|
+
"assertions": [
|
|
83
|
+
"Recognizes this as ad creative generation",
|
|
84
|
+
"References or defers to ad-creative skill",
|
|
85
|
+
"Does not attempt bulk ad copy generation using campaign strategy patterns"
|
|
86
|
+
],
|
|
87
|
+
"files": []
|
|
88
|
+
}
|
|
89
|
+
]
|
|
90
|
+
}
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
# Ad Copy Templates Reference
|
|
2
|
+
|
|
3
|
+
Detailed formulas and templates for writing high-converting ad copy.
|
|
4
|
+
|
|
5
|
+
## Contents
|
|
6
|
+
- Primary Text Formulas (Problem-Agitate-Solve, Before-After-Bridge, Social Proof Lead, Feature-Benefit Bridge, Direct Response)
|
|
7
|
+
- Headline Formulas (For Search Ads, For Social Ads)
|
|
8
|
+
- CTA Variations (Soft CTAs, Hard CTAs, Urgency CTAs, Action-Oriented CTAs)
|
|
9
|
+
- Platform-Specific Copy Guidelines (Google Search Ads, Meta Ads, LinkedIn Ads)
|
|
10
|
+
- Copy Testing Priority
|
|
11
|
+
|
|
12
|
+
## Primary Text Formulas
|
|
13
|
+
|
|
14
|
+
### Problem-Agitate-Solve (PAS)
|
|
15
|
+
|
|
16
|
+
```
|
|
17
|
+
[Problem statement]
|
|
18
|
+
[Agitate the pain]
|
|
19
|
+
[Introduce solution]
|
|
20
|
+
[CTA]
|
|
21
|
+
```
|
|
22
|
+
|
|
23
|
+
**Example:**
|
|
24
|
+
> Spending hours on manual reporting every week?
|
|
25
|
+
> While you're buried in spreadsheets, your competitors are making decisions.
|
|
26
|
+
> [Product] automates your reports in minutes.
|
|
27
|
+
> Start your free trial →
|
|
28
|
+
|
|
29
|
+
---
|
|
30
|
+
|
|
31
|
+
### Before-After-Bridge (BAB)
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
[Current painful state]
|
|
35
|
+
[Desired future state]
|
|
36
|
+
[Your product as the bridge]
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
**Example:**
|
|
40
|
+
> Before: Chasing down approvals across email, Slack, and spreadsheets.
|
|
41
|
+
> After: Every approval tracked, automated, and on time.
|
|
42
|
+
> [Product] connects your tools and keeps projects moving.
|
|
43
|
+
|
|
44
|
+
---
|
|
45
|
+
|
|
46
|
+
### Social Proof Lead
|
|
47
|
+
|
|
48
|
+
```
|
|
49
|
+
[Impressive stat or testimonial]
|
|
50
|
+
[What you do]
|
|
51
|
+
[CTA]
|
|
52
|
+
```
|
|
53
|
+
|
|
54
|
+
**Example:**
|
|
55
|
+
> "We cut our reporting time by 75%." — Sarah K., Marketing Director
|
|
56
|
+
> [Product] automates the reports you hate building.
|
|
57
|
+
> See how it works →
|
|
58
|
+
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
### Feature-Benefit Bridge
|
|
62
|
+
|
|
63
|
+
```
|
|
64
|
+
[Feature]
|
|
65
|
+
[So that...]
|
|
66
|
+
[Which means...]
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
**Example:**
|
|
70
|
+
> Real-time collaboration on documents
|
|
71
|
+
> So your team always works from the latest version
|
|
72
|
+
> Which means no more version confusion or lost work
|
|
73
|
+
|
|
74
|
+
---
|
|
75
|
+
|
|
76
|
+
### Direct Response
|
|
77
|
+
|
|
78
|
+
```
|
|
79
|
+
[Bold claim/outcome]
|
|
80
|
+
[Proof point]
|
|
81
|
+
[CTA with urgency if genuine]
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
**Example:**
|
|
85
|
+
> Cut your reporting time by 80%
|
|
86
|
+
> Join 5,000+ marketing teams already using [Product]
|
|
87
|
+
> Start free → First month 50% off
|
|
88
|
+
|
|
89
|
+
---
|
|
90
|
+
|
|
91
|
+
## Headline Formulas
|
|
92
|
+
|
|
93
|
+
### For Search Ads
|
|
94
|
+
|
|
95
|
+
| Formula | Example |
|
|
96
|
+
|---------|---------|
|
|
97
|
+
| [Keyword] + [Benefit] | "Project Management That Teams Actually Use" |
|
|
98
|
+
| [Action] + [Outcome] | "Automate Reports \| Save 10 Hours Weekly" |
|
|
99
|
+
| [Question] | "Tired of Manual Data Entry?" |
|
|
100
|
+
| [Number] + [Benefit] | "500+ Teams Trust [Product] for [Outcome]" |
|
|
101
|
+
| [Keyword] + [Differentiator] | "CRM Built for Small Teams" |
|
|
102
|
+
| [Price/Offer] + [Keyword] | "Free Project Management \| No Credit Card" |
|
|
103
|
+
|
|
104
|
+
### For Social Ads
|
|
105
|
+
|
|
106
|
+
| Type | Example |
|
|
107
|
+
|------|---------|
|
|
108
|
+
| Outcome hook | "How we 3x'd our conversion rate" |
|
|
109
|
+
| Curiosity hook | "The reporting hack no one talks about" |
|
|
110
|
+
| Contrarian hook | "Why we stopped using [common tool]" |
|
|
111
|
+
| Specificity hook | "The exact template we use for..." |
|
|
112
|
+
| Question hook | "What if you could cut your admin time in half?" |
|
|
113
|
+
| Number hook | "7 ways to improve your workflow today" |
|
|
114
|
+
| Story hook | "We almost gave up. Then we found..." |
|
|
115
|
+
|
|
116
|
+
---
|
|
117
|
+
|
|
118
|
+
## CTA Variations
|
|
119
|
+
|
|
120
|
+
### Soft CTAs (awareness/consideration)
|
|
121
|
+
|
|
122
|
+
Best for: Top of funnel, cold audiences, complex products
|
|
123
|
+
|
|
124
|
+
- Learn More
|
|
125
|
+
- See How It Works
|
|
126
|
+
- Watch Demo
|
|
127
|
+
- Get the Guide
|
|
128
|
+
- Explore Features
|
|
129
|
+
- See Examples
|
|
130
|
+
- Read the Case Study
|
|
131
|
+
|
|
132
|
+
### Hard CTAs (conversion)
|
|
133
|
+
|
|
134
|
+
Best for: Bottom of funnel, warm audiences, clear offers
|
|
135
|
+
|
|
136
|
+
- Start Free Trial
|
|
137
|
+
- Get Started Free
|
|
138
|
+
- Book a Demo
|
|
139
|
+
- Claim Your Discount
|
|
140
|
+
- Buy Now
|
|
141
|
+
- Sign Up Free
|
|
142
|
+
- Get Instant Access
|
|
143
|
+
|
|
144
|
+
### Urgency CTAs (use when genuine)
|
|
145
|
+
|
|
146
|
+
Best for: Limited-time offers, scarcity situations
|
|
147
|
+
|
|
148
|
+
- Limited Time: 30% Off
|
|
149
|
+
- Offer Ends [Date]
|
|
150
|
+
- Only X Spots Left
|
|
151
|
+
- Last Chance
|
|
152
|
+
- Early Bird Pricing Ends Soon
|
|
153
|
+
|
|
154
|
+
### Action-Oriented CTAs
|
|
155
|
+
|
|
156
|
+
Best for: Active voice, clear next step
|
|
157
|
+
|
|
158
|
+
- Start Saving Time Today
|
|
159
|
+
- Get Your Free Report
|
|
160
|
+
- See Your Score
|
|
161
|
+
- Calculate Your ROI
|
|
162
|
+
- Build Your First Project
|
|
163
|
+
|
|
164
|
+
---
|
|
165
|
+
|
|
166
|
+
## Platform-Specific Copy Guidelines
|
|
167
|
+
|
|
168
|
+
### Google Search Ads
|
|
169
|
+
|
|
170
|
+
- **Headline limits:** 30 characters each (up to 15 headlines)
|
|
171
|
+
- **Description limits:** 90 characters each (up to 4 descriptions)
|
|
172
|
+
- Include keywords naturally
|
|
173
|
+
- Use all available headline slots
|
|
174
|
+
- Include numbers and stats when possible
|
|
175
|
+
- Test dynamic keyword insertion
|
|
176
|
+
|
|
177
|
+
### Meta Ads (Facebook/Instagram)
|
|
178
|
+
|
|
179
|
+
- **Primary text:** 125 characters visible (can be longer, gets truncated)
|
|
180
|
+
- **Headline:** 40 characters recommended
|
|
181
|
+
- Front-load the hook (first line matters most)
|
|
182
|
+
- Emojis can work but test
|
|
183
|
+
- Questions perform well
|
|
184
|
+
- Keep image text under 20%
|
|
185
|
+
|
|
186
|
+
### LinkedIn Ads
|
|
187
|
+
|
|
188
|
+
- **Intro text:** 600 characters max (150 recommended)
|
|
189
|
+
- **Headline:** 200 characters max (70 recommended)
|
|
190
|
+
- Professional tone (but not boring)
|
|
191
|
+
- Specific job outcomes resonate
|
|
192
|
+
- Stats and social proof important
|
|
193
|
+
- Avoid consumer-style hype
|
|
194
|
+
|
|
195
|
+
---
|
|
196
|
+
|
|
197
|
+
## Copy Testing Priority
|
|
198
|
+
|
|
199
|
+
When testing ad copy, focus on these elements in order of impact:
|
|
200
|
+
|
|
201
|
+
1. **Hook/angle** (biggest impact on performance)
|
|
202
|
+
2. **Headline**
|
|
203
|
+
3. **Primary benefit**
|
|
204
|
+
4. **CTA**
|
|
205
|
+
5. **Supporting proof points**
|
|
206
|
+
|
|
207
|
+
Test one element at a time for clean data.
|