function YieldCalculator() { const [spend, setSpend] = React.useState(50000); const [industry, setIndustry] = React.useState('ecommerce'); const industryData = { ecommerce: { name: "E-Commerce", fraud: 0.08, lift: 15 }, saas: { name: "B2B SaaS", fraud: 0.05, lift: 12 }, fintech: { name: "Fintech", fraud: 0.12, lift: 22 }, leadgen: { name: "Lead Generation", fraud: 0.15, lift: 25 }, }; const data = industryData[industry]; const foundBudget = spend * data.fraud; return (
Calculate how much wasted budget you can recover by switching to Auctera's pre-bid fraud filtering and unified attribution.
{s.body}