gtmaipromptsprm_004
View siteSYSTEM READY [v2.4.0]
Prompt · Analysis
Detect deal-blocking gaps in current campaign coverage
Diff active Campaigns against ICP tier coverage. Flag under-served segments with recommended plays.
POST
Prompt body
v1.2 · groundedCompare the set of active {{campaigns}} against {{icp}}.tiers.
For each tier, return:
- accounts_in_tier
- accounts_covered_by_active_campaign
- gap_pct
- recommended_play_ids (max 3)Inputs
| Name | Type | Required | Note |
|---|---|---|---|
| campaigns | Campaign[] | Required | Currently active campaigns. |
| icp | ICP | Required | The ICP to diff against. |
Sample response
[
{ "tier": "T1", "accounts_in_tier": 412, "accounts_covered_by_active_campaign": 380, "gap_pct": 7.8, "recommended_play_ids": ["ply_founder_intro"] },
{ "tier": "T2", "accounts_in_tier": 1204, "accounts_covered_by_active_campaign": 601, "gap_pct": 50.1, "recommended_play_ids": ["ply_warm_handraise", "ply_post_demo_nurture"] }
]