Collega l'API Pinterest Ads
Integra l'API Pinterest Ads tramite l'API REST unificata di Modiva e il server MCP ospitato. Run Pinterest ad campaigns and read board-level reporting. OAuth, aggiornamento dei token, rate limit e 9 strumenti tipizzati sono gestiti per te: collega una volta e richiama Pinterest Ads da qualsiasi agente o app attraverso un singolo endpoint.
Cosa puoi fare con l'API Pinterest Ads
- ✓ Campaign management
- ✓ Reporting
- ✓ Audiences
- ✓ Creative upload
- — Webhooks (Most ad APIs are poll-based)
Strumenti MCP e scope di Pinterest Ads
- accounts_
- list · health · status
- ads_campaigns
- list · create · pause · resume
- ads_reporting
- spend · conversions · roas
- analytics_
- unified · breakdown
Scope OAuth richiesti
- Read ad accounts
- Create & manage campaigns
- Read spend & conversion reporting
Collega Pinterest Ads nel tuo agente
# Add Modiva's MCP server to your agent
{
"mcpServers": {
"modiva": {
"url": "https://mcp.modiva.ai",
"headers": { "Authorization": "Bearer $MODIVA_MCP_KEY" }
}
}
}
# Then connect Pinterest Ads and call its tools, e.g.
accounts_list(provider="pinterest-ads")Domande frequenti
Come collego l'API Pinterest Ads con Modiva?
Crea un account Modiva, genera una chiave MCP e collega Pinterest Ads dalla tua dashboard. Modiva esegue l'intero flusso OAuth e memorizza il token cifrato per te, senza client secret nel tuo codice.
Cosa posso fare con l'API Pinterest Ads tramite Modiva?
Run Pinterest ad campaigns and read board-level reporting. Ottieni 9 strumenti tipizzati raggruppati per risorsa (accounts_, ads_campaigns, ads_reporting, analytics_), richiamabili tramite REST o il server MCP.
Devo gestire personalmente OAuth o l'aggiornamento dei token?
No. Modiva gestisce l'handshake OAuth di Pinterest Ads, l'archiviazione dei token (cifrati con envelope encryption) e l'aggiornamento automatico. Tu richiami un singolo endpoint unificato.
Un agente IA può usare l'API Pinterest Ads?
Sì, è proprio questo il punto. Modiva espone Pinterest Ads come strumenti Model Context Protocol (MCP), così agenti come Claude, Cursor o la tua app possono leggere e agire su Pinterest Ads attraverso un unico endpoint.
Playbook e guide di Pinterest Ads
Playbook gratuiti e passo dopo passo sulla crescita con Pinterest Ads: cosa funziona, oltre a come metterlo in pratica con Modiva.