skills/sales-epom/SKILL.md
Epom platform help — hosted ad server and white-label DSP for managing direct and programmatic advertising across web, mobile, and CTV with 40+ analytics metrics, auto-optimization, and REST API included on all plans. Use when setting up Epom Ad Server to monetize your website or newsletter with display ads, white-label DSP campaigns aren't delivering or spend is off target, Epom analytics reports don't match third-party tracking numbers, API calls to campaign or advertiser endpoints are failing with auth errors, ad targeting rules aren't applying correctly or geo-targeting is inaccurate, trying to decide between Epom and AdButler or Kevel for your ad server, or setting up the RTB module to sell inventory programmatically. Do NOT use for general newsletter monetization strategy (use /sales-newsletter) or newsletter sponsorship marketplace transactions (use /sales-paved or /sales-hecto).
npx skillsauth add sales-skills/sales sales-epomInstall 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 are you trying to do?
Which product are you using?
Current setup (if applicable): monthly impressions, current ad server, direct vs programmatic split
Skip-ahead rule: if the user's prompt already contains enough context, skip to Step 2.
| If the question is about... | Route to... |
|---|---|
| Newsletter monetization strategy (subscriptions, pricing models) | /sales-newsletter [question] |
| Sponsorship marketplace (finding sponsors) | /sales-paved [question] or /sales-hecto [question] |
| Sponsor intelligence (brands that sponsor newsletters) | /sales-sponsorgap [question] |
| Building a custom ad platform from scratch (API-first) | /sales-kevel [question] |
| Email deliverability (SPF/DKIM/DMARC) | /sales-deliverability [question] |
| Managed ad server with self-serve portal and MCP | /sales-adbutler [question] |
If the question is Epom-specific, continue to Step 3.
Read references/platform-guide.md for the full platform reference — capabilities, pricing, data model, integration recipes, code examples.
Read references/epom-api-reference.md for API endpoint details, authentication, and working examples.
Answer the user's question using only the relevant section. Don't dump the full reference.
Focus on the user's specific situation:
.do); the hash is MD5(MD5(password) + timestamp) and the timestamp is UNIX milliseconds. Use the Analytics API for custom dashboards, Campaign API for automation, Targeting API for rule management.If 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.
username, hash, and timestamp as path segments (endpoints end in .do). The hash is MD5(MD5(password) + timestamp) for analytics/management endpoints, and the timestamp is UNIX milliseconds (not seconds). Not a simple API key, and not HMAC — see the API reference for the signing pattern./sales-newsletter — Newsletter monetization strategy (paid subscriptions, sponsorships, ad sales, pricing)/sales-adbutler — AdButler full-stack ad server (managed dashboard, self-serve portal, email ad zones, REST API + MCP)/sales-kevel — Kevel API-first ad server infrastructure (build custom ad platforms, Decision API)/sales-admailr — Admailr programmatic email ad server (automated ad insertion, CPM+CPC, no setup)/sales-passendo — Passendo email ad server + SSP (programmatic exchange, direct-sold campaigns)/sales-postapex — PostApex newsletter ad network (500+ publishers, CPC, free for publishers)/sales-buysellads — BuySellAds contextual advertising marketplace (managed ad sales, Carbon Ads)/sales-deliverability — Email deliverability strategy (SPF, DKIM, DMARC, warmup)/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 run a niche tech blog with 2M monthly pageviews. How do I set up Epom to serve display ads?" Skill does: Walks through creating a publisher account, setting up zones for different ad placements (header, sidebar, in-content), creating advertisers and campaigns with CPM pricing, configuring geo and device targeting, and enabling the RTB module for programmatic backfill Result: User has Epom ad server running with direct-sold campaigns and programmatic demand
User says: "How do I pull campaign analytics from Epom's API into my custom dashboard?" Skill does: Shows the Analytics API endpoint with MD5 path-parameter auth, required parameters (range/customFrom/customTo, groupBy, statisticType), response format with 40+ metrics, and a working cURL + Python example Result: User has working API scripts to pull ad performance data programmatically
User says: "Should I use Epom, AdButler, or Kevel for my ad network? I have 10M monthly impressions." Skill does: Compares all three: Epom (Light from $250/mo covers 8.5M impr, Growth from $1000/mo covers 40M; REST API included on all plans, 40+ metrics — but white-label, premium support, advanced analytics, and the SSP module are paid add-ons), AdButler (~$682/mo for 10M, API is paid add-on, self-serve portal), Kevel (custom pricing, API-only, requires engineering). Notes the REST API is included on every Epom plan while several power features are billed separately. Result: User has a clear comparison with pricing and feature trade-offs for their scale
Symptom: Admin console feels overwhelming with too many features and menus Cause: Epom has 800+ customizable features designed for ad networks — most publishers don't need all of them Solution: Contact Epom support (included on all plans, <24hr reply) for a guided setup session. Focus on: Advertisers > Campaigns > Banners > Zones. Ignore the DSP, RTB, and advanced targeting modules until you need them.
Symptom: API calls return 401 Unauthorized or 403 Forbidden
Cause: MD5 hash computed incorrectly, timestamp in seconds instead of milliseconds, auth placed in query string instead of the URL path, or insufficient permissions
Solution: Verify your hash computation: hash = MD5(MD5(password) + timestamp) (MD5, not HMAC). Ensure the timestamp is a current UNIX milliseconds value and that username/hash/timestamp are in the URL path with a .do suffix (not the query string). Check that your account role has API access permissions. Test with the simplest GET endpoint first (e.g., the Analytics report).
Symptom: Epom reports different impression/click counts than Google Analytics or your ESP Cause: Different counting methodologies — Epom counts server-side ad requests, GA counts page loads, ESPs count email opens Solution: Use Epom's pixel tracking for conversion attribution. For email ads, note that cached images don't re-trigger impressions. Compare click counts (more reliable than impressions) across platforms. Use the Analytics API to export raw data for reconciliation.
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).