skills/sales-blueconic/SKILL.md
BlueConic platform help — Customer Data Platform (CDP), real-time profile unification, segmentation, personalization, audience activation, Jebbit Experiences, AI Workbench. Use when profiles aren't merging across channels, segments aren't syncing to ad platforms, BlueConic connections aren't importing or exporting data, you need help setting up BlueConic on a single-page app, consent and privacy objectives aren't working correctly, or you're choosing between BlueConic and another CDP. Do NOT use for general email marketing strategy (use /sales-email-marketing) or CRM data deduplication without BlueConic (use /sales-data-hygiene).
npx skillsauth add sales-skills/sales sales-blueconicInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
If references/learnings.md exists, read it first for accumulated platform knowledge.
What do you need help with?
What's your role?
Which BlueConic plan are you on?
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| Problem domain | Route to |
|---|---|
| Email campaign strategy | /sales-email-marketing — then come back for BlueConic segment activation |
| CRM data dedup without BlueConic | /sales-data-hygiene — BlueConic is a CDP, not a CRM dedup tool |
| Retargeting ad strategy | /sales-retargeting — then come back for BlueConic audience sync |
| Connecting BlueConic to other tools | Answer here using connections reference |
| Tool integration architecture | /sales-integration — for webhook/Zapier patterns beyond BlueConic connections |
| SMS/push strategy | /sales-sms-marketing or /sales-push-notification — BlueConic activates audiences, doesn't send messages |
When routing to another skill, provide the exact command: "This is a {problem domain} question — run: /sales-{skill} {user's original question}"
Read references/platform-guide.md for the full platform reference — modules, pricing, integrations, data model, connections, workflows, JavaScript API, Event API, MCP server.
Answer the user's question using only the relevant section. Don't dump the full reference.
You no longer need the platform guide — focus on the user's specific situation.
handlePageView()), or mobile SDK initializationIf you discover a gotcha, workaround, or tip not covered in references/learnings.md, append it there.
Best-effort from research — review these, especially items about plan-gated features and integration gotchas that may be outdated.
Identity resolution depends heavily on email — if your visitors don't log in or provide email, profiles stay anonymous and fragmented. Progressive profiling (Jebbit Experiences) helps bridge this gap.
SPA pages don't auto-trigger — BlueConic doesn't detect client-side route changes. Call blueConicClient.handlePageView() after each navigation event in React/Angular/Vue apps.
Pyxis free tier expires after 6 months — then pricing starts at $750/month for 100K profiles. Plan capacity before the trial ends.
No mobile access — BlueConic's admin UI is desktop-only. You cannot manage segments or connections from a phone.
Ease of Setup rated 6.7/10 on G2 — the platform is powerful but has a steep learning curve. Start with one use case (e.g., segment activation to one ad platform) before expanding.
Profile limits are billed automatically — if you exceed your subscription's profile threshold, you get charged overages. Monitor profile counts proactively.
REST API v2 is OpenAPI-based, JSON-only — XML is not supported. Default encoding is gzip, output is minified. Add ?prettyPrint=true for readable responses.
Connection sync is not real-time for all integrations — some connections run on schedules (hourly, daily). Check the connection's sync frequency settings if data seems delayed.
/sales-cdp — CDP comparison and selection strategy across Tealium, Segment, BlueConic, mParticle, Treasure Data/sales-tealium — Tealium CDP — Real-Time CDP, identity resolution, 1300+ connectors/sales-treasuredata — Treasure Data enterprise CDP — profile unification, 400+ connectors, AI Marketing Cloud/sales-data-hygiene — CRM data quality, deduplication, enrichment automation/sales-retargeting — Retargeting strategy, audience activation to ad platforms/sales-integration — Connect sales tools with webhooks, Zapier/Make, APIs/sales-email-marketing — Opt-in email marketing strategy across platforms/sales-customerio — Customer.io platform help (Journeys, Data Pipelines — often compared to BlueConic)/sales-braze — Braze platform help (Canvas Flow, Braze Data Platform — CDP-adjacent)/sales-klaviyo — Klaviyo platform help (Klaviyo Data Platform — CDP-adjacent for ecommerce)/sales-do — Not sure which skill to use? The router matches any sales objective to the right skill. Install: npx skills add sales-skills/sales --skill sales-doUser says: "I have customer segments in BlueConic but I can't get them into Facebook Ads for retargeting." Skill does: Walks through the Facebook Advertising connection setup — configuring the connection, mapping BlueConic segments to Facebook Custom Audiences, setting sync frequency, and verifying audience match rates. Result: User has BlueConic segments automatically syncing to Facebook Custom Audiences for retargeting.
User says: "BlueConic dialogues only fire on the first page load, not when I navigate between routes in my React app."
Skill does: Explains that SPAs need blueConicClient.handlePageView() called after each route change. Provides a React useEffect hook pattern that listens to route changes and triggers BlueConic re-evaluation.
Result: Dialogues and listeners fire correctly on every SPA route change.
User says: "Should I use BlueConic or Twilio Segment as our CDP?" Skill does: Compares positioning — BlueConic is marketer-first (no-code segmentation, personalization, audience activation), Segment is developer-first (event tracking, data routing, warehouse integration). Asks about team composition, technical resources, and primary use case to recommend. Result: User has a clear recommendation based on their team and goals.
Symptom: Same customer has multiple BlueConic profiles (one from web, one from email, one from mobile)
Cause: No shared identifier connecting the profiles. BlueConic merges on matched identifiers (typically email).
Solution: Implement progressive profiling to capture email from anonymous visitors. Use the JavaScript API profile.setValue() to set email when a user logs in or submits a form. Check profile merge rules in Settings.
Symptom: BlueConic connection shows as active but destination platform has no new data Cause: Connection may be scheduled (not real-time), segment may be empty, or field mapping may be misconfigured Solution: Check connection run history for errors. Verify the segment has profiles that match. Check field mapping — ensure BlueConic profile properties map to the correct fields in the destination. Run a manual export to test.
Symptom: window.blueConicClient is undefined
Cause: BlueConic script hasn't loaded yet, or Content Security Policy is blocking it
Solution: Use the onBlueConicLoaded event listener pattern instead of checking for the client directly. If CSP is the issue, add a CSP nonce using BlueConic's nonce configuration. Check that the BlueConic script tag is present and not blocked by ad blockers.
tools
Wizlogo (wizlogo.com) platform help — a budget online logo maker (template/style-variation, marketed as "AI") plus a hub of FREE branding tools (business-name, blog-name and slogan generators, business-card maker, invoice generator, color converter, domain search). The pricing traps: the FREE logo is PERSONAL-USE-ONLY; the two cheap paid tiers are RASTER PNG/JPG only — Single (~€39.99 one-time) and Unlimited (~€3.99 per WEEK, recurring) — and VECTOR (SVG/PDF/EPS) is gated to the ~€299.99 Enterprise tier, which also bundles human designer edits and a social kit. Transparent PNG is on all paid plans. Use when making a Wizlogo logo, understanding free-vs-paid or personal-vs-commercial use, which tier unlocks vector/SVG for print, the weekly-subscription billing trap, its free name/slogan generators, or whether it has an API (UI-only — no public API, webhooks, Zapier or MCP). Do NOT use to just generate the business name (use /sales-namelix) or to compare/validate branding tools (use /sales-idea-validation).
tools
VistaPrint platform help (vistaprint.com, a Cimpress company) — the small-business design + print + digital-marketing platform: a free AI Logomaker (4 generations, 60 more after free sign-up) exporting SVG/PNG/PDF at 4000x4000 with no watermark, a free Brand Kit, business cards/flyers/signage/apparel/promo print, and a website builder. THE RIGHTS TRAP: VistaPrint states NO intellectual-property rights transfer on an AI-generated logo — you get usage rights but CANNOT register it for trademark or copyright; only its human designer service transfers full IP. Use when making a VistaPrint logo, asking if you own or can trademark it, running out of AI logo credits, printed colors not matching the screen, bleed/DPI/font file-prep rejections, or asking whether VistaPrint has an API (the consumer site does not — automation runs through the parent Cimpress Open partner-fulfilment API). Do NOT use for Vista Social scheduling (use /sales-vistasocial) or comparing logo tools market-wide (use /sales-idea-validation).
tools
Turbologo (turbologo.com) platform help — a budget AI/DIY logo maker: enter a business name + industry, pick icons and colors, and it proposes logo concepts you refine in an in-browser editor, then pay a one-time fee to download (designing is free, previews are watermarked, downloading is the paywall). Vector SVG/PDF is gated to the mid tier and up; the top tier adds a brand kit (business cards, letterheads, email signatures, social assets). Use when generating a logo in Turbologo, choosing which download tier to buy, vector SVG vs raster PNG, removing the free watermark, the time-limited edit-after-purchase window, pay-to-download pricing questions, whether an AI logo is yours to trademark, or whether Turbologo has an API to bulk-generate logos (it is UI-only — no public API, webhooks, Zapier, or MCP). Do NOT use to generate the business name (use /sales-namelix), compare or validate branding tools across the market (use /sales-idea-validation), or build wider marketing creative (use /sales-canva).
tools
Online Logo Maker (onlinelogomaker.com) platform help — a long-standing free/freemium DIY logo maker: build the mark yourself from icons, shapes, text, and fonts — MANUAL/template-based, NOT enter-a-name-get-AI-concepts. The free pack downloads a LOW-RES 300px PNG with a background; vector SVG, transparent PNG, and 2000px high-res are gated to a one-time lifetime Premium pack (not a subscription). The free tier's commercial-use rights are disputed by reviewers — clean ownership effectively needs Premium, and a shared-icon mark can be non-distinctive. Use for building/editing a logo here, free download vs Premium, vector SVG or transparent PNG, one-time pricing, commercial-use/trademark terms, near-namesake confusion (NOT LogoMaker.com / LogoMakr / Logomakerr.ai), or whether it has an API (UI-only — no API, webhooks, Zapier, MCP). Do NOT use to generate the business name (use /sales-namelix), compare branding tools across the market (use /sales-idea-validation), or build wider creative (use /sales-canva).