asgard-ai-platform/algo-ad-bidding
Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding strategy, set up automated bidding, or optimize bid parameters — even if they say 'what bidding strategy should I use', 'target CPA setup', or 'smart bidding configuration'.
npx skills add https://github.com/asgard-ai-platform/skills --skill algo-ad-bidding
Bidding strategies determine how much an advertiser pays per auction. Range from manual CPC (full control) to automated strategies (Target CPA, Target ROAS, Maximize Conversions) that use ML to optimize bids in real-time based on contextual signals.
Trigger conditions:
When NOT to use:
IRON LAW: Automated Bidding Requires SUFFICIENT Conversion Data
Below ~30 conversions/month, the algorithm lacks signal and performs
WORSE than manual bidding. Strategy selection depends on data volume:
- < 30 conv/month: Manual CPC or Maximize Clicks
- 30-50 conv/month: Maximize Conversions
- 50+ conv/month: Target CPA
- 50+ conv/month + revenue data: Target ROAS
Assess: monthly conversion volume, conversion tracking accuracy, campaign budget, business goal (volume vs efficiency vs revenue).
Gate: Conversion tracking verified, sufficient data for chosen strategy.
Manual CPC: Set bid per keyword. Adjust based on: device, time, location, audience performance data.
Target CPA: 1. Set target cost-per-acquisition. 2. Algorithm predicts conversion probability per auction using contextual signals. 3. Bids up for high-probability conversions, down for low. 4. Aims to average at target CPA over time.
Target ROAS: Same as CPA but optimizes for return on ad spend = conversion_value / cost.
Monitor: actual CPA vs target, conversion volume stability, impression share changes, budget utilization.
Gate: Actual CPA within 20% of target after learning period (2-4 weeks).
Return strategy recommendation with expected performance ranges.
{
"recommendation": {"strategy": "target_cpa", "target": 500, "currency": "TWD", "confidence": "high"},
"expected_performance": {"cpa_range": [400, 600], "volume_change": "-10% to +15%"},
"metadata": {"monthly_conversions": 85, "current_cpa": 550, "learning_period_days": 14}
}
Input: E-commerce campaign, 120 conversions/month, current CPA=NT$450, goal: maintain CPA, increase volume
Expected: Target CPA at NT$450. Expected: volume +10-20% as algorithm finds efficient auctions.
| Input | Expected | Why |
|-------|----------|-----|
| 10 conversions/month | Manual CPC | Insufficient data for automation |
| Target CPA too aggressive | Volume drops to near zero | Algorithm can't find profitable auctions |
| Conversion tracking broken | All strategies fail | Garbage data → garbage optimization |
references/migration-playbook.mdreferences/learning-period.mdTake asgard-ai-platform/algo-ad-bidding from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.