feat(magic-wand): Create 'noob-friendly' Google Ads setup guide - Magic Wand now generates specific Headlines, Descriptions, and Keywords for each strategy - Added visual 'Google Ads Setup Guide' cards within each strategic direction - Implemented click-to-copy functionality for headlines and descriptions - Added beginner tips explaining exactly where to paste content in Ads Manager - Updated types and AI prompts across all providers (Ollama, Qwen, Z.AI)
This commit is contained in:
@@ -209,6 +209,12 @@ export interface MagicWandStrategy {
|
||||
targetAudience: string;
|
||||
competitiveAdvantage: string;
|
||||
keyMessages: string[];
|
||||
adCopyGuide: {
|
||||
headlines: string[];
|
||||
descriptions: string[];
|
||||
keywords: string[];
|
||||
setupGuide: string;
|
||||
};
|
||||
recommendedChannels: string[];
|
||||
estimatedBudgetAllocation: {
|
||||
search?: number;
|
||||
|
||||
Reference in New Issue
Block a user