function Page() { const problems = [ { t: "Fragmented data across platforms", b: "Your DSP says one thing, your affiliate network another, retargeting a third. Which is right?", tk: "You can't optimize what you can't measure consistently." }, { t: "Channels competing against each other", b: "Your DSP bids against retargeting. Your affiliates claim credit that belongs to paid search. You pay twice for the same user.", tk: "Wasted budget, inflated CAC." }, { t: "Hours spent reconciling data", b: "Every week someone spends hours in spreadsheets trying to make the numbers match. They never quite do.", tk: "Time on data wrangling instead of strategy." }, { t: "Blind spots in the journey", b: "You see clicks and conversions but not the path between them. Did retargeting help? Did that affiliate touchpoint matter?", tk: "Decisions made with incomplete information." }, ]; const steps = [ { n: "1", t: "Unified Data Layer", b: "All your first-party data, pixels, and tracking live in one place. Import audiences from any source." }, { n: "2", t: "Cross-Channel Execution", b: "Launch campaigns across DSP, affiliates, and retargeting from one interface. Audiences sync automatically." }, { n: "3", t: "Coordinated Delivery", b: "Frequency caps, exclusion lists, and sequential messaging work across all channels." }, { n: "4", t: "Unified Attribution", b: "Every touchpoint feeds into one attribution model. See the real journey, not fragmented platform views." }, ]; const benefits = [ { title: "Single source of truth", body: "All channels report to one attribution system. No more conflicting numbers or platform bias." }, { title: "Coordinated execution", body: "Channels work together instead of competing. Frequency caps span platforms. Audiences sync automatically." }, { title: "Consolidated optimization", body: "Optimize toward business outcomes, not platform metrics. One budget, one goal, one strategy." }, { title: "Simplified operations", body: "One login, one contract, one support team, one invoice. Less vendor management, more marketing." }, ]; const products = [ { name:"Demand-Side Platform", desc:"Programmatic buying with transparency", body:"Access premium inventory across display, video, native, and CTV. See exactly where your ads run.", feats:["Real-time bidding","Transparent pricing","Brand safety","Audience targeting"], href:"platform-dsp" }, { name:"Affiliate Network", desc:"Performance partnerships that scale", body:"Connect with vetted publishers or bring your own. Multi-touch attribution and fraud blocking built in.", feats:["Publisher marketplace","Fraud prevention","Multi-touch attribution","Real-time tracking"], href:"platform-affiliate" }, { name:"Retargeting Cloud", desc:"Bring back your best prospects", body:"Cross-device retargeting that follows the customer journey intelligently. Dynamic creative, frequency management.", feats:["Cross-device ID","Dynamic creative","Frequency capping","Sequential messaging"], href:"platform-retargeting" }, { name:"Measurement & Attribution", desc:"Know what actually works", body:"Multi-touch attribution across all channels, not just the ones we own. Incrementality and unified measurement.", feats:["Multi-touch models","Incrementality","Cross-channel view","Custom windows"], href:"platform-measurement" }, { name:"Reporting & Analytics", desc:"Real-time insights, zero spreadsheets", body:"Dashboards that update in real-time. Scheduled reports, custom views, and exports that work with your tools.", feats:["Real-time dashboards","Scheduled delivery","Custom metrics","API access"], href:"platform-reporting" }, { name:"Fraud Prevention", desc:"Invalid traffic blocked before it bills", body:"ML models trained on billions of events. Pre-bid filtering, post-click validation, transparent blocking logs.", feats:["Pre-bid filtering","Bot detection","Click validation","Blocking transparency"], href:"#" }, ]; const compare = [ ["Attribution", "Each platform claims credit. Numbers conflict.", "One model, all touchpoints. Clear picture."], ["Frequency", "Each platform has its own caps. Users see ads 20×.", "Global caps across all channels. Users see ads 5×."], ["Audience sync", "Manual exports between platforms.", "Real-time sync across DSP, affiliates, retargeting."], ["Reporting", "Export from each platform. Merge in spreadsheets.", "One dashboard. All channels. Real-time."], ["Optimization", "Optimize each channel separately.", "Optimize toward total outcomes. Shift budget where it works."], ]; const faqs = [ { q:"Can I use just one part of the platform?", a:"Yes. While it works best unified, you can start with just DSP, just affiliates, or just retargeting. Most customers start with one and expand as they see results." }, { q:"What if I already have an affiliate network or DSP?", a:"You can run Auctera alongside existing platforms during evaluation. Our attribution can track conversions from external sources for fair comparison." }, { q:"How long does implementation take?", a:"Most customers run their first campaigns within 2–3 weeks. If migrating from existing platforms, we provide hands-on migration support." }, { q:"What's the minimum budget?", a:"No strict minimum. We work with growing brands spending $10K/month and enterprises spending $1M+. Pricing scales with usage." }, { q:"How is this different from Google or Meta?", a:"Walled gardens show you performance inside their ecosystem. We connect the dots across channels: affiliates, partnerships, other media: for the complete picture." }, { q:"What about my existing data and audiences?", a:"Import your CRM data, retargeting lists, and segments. We support integrations with major CDPs, CRMs, and data warehouses." }, ]; return ( <>
} basePath="./" />
{problems.map((p,i)=>(
PROBLEM · 0{i+1}

{p.t}

{p.b}

→ {p.tk}
))}
{steps.map((s,i)=>(
{s.n}

{s.t}

{s.b}

))}
Side by side

Fragmented vs unified.

{compare.map((row,i)=>( ))}
Aspect Fragmented stack Unified platform
{row[0]} {row[1]} {row[2]}
{products.map((p,i)=>(
PRODUCT · 0{i+1}
Included

{p.name}

{p.desc}

{p.body}

{p.feats.map((f,j)=>{f})}
Explore {p.name}
))}