Loading...
Loading...
Extract structured advertising campaign parameters from natural language input provided by advertisers. This skill should be used when analyzing advertising requirements, campaign briefs, or ad requests that need to be converted into structured data. Supports both creating new campaigns and updating existing campaigns with additional information. Identifies missing information and provides helpful guidance for completing campaign requirements.
npx skill4agent add feed-mob/feedmob-adpilot-mcp parse-ad-requirements{
"success": true/false,
"parameters": {
"product_or_service": "value or null",
"product_or_service_url": "value or null",
"campaign_name": "value or null",
"target_audience": "value or null",
"geography": "value or null",
"ad_format": "value or null",
"budget": "value or null",
"platform": "value or null",
"kpi": "value or null",
"time_period": "value or null",
"creative_direction": "value or null",
"other_details": "value or null"
},
"missingFields": ["field1", "field2"],
"suggestions": {
"field1": "Consider specifying...",
"field2": "You might want to include..."
}
}successtruesuccessfalsemissingFieldsnullnull{
"success": false,
"parameters": {
"product_or_service": "fitness app",
"product_or_service_url": null,
"campaign_name": null,
"target_audience": "Southeast Asian women aged 25-35",
"geography": "Southeast Asia",
"ad_format": "video ad",
"budget": "$5,000",
"platform": "TikTok",
"kpi": "app installs",
"time_period": null,
"creative_direction": "energetic and motivating",
"other_details": null
},
"missingFields": ["product_or_service_url", "campaign_name", "time_period"],
"suggestions": {
"product_or_service_url": "Please provide the landing page or app store URL for your fitness app",
"campaign_name": "Consider providing a campaign name for tracking purposes (e.g., 'Q1 2024 Southeast Asia Launch')",
"time_period": "When should this campaign run? Specify duration or dates (e.g., '2 weeks', 'March 1-15')"
}
}{
"success": false,
"parameters": {
"product_or_service": "coffee brand",
"product_or_service_url": null,
"campaign_name": null,
"target_audience": null,
"geography": null,
"ad_format": null,
"budget": null,
"platform": null,
"kpi": null,
"time_period": null,
"creative_direction": null,
"other_details": null
},
"missingFields": [
"product_or_service_url",
"campaign_name",
"target_audience",
"geography",
"ad_format",
"budget",
"platform",
"kpi",
"time_period",
"creative_direction"
],
"suggestions": {
"target_audience": "Who is your ideal customer? (e.g., coffee enthusiasts aged 25-45, young professionals)",
"platform": "Where do you want to advertise? (e.g., Instagram, Facebook, Google, TikTok)",
"budget": "What is your advertising budget? Please include currency",
"geography": "Which geographic region should we target? (e.g., United States, Europe, specific cities)",
"ad_format": "What type of ad creative? (e.g., video ad, static image, carousel)",
"kpi": "What success metrics matter most? (e.g., brand awareness, website traffic, sales conversions)"
}
}{
"success": true,
"parameters": {
"product_or_service": "organic coffee brand",
"product_or_service_url": "www.organicbrew.com",
"campaign_name": "Spring Coffee Collection",
"target_audience": "coffee enthusiasts aged 25-45",
"geography": "United States",
"ad_format": "carousel ad",
"budget": "$10,000",
"platform": "Instagram",
"kpi": "conversions (online purchases)",
"time_period": "3 weeks starting March 1st",
"creative_direction": "warm and inviting tone that emphasizes sustainability",
"other_details": "Include customer testimonials in the creative"
},
"missingFields": [],
"suggestions": {}
}success