forked from coreyhaines31/marketingskills
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpartners.json
More file actions
31 lines (31 loc) · 1.73 KB
/
Copy pathpartners.json
File metadata and controls
31 lines (31 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"_comment": "Canonical partner registry — single source of truth. Fill one object per partner from their onboarding packet, then run `node scripts/sync-partners.mjs` to regenerate the README Partners section and the Verified Partners table in tools/REGISTRY.md. The marketing-skills.com site fetches this file directly (raw GitHub). Deactivate a lapsed partner with active:false (keeps history, removes it everywhere).",
"partners": [
{
"id": "converly",
"name": "Converly",
"url": "https://converly.io",
"category": "Marketing analytics & attribution",
"categoryShort": "Conversion tracking / attribution",
"tier": "skill-partner",
"tagline": "Server-side conversion tracking",
"blurb": "Server-side conversion tracking that fires when someone submits a form, books a meeting, or starts a chat — passing click IDs and identifiers for Enhanced Conversions (Google) and high EMQ match rates (Meta), across 100+ tools. CLI + MCP so your agent sets it up in minutes.",
"logoUrl": "/logos/converly.png",
"integration": "tools/integrations/converly.md",
"active": true
},
{
"id": "ploy",
"name": "Ploy",
"url": "https://ploy.ai",
"category": "Website & landing page builders",
"categoryShort": "AI website & growth platform",
"tier": "skill-partner",
"tagline": "Turns your website into a growth engine",
"blurb": "AI marketing platform built around a Webflow-grade website builder — site optimization, SEO/AEO, visitor identification, and ad creative in one, with WebMCP to expose site actions to AI assistants.",
"logoUrl": "/logos/ploy.png",
"integration": "tools/integrations/ploy.md",
"active": true
}
]
}