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:
Gemini AI
2025-12-28 02:44:03 +04:00
Unverified
parent f109e79c0b
commit 9e74fcba67
5 changed files with 103 additions and 2 deletions

View File

@@ -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;