Marketing Campaign
A/B test landing pages with cognitive personas. Scarcity messaging works for impulse-shoppers but backfires with enterprise-buyers. Find out why.
Stop testing at the population level. Test at the segment level to find which messages work for each audience.
Marketing Intelligence Features
Marketing Tools Availability
See which tools are in each tier.
| Tool | Local MCP | Demo | Enterprise |
|---|---|---|---|
marketing_personas_listList personas with values and influence patterns | |||
marketing_campaign_createCreate a multi-variant campaign for testing | |||
marketing_campaign_report_resultReport journey outcomes to campaign | |||
marketing_campaign_runRun the campaign automatically, no manual steps needed | |||
marketing_influence_matrixShow which influence patterns work for each persona | |||
marketing_lever_analysisAnalyze which influence levers drove user behavior | |||
marketing_funnel_analyzeCompare conversion funnels, find drop-off points | |||
marketing_competeRun same personas through your site vs competitors | |||
marketing_audience_discoverFind which audiences your site works best for | |||
marketing_discover_statusCheck status of audience discovery job | |||
competitive_benchmarkCompare UX metrics across competitor sites |
Local MCP: npx cbrowser mcp-server ·Demo: demo.cbrowser.ai ·Enterprise: Contact for access
Campaign Workflow
Follow this workflow to run a complete marketing campaign. See the full documentation for detailed examples.
marketing_campaign_createDefine variants, personas, and goals
marketing_personas_listSee which personas to test and what influences them
cognitive_journey_initRun cognitive journeys for each variant and persona pair
Manual steps on Demo. Fully automatic on Enterprise.
marketing_campaign_report_resultLog journey outcomes to the campaign
marketing_influence_matrixBuild the influence matrix showing what works
Marketing Personas
Each persona responds differently to influence patterns based on their Schwartz values. Learn more in the Marketing Intelligence docs.
| Persona | Effective Patterns | Ineffective Patterns |
|---|---|---|
enterprise-buyer | AuthoritySocial Proof | ScarcityReciprocity |
startup-founder | ScarcityCommitment | AuthorityDefault Bias |
impulse-shopper | ScarcityAnchoring | AuthorityCommitment |
price-researcher | AnchoringScarcity | AuthorityUnity |
skeptical-first-timer | Social ProofAuthority | ScarcityCommitment |
See all 21 personas in the Persona Index.
Sample A/B Test Results
| Variant | Visitors | Conversions | Rate | Status |
|---|---|---|---|---|
| Control (A) | 1,000 | 42 | 4.2% | |
| Social Proof (B) | 1,000 | 58 | 5.8% | Winner |
| Scarcity (C) | 1,000 | 51 | 5.1% |
Statistical significance: 97% confidence (p-value: 0.023)
Campaign Parameters
Parameters for marketing_campaign_create. See the full API reference for all tools.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Required | Campaign name (e.g., "q1-pricing-test") |
variants | array | Required | URLs of page variants to test |
personas | string[] | Required | Persona IDs to test with |
goal | string | Required | Conversion goal (e.g., "click Start Free Trial") |
metrics | array | Optional | Custom metrics: time_to_goal, friction_count, abandonment_rate |
Example Campaign Output
{
"test": {
"id": "camp_pricing_q1",
"goal": "Click 'Start Free Trial'",
"variants": 3,
"personas": 4
},
"matrix": {
"enterprise-buyer": {
"Control": { "converted": false, "reason": "No SOC 2 badge" },
"Social Proof": { "converted": true, "time": "45s" },
"Scarcity": { "converted": false, "reason": "Dismissed countdown" }
},
"impulse-shopper": {
"Control": { "converted": false, "reason": "Too many options" },
"Social Proof": { "converted": true, "time": "18s" },
"Scarcity": { "converted": true, "time": "8s" }
}
},
"insights": [
"Social Proof wins for enterprise (need trust signals)",
"Scarcity backfires on enterprise (-90% conversion)",
"Impulse shoppers convert 5.6x faster with Scarcity",
"Recommendation: Segment landing pages by referral source"
]
}Related Documentation
Optimize your conversion funnel
Test with cognitive personas today. Find which messages work for which audiences.