@mytechtoday/augment-extensions 2.4.0 → 2.5.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/augment-extensions/writing-standards/screenplay/commercials/CHARACTER-COUNT-TRACKING.md +226 -0
- package/augment-extensions/writing-standards/screenplay/commercials/CONFIGURATION.md +327 -0
- package/augment-extensions/writing-standards/screenplay/commercials/README.md +223 -0
- package/augment-extensions/writing-standards/screenplay/commercials/REFACTORING-SUMMARY.md +193 -0
- package/augment-extensions/writing-standards/screenplay/commercials/REFERENCES.md +157 -0
- package/augment-extensions/writing-standards/screenplay/commercials/VALIDATION-REPORT.md +109 -0
- package/augment-extensions/writing-standards/screenplay/commercials/examples/.gitkeep +0 -0
- package/augment-extensions/writing-standards/screenplay/commercials/module.json +111 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/.gitkeep +0 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-audience.md +343 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-formats.md +396 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-persuasion.md +387 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-scripts.md +531 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-techniques.md +912 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-types.md +700 -0
- package/augment-extensions/writing-standards/screenplay/commercials/rules/commercials.md +285 -0
- package/augment-extensions/writing-standards/screenplay/commercials/scripts/validate-character-count.ts +284 -0
- package/cli/dist/cli.js +0 -2
- package/cli/dist/cli.js.map +1 -1
- package/package.json +4 -1
package/augment-extensions/writing-standards/screenplay/commercials/rules/commercial-techniques.md
ADDED
|
@@ -0,0 +1,912 @@
|
|
|
1
|
+
# Commercial Techniques: Execution Strategies
|
|
2
|
+
|
|
3
|
+
## Overview
|
|
4
|
+
|
|
5
|
+
This guide covers proven commercial techniques for creating compelling, memorable, and effective advertising content. From hook development to CTA optimization, these techniques apply across all commercial formats and types.
|
|
6
|
+
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
## Table of Contents
|
|
10
|
+
|
|
11
|
+
1. [Hook Development](#hook-development)
|
|
12
|
+
2. [Call-to-Action (CTA) Optimization](#call-to-action-cta-optimization)
|
|
13
|
+
3. [Testimonials & Social Proof](#testimonials--social-proof)
|
|
14
|
+
4. [Product Demonstrations](#product-demonstrations)
|
|
15
|
+
5. [Voiceover Techniques](#voiceover-techniques)
|
|
16
|
+
6. [Music & Sound Design](#music--sound-design)
|
|
17
|
+
7. [Visual Storytelling](#visual-storytelling)
|
|
18
|
+
8. [Emotional Triggers](#emotional-triggers)
|
|
19
|
+
|
|
20
|
+
---
|
|
21
|
+
|
|
22
|
+
## Hook Development
|
|
23
|
+
|
|
24
|
+
### What is a Hook?
|
|
25
|
+
|
|
26
|
+
A **hook** is the opening element (visual, audio, or narrative) that captures attention within the first 3 seconds. In an age of short attention spans and skip buttons, the hook determines whether viewers engage or move on.
|
|
27
|
+
|
|
28
|
+
### Types of Hooks
|
|
29
|
+
|
|
30
|
+
#### 1. Visual Hooks
|
|
31
|
+
**Unexpected imagery that stops the scroll**
|
|
32
|
+
|
|
33
|
+
**Techniques:**
|
|
34
|
+
- **Pattern Interruption:** Break visual expectations (upside-down product, unusual color, unexpected scale)
|
|
35
|
+
- **Striking Contrast:** Bold colors, dramatic lighting, high contrast
|
|
36
|
+
- **Movement:** Fast motion, slow motion, unexpected action
|
|
37
|
+
- **Human Face:** Close-up of expressive face (emotion draws attention)
|
|
38
|
+
|
|
39
|
+
**Examples:**
|
|
40
|
+
```
|
|
41
|
+
GOOD: Apple AirPods - Silhouette dancing against vibrant colors
|
|
42
|
+
GOOD: Old Spice - Man on a horse (unexpected, absurd)
|
|
43
|
+
BAD: Generic product shot on white background (no hook)
|
|
44
|
+
```
|
|
45
|
+
|
|
46
|
+
#### 2. Audio Hooks
|
|
47
|
+
**Distinctive sound that demands attention**
|
|
48
|
+
|
|
49
|
+
**Techniques:**
|
|
50
|
+
- **Silence:** Unexpected quiet in noisy environment
|
|
51
|
+
- **Distinctive Sound:** Unique brand sound (Intel chime, McDonald's "ba da ba ba ba")
|
|
52
|
+
- **Music Sting:** Recognizable melody or beat drop
|
|
53
|
+
- **Unexpected Noise:** Sound that doesn't match visual (creates curiosity)
|
|
54
|
+
|
|
55
|
+
**Examples:**
|
|
56
|
+
```
|
|
57
|
+
GOOD: Intel - Five-note chime (instantly recognizable)
|
|
58
|
+
GOOD: Netflix - "Ta-dum" sound (brand association)
|
|
59
|
+
BAD: Generic stock music (forgettable)
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
#### 3. Narrative Hooks
|
|
63
|
+
**Opening statement or question that creates curiosity**
|
|
64
|
+
|
|
65
|
+
**Techniques:**
|
|
66
|
+
- **Provocative Question:** "What if you could...?" "Have you ever...?"
|
|
67
|
+
- **Bold Statement:** "Everything you know is wrong."
|
|
68
|
+
- **Relatable Problem:** "Tired of...?" "Frustrated by...?"
|
|
69
|
+
- **Surprising Fact:** "Did you know...?" (must be genuinely surprising)
|
|
70
|
+
|
|
71
|
+
**Examples:**
|
|
72
|
+
```
|
|
73
|
+
GOOD: "What if your phone could last two days on a single charge?"
|
|
74
|
+
GOOD: "You're doing it wrong." (creates curiosity)
|
|
75
|
+
BAD: "Introducing our new product." (boring, expected)
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
#### 4. Emotional Hooks
|
|
79
|
+
**Immediate emotional response**
|
|
80
|
+
|
|
81
|
+
**Techniques:**
|
|
82
|
+
- **Humor:** Unexpected joke, visual gag, absurdity
|
|
83
|
+
- **Nostalgia:** Familiar music, retro visuals, childhood memories
|
|
84
|
+
- **Fear/Anxiety:** Problem that resonates (health, safety, loss)
|
|
85
|
+
- **Joy/Delight:** Heartwarming moment, celebration, surprise
|
|
86
|
+
|
|
87
|
+
**Examples:**
|
|
88
|
+
```
|
|
89
|
+
GOOD: Budweiser "Puppy Love" - Instant emotional connection
|
|
90
|
+
GOOD: Geico Gecko - Humor + brand mascot
|
|
91
|
+
BAD: Generic happy family (no specific emotion)
|
|
92
|
+
```
|
|
93
|
+
|
|
94
|
+
### Hook Development Process
|
|
95
|
+
|
|
96
|
+
**Step 1: Identify Core Message**
|
|
97
|
+
- What's the ONE thing you want viewers to remember?
|
|
98
|
+
- What problem does your product solve?
|
|
99
|
+
- What emotion do you want to evoke?
|
|
100
|
+
|
|
101
|
+
**Step 2: Brainstorm Hook Options**
|
|
102
|
+
- Generate 10+ hook ideas across all types (visual, audio, narrative, emotional)
|
|
103
|
+
- Don't self-edit yet—quantity over quality
|
|
104
|
+
- Consider unexpected angles
|
|
105
|
+
|
|
106
|
+
**Step 3: Test Against Criteria**
|
|
107
|
+
- **Attention-Grabbing:** Does it stop the scroll/skip?
|
|
108
|
+
- **Relevant:** Does it connect to your message?
|
|
109
|
+
- **Memorable:** Will viewers remember it?
|
|
110
|
+
- **Brand-Appropriate:** Does it fit your brand voice?
|
|
111
|
+
|
|
112
|
+
**Step 4: Refine and Test**
|
|
113
|
+
- Create rough mockups or storyboards
|
|
114
|
+
- Test with target audience (A/B testing)
|
|
115
|
+
- Measure engagement (watch time, click-through rate)
|
|
116
|
+
|
|
117
|
+
### Hook Mistakes to Avoid
|
|
118
|
+
|
|
119
|
+
❌ **Clickbait Hook:** Attention-grabbing but unrelated to product
|
|
120
|
+
- Problem: Viewers feel deceived, brand trust erodes
|
|
121
|
+
- Example: "You won't believe what happens next!" (for insurance commercial)
|
|
122
|
+
|
|
123
|
+
❌ **Cliché Hook:** Overused, predictable opening
|
|
124
|
+
- Problem: Viewers tune out immediately
|
|
125
|
+
- Examples: Baby/puppy (unless truly original), explosion, "Introducing..."
|
|
126
|
+
|
|
127
|
+
❌ **Slow Build:** Taking too long to get to the hook
|
|
128
|
+
- Problem: Viewers skip before hook arrives
|
|
129
|
+
- Solution: Hook must be in first 3 seconds, not at 10 seconds
|
|
130
|
+
|
|
131
|
+
❌ **Confusing Hook:** Too abstract or unclear
|
|
132
|
+
- Problem: Viewers don't understand relevance
|
|
133
|
+
- Solution: Hook should create curiosity, not confusion
|
|
134
|
+
|
|
135
|
+
---
|
|
136
|
+
|
|
137
|
+
## Call-to-Action (CTA) Optimization
|
|
138
|
+
|
|
139
|
+
### What is a CTA?
|
|
140
|
+
|
|
141
|
+
A **Call-to-Action** is the specific instruction telling viewers what to do next. Every commercial must have a clear, compelling CTA.
|
|
142
|
+
|
|
143
|
+
### CTA Best Practices
|
|
144
|
+
|
|
145
|
+
#### 1. Clarity Over Cleverness
|
|
146
|
+
**Make it obvious what you want viewers to do**
|
|
147
|
+
|
|
148
|
+
**Good CTAs:**
|
|
149
|
+
- "Visit Nike.com to shop now"
|
|
150
|
+
- "Call 1-800-FLOWERS today"
|
|
151
|
+
- "Download the app and get 20% off"
|
|
152
|
+
- "Schedule your free consultation"
|
|
153
|
+
|
|
154
|
+
**Bad CTAs:**
|
|
155
|
+
- "Discover more" (vague)
|
|
156
|
+
- "Learn about our journey" (not action-oriented)
|
|
157
|
+
- "Experience the difference" (unclear what to do)
|
|
158
|
+
|
|
159
|
+
#### 2. Create Urgency
|
|
160
|
+
**Give viewers a reason to act NOW, not later**
|
|
161
|
+
|
|
162
|
+
**Urgency Techniques:**
|
|
163
|
+
- **Limited Time:** "This weekend only" "Offer ends Friday"
|
|
164
|
+
- **Scarcity:** "While supplies last" "Limited quantities"
|
|
165
|
+
- **Exclusive:** "First 100 customers" "Members only"
|
|
166
|
+
- **Seasonal:** "Holiday sale" "Back-to-school savings"
|
|
167
|
+
|
|
168
|
+
**Examples:**
|
|
169
|
+
```
|
|
170
|
+
GOOD: "Order by midnight tonight for free shipping"
|
|
171
|
+
GOOD: "Only 3 left in stock—order now"
|
|
172
|
+
BAD: "Visit our website anytime" (no urgency)
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
#### 3. Make it Easy
|
|
176
|
+
**Remove friction from the action**
|
|
177
|
+
|
|
178
|
+
**Friction Reduction:**
|
|
179
|
+
- **Simple URL:** Nike.com (not Nike.com/products/shoes/running/2024/spring-collection)
|
|
180
|
+
- **Memorable Phone:** 1-800-FLOWERS (not 1-847-392-8472)
|
|
181
|
+
- **QR Code:** Scan to go directly to product page
|
|
182
|
+
- **Voice Command:** "Alexa, order Tide Pods"
|
|
183
|
+
|
|
184
|
+
**Examples:**
|
|
185
|
+
```
|
|
186
|
+
GOOD: "Text 'PIZZA' to 55555 for a free slice"
|
|
187
|
+
GOOD: "Scan the QR code to download the app"
|
|
188
|
+
BAD: "Visit www.ourcompany.com/promotions/2024/march/special-offer" (too complex)
|
|
189
|
+
```
|
|
190
|
+
|
|
191
|
+
#### 4. Offer Value
|
|
192
|
+
**Give viewers a reason to act beyond just buying**
|
|
193
|
+
|
|
194
|
+
**Value Propositions:**
|
|
195
|
+
- **Discount:** "Save 30% today"
|
|
196
|
+
- **Free Gift:** "Free shipping on all orders"
|
|
197
|
+
- **Trial:** "Try it free for 30 days"
|
|
198
|
+
- **Guarantee:** "100% money-back guarantee"
|
|
199
|
+
- **Bonus:** "Order now and get a free case"
|
|
200
|
+
|
|
201
|
+
**Examples:**
|
|
202
|
+
```
|
|
203
|
+
GOOD: "Sign up today and get your first month free"
|
|
204
|
+
GOOD: "Buy one, get one 50% off—this week only"
|
|
205
|
+
BAD: "Purchase our product" (no value proposition)
|
|
206
|
+
```
|
|
207
|
+
|
|
208
|
+
### CTA Placement
|
|
209
|
+
|
|
210
|
+
**Timing:**
|
|
211
|
+
- **15-second spot:** CTA at 10-15 seconds (last 5 seconds)
|
|
212
|
+
- **30-second spot:** CTA at 23-30 seconds (last 7 seconds)
|
|
213
|
+
- **60-second spot:** CTA at 50-60 seconds (last 10 seconds)
|
|
214
|
+
- **Streaming (skippable):** CTA within first 5 seconds AND at end
|
|
215
|
+
|
|
216
|
+
**Visual Placement:**
|
|
217
|
+
- **On-Screen Text:** Large, readable font (minimum 24pt)
|
|
218
|
+
- **Lower Third:** URL, phone number, or offer details
|
|
219
|
+
- **End Card:** Full-screen CTA with logo and contact info
|
|
220
|
+
- **QR Code:** Bottom corner, visible for at least 3 seconds
|
|
221
|
+
|
|
222
|
+
**Audio Reinforcement:**
|
|
223
|
+
- Voiceover should state CTA clearly
|
|
224
|
+
- Repeat URL or phone number twice if possible
|
|
225
|
+
- Use memorable phrasing ("Call now!" not "Please consider calling")
|
|
226
|
+
|
|
227
|
+
---
|
|
228
|
+
|
|
229
|
+
## Testimonials & Social Proof
|
|
230
|
+
|
|
231
|
+
### Why Testimonials Work
|
|
232
|
+
|
|
233
|
+
**Psychological Principles:**
|
|
234
|
+
- **Social Proof:** People trust what others say more than what brands say
|
|
235
|
+
- **Relatability:** Real people are more believable than actors
|
|
236
|
+
- **Specificity:** Concrete results are more convincing than vague claims
|
|
237
|
+
|
|
238
|
+
### Types of Testimonials
|
|
239
|
+
|
|
240
|
+
#### 1. Customer Testimonials
|
|
241
|
+
**Real customers sharing genuine experiences**
|
|
242
|
+
|
|
243
|
+
**Best Practices:**
|
|
244
|
+
- **Authenticity:** Use real customers, not actors (or disclose if actors)
|
|
245
|
+
- **Specificity:** "I lost 15 pounds in 2 months" (not "It works great")
|
|
246
|
+
- **Relatability:** Choose customers who resemble target audience
|
|
247
|
+
- **Diversity:** Show variety of ages, backgrounds, use cases
|
|
248
|
+
|
|
249
|
+
**Example Structure (15-second):**
|
|
250
|
+
```
|
|
251
|
+
[CUSTOMER ON CAMERA]
|
|
252
|
+
"I was skeptical, but after using [Product] for just one week,
|
|
253
|
+
my energy levels doubled. I can't imagine going back."
|
|
254
|
+
|
|
255
|
+
[SUPER: "Sarah M., Verified Customer"]
|
|
256
|
+
[PRODUCT SHOT + CTA]
|
|
257
|
+
```
|
|
258
|
+
|
|
259
|
+
#### 2. Expert Endorsements
|
|
260
|
+
**Industry professionals or authorities**
|
|
261
|
+
|
|
262
|
+
**Best Practices:**
|
|
263
|
+
- **Credentials:** Show expertise (Dr., CEO, 20-year veteran)
|
|
264
|
+
- **Relevance:** Expert should be relevant to product category
|
|
265
|
+
- **Disclosure:** FTC requires disclosure of paid endorsements
|
|
266
|
+
- **Credibility:** Choose respected, trustworthy figures
|
|
267
|
+
|
|
268
|
+
**Example:**
|
|
269
|
+
```
|
|
270
|
+
[DENTIST IN OFFICE]
|
|
271
|
+
"As a dentist for 25 years, I recommend [Toothpaste Brand]
|
|
272
|
+
to all my patients. The fluoride formula is clinically proven."
|
|
273
|
+
|
|
274
|
+
[SUPER: "Dr. James Chen, DDS"]
|
|
275
|
+
[PRODUCT + ADA SEAL]
|
|
276
|
+
```
|
|
277
|
+
|
|
278
|
+
#### 3. Celebrity Endorsements
|
|
279
|
+
**Famous personalities promoting product**
|
|
280
|
+
|
|
281
|
+
**Best Practices:**
|
|
282
|
+
- **Alignment:** Celebrity should match brand values and audience
|
|
283
|
+
- **Authenticity:** Celebrity should genuinely use/believe in product
|
|
284
|
+
- **Disclosure:** Must disclose paid partnership
|
|
285
|
+
- **Relevance:** Connection between celebrity and product should be clear
|
|
286
|
+
|
|
287
|
+
**Example:**
|
|
288
|
+
```
|
|
289
|
+
[ATHLETE IN GYM]
|
|
290
|
+
"I train hard, and I need nutrition that keeps up.
|
|
291
|
+
That's why I choose [Protein Brand]."
|
|
292
|
+
|
|
293
|
+
[SUPER: "LeBron James, Paid Partnership"]
|
|
294
|
+
[PRODUCT SHOT]
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
#### 4. User-Generated Content (UGC)
|
|
298
|
+
**Real customer photos, videos, reviews**
|
|
299
|
+
|
|
300
|
+
**Best Practices:**
|
|
301
|
+
- **Permission:** Always get written permission to use content
|
|
302
|
+
- **Curation:** Select high-quality, on-brand content
|
|
303
|
+
- **Diversity:** Show variety of use cases and customers
|
|
304
|
+
- **Authenticity:** Don't over-edit—keep it real
|
|
305
|
+
|
|
306
|
+
**Example:**
|
|
307
|
+
```
|
|
308
|
+
[MONTAGE: Customer Instagram posts]
|
|
309
|
+
@sarah_runs: "Best running shoes ever! #BrandName"
|
|
310
|
+
@mike_fitness: "Game changer for my workouts"
|
|
311
|
+
@jenny_mom: "My kids love these!"
|
|
312
|
+
|
|
313
|
+
[CTA: "Share your story #BrandName"]
|
|
314
|
+
```
|
|
315
|
+
|
|
316
|
+
### Social Proof Techniques
|
|
317
|
+
|
|
318
|
+
**Statistics:**
|
|
319
|
+
- "Join 10 million satisfied customers"
|
|
320
|
+
- "Rated 4.8 stars by 50,000+ reviewers"
|
|
321
|
+
- "Trusted by Fortune 500 companies"
|
|
322
|
+
|
|
323
|
+
**Awards & Certifications:**
|
|
324
|
+
- "Winner of 2024 Product of the Year"
|
|
325
|
+
- "FDA Approved" "USDA Organic" "Energy Star Certified"
|
|
326
|
+
- "As seen on Shark Tank"
|
|
327
|
+
|
|
328
|
+
**Media Mentions:**
|
|
329
|
+
- "Featured in The New York Times"
|
|
330
|
+
- "Recommended by Good Housekeeping"
|
|
331
|
+
- "As seen on TV"
|
|
332
|
+
|
|
333
|
+
---
|
|
334
|
+
|
|
335
|
+
## Product Demonstrations
|
|
336
|
+
|
|
337
|
+
### Why Demonstrations Work
|
|
338
|
+
|
|
339
|
+
**Show, Don't Tell:**
|
|
340
|
+
- Viewers believe what they see
|
|
341
|
+
- Demonstrations prove claims
|
|
342
|
+
- Visual proof is more memorable than verbal claims
|
|
343
|
+
|
|
344
|
+
### Demonstration Techniques
|
|
345
|
+
|
|
346
|
+
#### 1. Before/After Comparisons
|
|
347
|
+
**Show transformation or improvement**
|
|
348
|
+
|
|
349
|
+
**Best Practices:**
|
|
350
|
+
- **Same Conditions:** Ensure fair comparison (same lighting, angle, time)
|
|
351
|
+
- **Clear Difference:** Make improvement obvious and dramatic
|
|
352
|
+
- **Realistic:** Don't exaggerate or manipulate results
|
|
353
|
+
- **Time Frame:** State how long transformation took
|
|
354
|
+
|
|
355
|
+
**Example (Cleaning Product):**
|
|
356
|
+
```
|
|
357
|
+
[SPLIT SCREEN]
|
|
358
|
+
LEFT: Dirty, stained carpet
|
|
359
|
+
RIGHT: Same carpet after cleaning
|
|
360
|
+
|
|
361
|
+
[VOICEOVER]
|
|
362
|
+
"Just one application of [Product] removes even the toughest stains."
|
|
363
|
+
|
|
364
|
+
[SUPER: "Results in 5 minutes"]
|
|
365
|
+
```
|
|
366
|
+
|
|
367
|
+
#### 2. Side-by-Side Comparisons
|
|
368
|
+
**Compare your product to competitor or old method**
|
|
369
|
+
|
|
370
|
+
**Best Practices:**
|
|
371
|
+
- **Fair Comparison:** Use actual competitor product (or generic "leading brand")
|
|
372
|
+
- **Measurable Difference:** Show quantifiable improvement
|
|
373
|
+
- **Legal Compliance:** Comparative advertising must be truthful and substantiated
|
|
374
|
+
- **Visual Clarity:** Make difference obvious
|
|
375
|
+
|
|
376
|
+
**Example (Paper Towels):**
|
|
377
|
+
```
|
|
378
|
+
[TWO SPILLS, TWO BRANDS]
|
|
379
|
+
BRAND A: Uses 3 sheets to clean spill
|
|
380
|
+
BRAND B (Ours): Uses 1 sheet to clean same spill
|
|
381
|
+
|
|
382
|
+
[VOICEOVER]
|
|
383
|
+
"[Our Brand] absorbs 3x more than the leading brand."
|
|
384
|
+
|
|
385
|
+
[SUPER: "Based on lab testing"]
|
|
386
|
+
```
|
|
387
|
+
|
|
388
|
+
#### 3. Stress Tests
|
|
389
|
+
**Show product performing under extreme conditions**
|
|
390
|
+
|
|
391
|
+
**Best Practices:**
|
|
392
|
+
- **Relevant Stress:** Test should relate to real-world use
|
|
393
|
+
- **Dramatic Visual:** Make test visually impressive
|
|
394
|
+
- **Proof of Durability:** Show product surviving what others can't
|
|
395
|
+
- **Safety:** Don't encourage dangerous behavior
|
|
396
|
+
|
|
397
|
+
**Example (Phone Case):**
|
|
398
|
+
```
|
|
399
|
+
[PHONE IN CASE DROPPED FROM 10 FEET]
|
|
400
|
+
[SLOW MOTION: Phone hits concrete]
|
|
401
|
+
[PHONE PICKED UP: Screen intact]
|
|
402
|
+
|
|
403
|
+
[VOICEOVER]
|
|
404
|
+
"Military-grade protection. Your phone survives the drop."
|
|
405
|
+
```
|
|
406
|
+
|
|
407
|
+
#### 4. Time-Lapse Demonstrations
|
|
408
|
+
**Show process or results over time**
|
|
409
|
+
|
|
410
|
+
**Best Practices:**
|
|
411
|
+
- **Compress Time:** Show hours/days/weeks in seconds
|
|
412
|
+
- **Clear Progression:** Make change obvious
|
|
413
|
+
- **Timestamp:** Show time passing (clock, calendar, "Day 1, Day 7, Day 30")
|
|
414
|
+
- **Realistic:** Don't speed up beyond believability
|
|
415
|
+
|
|
416
|
+
**Example (Plant Food):**
|
|
417
|
+
```
|
|
418
|
+
[TIME-LAPSE: Plant growing over 30 days]
|
|
419
|
+
DAY 1: Small seedling
|
|
420
|
+
DAY 15: Visible growth
|
|
421
|
+
DAY 30: Full, healthy plant
|
|
422
|
+
|
|
423
|
+
[VOICEOVER]
|
|
424
|
+
"[Product] helps plants grow 50% faster."
|
|
425
|
+
```
|
|
426
|
+
|
|
427
|
+
---
|
|
428
|
+
|
|
429
|
+
## Voiceover Techniques
|
|
430
|
+
|
|
431
|
+
### Voiceover Fundamentals
|
|
432
|
+
|
|
433
|
+
**Purpose of Voiceover:**
|
|
434
|
+
- Convey information visuals can't show
|
|
435
|
+
- Guide viewer through narrative
|
|
436
|
+
- Reinforce brand voice and tone
|
|
437
|
+
- State CTA clearly
|
|
438
|
+
|
|
439
|
+
### Voiceover Styles
|
|
440
|
+
|
|
441
|
+
#### 1. Authoritative Voice
|
|
442
|
+
**Confident, trustworthy, expert tone**
|
|
443
|
+
|
|
444
|
+
**When to Use:**
|
|
445
|
+
- Financial services, healthcare, insurance
|
|
446
|
+
- B2B products, enterprise software
|
|
447
|
+
- Products requiring trust and credibility
|
|
448
|
+
|
|
449
|
+
**Characteristics:**
|
|
450
|
+
- Deep, resonant voice (often male, but not always)
|
|
451
|
+
- Measured pace, clear enunciation
|
|
452
|
+
- Serious, professional tone
|
|
453
|
+
|
|
454
|
+
**Example:**
|
|
455
|
+
```
|
|
456
|
+
"For over 50 years, [Bank Name] has helped families
|
|
457
|
+
achieve their financial goals. Trust. Stability. Security."
|
|
458
|
+
```
|
|
459
|
+
|
|
460
|
+
#### 2. Conversational Voice
|
|
461
|
+
**Friendly, relatable, approachable tone**
|
|
462
|
+
|
|
463
|
+
**When to Use:**
|
|
464
|
+
- Consumer products, food, retail
|
|
465
|
+
- Lifestyle brands, apps, services
|
|
466
|
+
- Younger demographics
|
|
467
|
+
|
|
468
|
+
**Characteristics:**
|
|
469
|
+
- Natural, casual delivery
|
|
470
|
+
- Varied pace and inflection
|
|
471
|
+
- Warm, friendly tone
|
|
472
|
+
|
|
473
|
+
**Example:**
|
|
474
|
+
```
|
|
475
|
+
"Hey, we get it. Life's busy. That's why we made [App]
|
|
476
|
+
super simple. Just tap, order, and boom—dinner's on the way."
|
|
477
|
+
```
|
|
478
|
+
|
|
479
|
+
#### 3. Energetic Voice
|
|
480
|
+
**Upbeat, exciting, enthusiastic tone**
|
|
481
|
+
|
|
482
|
+
**When to Use:**
|
|
483
|
+
- Sports, fitness, energy drinks
|
|
484
|
+
- Sales events, limited-time offers
|
|
485
|
+
- Youth-oriented products
|
|
486
|
+
|
|
487
|
+
**Characteristics:**
|
|
488
|
+
- Fast pace, high energy
|
|
489
|
+
- Emphasis on key words
|
|
490
|
+
- Excited, motivational tone
|
|
491
|
+
|
|
492
|
+
**Example:**
|
|
493
|
+
```
|
|
494
|
+
"This weekend only! Fifty percent off EVERYTHING!
|
|
495
|
+
Don't miss out—get to [Store] NOW!"
|
|
496
|
+
```
|
|
497
|
+
|
|
498
|
+
#### 4. Emotional Voice
|
|
499
|
+
**Heartfelt, sincere, moving tone**
|
|
500
|
+
|
|
501
|
+
**When to Use:**
|
|
502
|
+
- Nonprofits, charities, PSAs
|
|
503
|
+
- Healthcare, family-oriented products
|
|
504
|
+
- Brand storytelling
|
|
505
|
+
|
|
506
|
+
**Characteristics:**
|
|
507
|
+
- Slower pace, thoughtful delivery
|
|
508
|
+
- Genuine emotion in voice
|
|
509
|
+
- Warm, empathetic tone
|
|
510
|
+
|
|
511
|
+
**Example:**
|
|
512
|
+
```
|
|
513
|
+
"Every child deserves a chance. Your donation to [Charity]
|
|
514
|
+
provides meals, education, and hope. Please give today."
|
|
515
|
+
```
|
|
516
|
+
|
|
517
|
+
### Voiceover Writing Tips
|
|
518
|
+
|
|
519
|
+
**Keep it Concise:**
|
|
520
|
+
- 15-second spot: ~35-40 words
|
|
521
|
+
- 30-second spot: ~70-80 words
|
|
522
|
+
- 60-second spot: ~140-160 words
|
|
523
|
+
|
|
524
|
+
**Write for the Ear:**
|
|
525
|
+
- Use short sentences
|
|
526
|
+
- Avoid complex words or jargon
|
|
527
|
+
- Read aloud to test flow
|
|
528
|
+
- Use contractions (we're, it's, you'll)
|
|
529
|
+
|
|
530
|
+
**Emphasize Key Words:**
|
|
531
|
+
- Use ALL CAPS or **bold** in script to indicate emphasis
|
|
532
|
+
- Example: "Save BIG this weekend at TARGET"
|
|
533
|
+
|
|
534
|
+
**Leave Room for Pauses:**
|
|
535
|
+
- Don't pack every second with words
|
|
536
|
+
- Silence creates impact
|
|
537
|
+
- Let visuals breathe
|
|
538
|
+
|
|
539
|
+
---
|
|
540
|
+
|
|
541
|
+
## Music & Sound Design
|
|
542
|
+
|
|
543
|
+
### The Power of Music
|
|
544
|
+
|
|
545
|
+
**Music's Role:**
|
|
546
|
+
- Sets emotional tone
|
|
547
|
+
- Enhances brand identity
|
|
548
|
+
- Increases memorability
|
|
549
|
+
- Guides pacing and energy
|
|
550
|
+
|
|
551
|
+
### Music Selection
|
|
552
|
+
|
|
553
|
+
#### 1. Licensed Popular Music
|
|
554
|
+
**Recognizable songs from known artists**
|
|
555
|
+
|
|
556
|
+
**Pros:**
|
|
557
|
+
- Instant recognition and emotional connection
|
|
558
|
+
- Leverages existing fan base
|
|
559
|
+
- High production quality
|
|
560
|
+
|
|
561
|
+
**Cons:**
|
|
562
|
+
- Expensive licensing fees ($50k-$500k+)
|
|
563
|
+
- May overshadow brand message
|
|
564
|
+
- Limited exclusivity
|
|
565
|
+
|
|
566
|
+
**When to Use:**
|
|
567
|
+
- Large budgets
|
|
568
|
+
- Targeting specific demographic (song's fan base)
|
|
569
|
+
- Brand wants association with artist/song
|
|
570
|
+
|
|
571
|
+
**Example:**
|
|
572
|
+
```
|
|
573
|
+
Apple iPod - "1234" by Feist
|
|
574
|
+
Cadillac - "Rock and Roll" by Led Zeppelin
|
|
575
|
+
```
|
|
576
|
+
|
|
577
|
+
#### 2. Original Composition
|
|
578
|
+
**Custom music created for the commercial**
|
|
579
|
+
|
|
580
|
+
**Pros:**
|
|
581
|
+
- Unique to your brand
|
|
582
|
+
- Full creative control
|
|
583
|
+
- Exclusive ownership
|
|
584
|
+
- Can be tailored to exact needs
|
|
585
|
+
|
|
586
|
+
**Cons:**
|
|
587
|
+
- Higher upfront cost
|
|
588
|
+
- No built-in recognition
|
|
589
|
+
- Requires skilled composer
|
|
590
|
+
|
|
591
|
+
**When to Use:**
|
|
592
|
+
- Building long-term brand identity
|
|
593
|
+
- Need specific mood/style not available in stock
|
|
594
|
+
- Want exclusive sonic branding
|
|
595
|
+
|
|
596
|
+
**Example:**
|
|
597
|
+
```
|
|
598
|
+
Intel - Five-note chime (original, iconic)
|
|
599
|
+
McDonald's - "I'm Lovin' It" jingle
|
|
600
|
+
```
|
|
601
|
+
|
|
602
|
+
#### 3. Stock Music
|
|
603
|
+
**Pre-made tracks from music libraries**
|
|
604
|
+
|
|
605
|
+
**Pros:**
|
|
606
|
+
- Affordable ($50-$500)
|
|
607
|
+
- Wide variety of styles
|
|
608
|
+
- Quick turnaround
|
|
609
|
+
- Professional quality
|
|
610
|
+
|
|
611
|
+
**Cons:**
|
|
612
|
+
- Not exclusive (others may use same track)
|
|
613
|
+
- May sound generic
|
|
614
|
+
- Limited customization
|
|
615
|
+
|
|
616
|
+
**When to Use:**
|
|
617
|
+
- Limited budget
|
|
618
|
+
- Quick turnaround needed
|
|
619
|
+
- Generic mood/style is acceptable
|
|
620
|
+
|
|
621
|
+
**Example:**
|
|
622
|
+
```
|
|
623
|
+
Most local commercials, small business ads
|
|
624
|
+
```
|
|
625
|
+
|
|
626
|
+
### Sound Design Elements
|
|
627
|
+
|
|
628
|
+
**Sound Effects (SFX):**
|
|
629
|
+
- Product sounds (car door closing, soda fizzing, chip crunching)
|
|
630
|
+
- Transition sounds (whooshes, impacts)
|
|
631
|
+
- Ambient sounds (city noise, nature, office)
|
|
632
|
+
|
|
633
|
+
**Silence:**
|
|
634
|
+
- Creates dramatic pause
|
|
635
|
+
- Emphasizes key moment
|
|
636
|
+
- Provides contrast to loud sections
|
|
637
|
+
|
|
638
|
+
**Audio Branding:**
|
|
639
|
+
- Sonic logo (Intel chime, Netflix "ta-dum")
|
|
640
|
+
- Brand-specific sounds (Harley-Davidson engine, Apple startup)
|
|
641
|
+
- Consistent audio signature across all ads
|
|
642
|
+
|
|
643
|
+
---
|
|
644
|
+
|
|
645
|
+
## Visual Storytelling
|
|
646
|
+
|
|
647
|
+
### Visual Hierarchy
|
|
648
|
+
|
|
649
|
+
**What Viewers See First:**
|
|
650
|
+
1. **Movement** - Eyes track motion
|
|
651
|
+
2. **Faces** - Humans are drawn to faces
|
|
652
|
+
3. **Bright Colors** - High contrast attracts attention
|
|
653
|
+
4. **Text** - Large, bold text stands out
|
|
654
|
+
|
|
655
|
+
**Composition Techniques:**
|
|
656
|
+
- **Rule of Thirds:** Place key elements at intersection points
|
|
657
|
+
- **Leading Lines:** Guide eye toward product or CTA
|
|
658
|
+
- **Framing:** Use foreground elements to frame subject
|
|
659
|
+
- **Depth:** Create layers (foreground, midground, background)
|
|
660
|
+
|
|
661
|
+
### Color Psychology
|
|
662
|
+
|
|
663
|
+
**Color Associations:**
|
|
664
|
+
- **Red:** Energy, urgency, passion, appetite (food, sales)
|
|
665
|
+
- **Blue:** Trust, stability, calm (finance, healthcare, tech)
|
|
666
|
+
- **Green:** Nature, health, growth (organic, eco-friendly)
|
|
667
|
+
- **Yellow:** Optimism, happiness, attention (caution, deals)
|
|
668
|
+
- **Black:** Luxury, sophistication, power (premium brands)
|
|
669
|
+
- **White:** Purity, simplicity, cleanliness (tech, healthcare)
|
|
670
|
+
|
|
671
|
+
**Brand Consistency:**
|
|
672
|
+
- Use brand colors prominently
|
|
673
|
+
- Maintain color palette across all commercials
|
|
674
|
+
- Create color associations (Tiffany blue, Coca-Cola red)
|
|
675
|
+
|
|
676
|
+
### Visual Metaphors
|
|
677
|
+
|
|
678
|
+
**Show Abstract Concepts Visually:**
|
|
679
|
+
- **Speed:** Motion blur, fast cuts, racing
|
|
680
|
+
- **Strength:** Heavy objects, physical feats
|
|
681
|
+
- **Freshness:** Water droplets, bright light, nature
|
|
682
|
+
- **Innovation:** Futuristic settings, technology, transformation
|
|
683
|
+
- **Reliability:** Solid structures, endurance tests, longevity
|
|
684
|
+
|
|
685
|
+
**Example:**
|
|
686
|
+
```
|
|
687
|
+
CONCEPT: "Our bank is a solid foundation for your future"
|
|
688
|
+
VISUAL: Time-lapse of house being built on strong foundation
|
|
689
|
+
METAPHOR: Bank = Foundation, Future = House
|
|
690
|
+
```
|
|
691
|
+
|
|
692
|
+
### Pacing & Editing
|
|
693
|
+
|
|
694
|
+
**Fast Pacing:**
|
|
695
|
+
- Quick cuts (1-2 seconds per shot)
|
|
696
|
+
- High energy, excitement
|
|
697
|
+
- Youth-oriented, action products
|
|
698
|
+
- Sales events, limited-time offers
|
|
699
|
+
|
|
700
|
+
**Slow Pacing:**
|
|
701
|
+
- Longer shots (3-5+ seconds)
|
|
702
|
+
- Emotional, contemplative
|
|
703
|
+
- Luxury products, storytelling
|
|
704
|
+
- Brand building, awareness
|
|
705
|
+
|
|
706
|
+
**Rhythm:**
|
|
707
|
+
- Match cuts to music beats
|
|
708
|
+
- Create visual rhythm with repeated elements
|
|
709
|
+
- Build to climax (product reveal, CTA)
|
|
710
|
+
|
|
711
|
+
---
|
|
712
|
+
|
|
713
|
+
## Emotional Triggers
|
|
714
|
+
|
|
715
|
+
### Core Emotions in Advertising
|
|
716
|
+
|
|
717
|
+
#### 1. Humor
|
|
718
|
+
**Make viewers laugh to create positive brand association**
|
|
719
|
+
|
|
720
|
+
**Humor Techniques:**
|
|
721
|
+
- **Absurdity:** Unexpected, illogical situations (Old Spice)
|
|
722
|
+
- **Exaggeration:** Over-the-top scenarios
|
|
723
|
+
- **Wordplay:** Puns, double meanings
|
|
724
|
+
- **Physical Comedy:** Slapstick, visual gags
|
|
725
|
+
- **Irony:** Opposite of what's expected
|
|
726
|
+
|
|
727
|
+
**Best Practices:**
|
|
728
|
+
- Humor should relate to product/message
|
|
729
|
+
- Avoid offensive or divisive humor
|
|
730
|
+
- Test with target audience (humor is subjective)
|
|
731
|
+
- Don't let joke overshadow brand
|
|
732
|
+
|
|
733
|
+
**Example:**
|
|
734
|
+
```
|
|
735
|
+
Geico - "15 minutes could save you 15% or more"
|
|
736
|
+
[ABSURD SCENARIO: Cavemen offended by "so easy a caveman could do it"]
|
|
737
|
+
```
|
|
738
|
+
|
|
739
|
+
#### 2. Nostalgia
|
|
740
|
+
**Evoke positive memories to create emotional connection**
|
|
741
|
+
|
|
742
|
+
**Nostalgia Techniques:**
|
|
743
|
+
- **Retro Visuals:** Vintage film grain, old logos, classic styles
|
|
744
|
+
- **Period Music:** Songs from specific era
|
|
745
|
+
- **Cultural References:** TV shows, toys, trends from the past
|
|
746
|
+
- **Generational Targeting:** 80s/90s kids, boomers, etc.
|
|
747
|
+
|
|
748
|
+
**Best Practices:**
|
|
749
|
+
- Target specific generation's nostalgia
|
|
750
|
+
- Balance nostalgia with modern relevance
|
|
751
|
+
- Don't alienate younger viewers
|
|
752
|
+
- Connect past to present product
|
|
753
|
+
|
|
754
|
+
**Example:**
|
|
755
|
+
```
|
|
756
|
+
Coca-Cola - Vintage Santa Claus imagery
|
|
757
|
+
Nintendo - "Remember when you were a kid?"
|
|
758
|
+
```
|
|
759
|
+
|
|
760
|
+
#### 3. Fear/Anxiety
|
|
761
|
+
**Highlight problem to position product as solution**
|
|
762
|
+
|
|
763
|
+
**Fear Techniques:**
|
|
764
|
+
- **Health Risks:** "Don't let this happen to you"
|
|
765
|
+
- **Security Threats:** Home security, identity theft
|
|
766
|
+
- **Social Anxiety:** Fear of missing out (FOMO), embarrassment
|
|
767
|
+
- **Financial Worry:** Debt, retirement, unexpected costs
|
|
768
|
+
|
|
769
|
+
**Best Practices:**
|
|
770
|
+
- Don't exploit fear unethically
|
|
771
|
+
- Provide clear solution (your product)
|
|
772
|
+
- Balance fear with hope/reassurance
|
|
773
|
+
- Avoid being too dark or depressing
|
|
774
|
+
|
|
775
|
+
**Example:**
|
|
776
|
+
```
|
|
777
|
+
Life Insurance - "What happens to your family if you're gone?"
|
|
778
|
+
[SHOW: Family struggling financially]
|
|
779
|
+
[SOLUTION: Life insurance provides security]
|
|
780
|
+
```
|
|
781
|
+
|
|
782
|
+
#### 4. Inspiration
|
|
783
|
+
**Motivate viewers to aspire, achieve, or improve**
|
|
784
|
+
|
|
785
|
+
**Inspiration Techniques:**
|
|
786
|
+
- **Underdog Story:** Overcoming obstacles
|
|
787
|
+
- **Achievement:** Reaching goals, success
|
|
788
|
+
- **Empowerment:** "You can do it"
|
|
789
|
+
- **Social Good:** Making a difference
|
|
790
|
+
|
|
791
|
+
**Best Practices:**
|
|
792
|
+
- Make inspiration authentic, not cheesy
|
|
793
|
+
- Connect inspiration to product benefit
|
|
794
|
+
- Show real people, real stories
|
|
795
|
+
- Avoid being preachy
|
|
796
|
+
|
|
797
|
+
**Example:**
|
|
798
|
+
```
|
|
799
|
+
Nike - "Just Do It" campaign
|
|
800
|
+
[ATHLETES: Pushing limits, overcoming challenges]
|
|
801
|
+
[MESSAGE: You can achieve greatness]
|
|
802
|
+
```
|
|
803
|
+
|
|
804
|
+
#### 5. Joy/Delight
|
|
805
|
+
**Create positive, uplifting feelings**
|
|
806
|
+
|
|
807
|
+
**Joy Techniques:**
|
|
808
|
+
- **Celebration:** Parties, achievements, milestones
|
|
809
|
+
- **Surprise:** Unexpected gifts, reveals
|
|
810
|
+
- **Connection:** Family, friends, community
|
|
811
|
+
- **Simple Pleasures:** Everyday moments of happiness
|
|
812
|
+
|
|
813
|
+
**Best Practices:**
|
|
814
|
+
- Make joy genuine, not forced
|
|
815
|
+
- Show relatable moments
|
|
816
|
+
- Use bright visuals, upbeat music
|
|
817
|
+
- Connect joy to product experience
|
|
818
|
+
|
|
819
|
+
**Example:**
|
|
820
|
+
```
|
|
821
|
+
Coca-Cola - "Open Happiness"
|
|
822
|
+
[PEOPLE: Sharing Coke, smiling, connecting]
|
|
823
|
+
[MUSIC: Upbeat, joyful]
|
|
824
|
+
```
|
|
825
|
+
|
|
826
|
+
---
|
|
827
|
+
|
|
828
|
+
## Technique Integration
|
|
829
|
+
|
|
830
|
+
### Combining Techniques for Maximum Impact
|
|
831
|
+
|
|
832
|
+
**Example: 30-Second Product Commercial**
|
|
833
|
+
|
|
834
|
+
```
|
|
835
|
+
HOOK (0:00-0:03)
|
|
836
|
+
- Visual Hook: Unexpected product use
|
|
837
|
+
- Audio Hook: Distinctive sound effect
|
|
838
|
+
|
|
839
|
+
DEMONSTRATION (0:03-0:15)
|
|
840
|
+
- Product Demo: Before/after comparison
|
|
841
|
+
- Visual Storytelling: Clear transformation
|
|
842
|
+
- Music: Upbeat, energetic
|
|
843
|
+
|
|
844
|
+
TESTIMONIAL (0:15-0:23)
|
|
845
|
+
- Social Proof: Real customer quote
|
|
846
|
+
- Emotional Trigger: Joy/satisfaction
|
|
847
|
+
|
|
848
|
+
CTA (0:23-0:30)
|
|
849
|
+
- Clear CTA: "Visit [URL] today"
|
|
850
|
+
- Urgency: "Limited time offer"
|
|
851
|
+
- Value: "Save 30%"
|
|
852
|
+
- Visual: On-screen text + voiceover
|
|
853
|
+
```
|
|
854
|
+
|
|
855
|
+
### Technique Selection Guide
|
|
856
|
+
|
|
857
|
+
**Choose Techniques Based On:**
|
|
858
|
+
- **Product Type:** Physical products = demonstrations; services = testimonials
|
|
859
|
+
- **Target Audience:** Younger = humor/fast pacing; older = trust/slower pacing
|
|
860
|
+
- **Commercial Length:** 15-sec = one technique; 60-sec = multiple techniques
|
|
861
|
+
- **Platform:** TV = broad appeal; social media = shareable, emotional
|
|
862
|
+
- **Budget:** High budget = celebrity/licensed music; low budget = UGC/stock music
|
|
863
|
+
|
|
864
|
+
---
|
|
865
|
+
|
|
866
|
+
## Quick Reference Checklist
|
|
867
|
+
|
|
868
|
+
### Pre-Production
|
|
869
|
+
- [ ] Hook developed and tested
|
|
870
|
+
- [ ] CTA clearly defined
|
|
871
|
+
- [ ] Technique(s) selected based on product/audience
|
|
872
|
+
- [ ] Music/sound design planned
|
|
873
|
+
- [ ] Visual style determined
|
|
874
|
+
|
|
875
|
+
### Production
|
|
876
|
+
- [ ] Hook executed in first 3 seconds
|
|
877
|
+
- [ ] Demonstrations are clear and fair
|
|
878
|
+
- [ ] Testimonials are authentic and disclosed
|
|
879
|
+
- [ ] Voiceover matches brand voice
|
|
880
|
+
- [ ] Music enhances (doesn't overpower) message
|
|
881
|
+
|
|
882
|
+
### Post-Production
|
|
883
|
+
- [ ] Pacing matches target audience
|
|
884
|
+
- [ ] CTA is prominent and clear
|
|
885
|
+
- [ ] Emotional triggers are effective
|
|
886
|
+
- [ ] Visual hierarchy guides eye to key elements
|
|
887
|
+
- [ ] All techniques work together cohesively
|
|
888
|
+
|
|
889
|
+
---
|
|
890
|
+
|
|
891
|
+
## Next Steps
|
|
892
|
+
|
|
893
|
+
**Related Guides:**
|
|
894
|
+
- [Commercial Persuasion Frameworks](./commercial-persuasion.md) - AIDA, PAS, FAB models
|
|
895
|
+
- [Commercial Scripts](./commercial-scripts.md) - Script formatting and structure
|
|
896
|
+
- [Commercial Types](./commercial-types.md) - Type-specific best practices
|
|
897
|
+
- [Legal Compliance](./commercial-laws.md) - FTC guidelines for testimonials, demonstrations
|
|
898
|
+
|
|
899
|
+
**Practice:**
|
|
900
|
+
- Analyze 10 commercials and identify techniques used
|
|
901
|
+
- Create 3 different hooks for the same product
|
|
902
|
+
- Write a 30-second script using 3+ techniques from this guide
|
|
903
|
+
- A/B test different CTAs to measure effectiveness
|
|
904
|
+
|
|
905
|
+
---
|
|
906
|
+
|
|
907
|
+
**Version:** 1.0.0
|
|
908
|
+
**Last Updated:** 2026-03-03
|
|
909
|
+
**Character Count:** ~24,800
|
|
910
|
+
|
|
911
|
+
|
|
912
|
+
|