Marketing · analyze_campaign_metrics
Analyser une campagne
Performances d'une campagne marketing.
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| campaignId * | string | UUID of the campaign to analyze |
| metrics | object | Figures to record on the campaign (from the user or the platform) before analysis: impressions, reach, clicks, ctr (%), conversions, revenue, sent, opens, openRate (%), clickRate (%), unsubscribeRate (%), likes, comments, shares, engagementRate (%), roas, plus optional `source` and `asOf` (ISO date). |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"analyze_campaign_metrics","input":{"campaignId":"…","metrics":"…"}}'$
run({ "tool": "analyze_campaign_metrics", "input": {"campaignId":"…","metrics":"…"} })