> ## Documentation Index
> Fetch the complete documentation index at: https://docs.topsort.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Toppie for retailers and marketplaces

export const LastUpdated = ({date, lang = "en"}) => {
  const translations = {
    en: "Last updated:",
    es: "Última actualización:",
    pt: "Última atualização:",
    fr: "Dernière mise à jour:",
    de: "Zuletzt aktualisiert:"
  };
  const label = translations[lang] || translations.en;
  return <>
<style>{`
.last-updated-component {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 16px;
border-radius: 8px;
margin-top: 12px;
margin-bottom: 16px;
font-size: 14px;
background-color: rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.12);
color: rgba(0, 0, 0, 0.75);
line-height: 1;
}

        .last-updated-component svg {
          flex-shrink: 0;
          vertical-align: middle;
        }

        .last-updated-component span {
          display: inline-flex !important;
          align-items: center !important;
          line-height: 1 !important;
        }

        [data-theme="dark"] .last-updated-component {
          background-color: #3a3a3a;
          border: 2px solid #888888;
          color: #ffffff;
        }

        [data-theme="dark"] .last-updated-component svg {
          stroke: #ffffff;
        }
      `}</style>
      <div className="last-updated-component">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
          <circle cx="12" cy="12" r="10" />
          <polyline points="12 6 12 12 16 14" />
        </svg>
        <span>
          <strong style={{
    fontWeight: 600
  }}>{label}</strong> 
          <time dateTime={date}>{date}</time>
        </span>
      </div>
    </>;
};

## Most retailers struggle to attract brand advertising budgets due to:

* Limited sales resources to court agencies and major brands
* Inability to compete with larger platforms on an audience scale
* Complex onboarding processes that deter advertiser adoption

### Toppie solves this by

* **Bringing Pre-Qualified Demand**: Access to agencies and brands already spending through the Toppie network
* **Zero Sales Overhead**: No need to prospect, pitch, or manage individual advertiser relationships
* **Quick Integration:** Multiple integration options from plug-and-play to custom API implementations
* **Maintained Control:** Retailers retain complete control over pricing, inventory allocation, and brand safety

### For Existing Ad Platform Clients

* **Plug-and-Play:** Toppie demand automatically flows to unfilled inventory
* **Configuration:** Set minimum floor prices, category restrictions, and brand safety filters
* **Reporting:** View Toppie performance

<Frame>
  <img src="https://mintcdn.com/topsort/Ro7qPN5howJXYxJV/images/knowledge-base/toppie-retailers-marketplaces-dashboard-1.webp?fit=max&auto=format&n=Ro7qPN5howJXYxJV&q=85&s=74cdd7edd09f80e4d3f4e79e80c380f4" alt="Showcasing Toppie in dashboard." width="2733" height="286" data-path="images/knowledge-base/toppie-retailers-marketplaces-dashboard-1.webp" />
</Frame>

<Frame>
  <img src="https://mintcdn.com/topsort/Ro7qPN5howJXYxJV/images/knowledge-base/toppie-retailers-marketplaces-dashboard-2.webp?fit=max&auto=format&n=Ro7qPN5howJXYxJV&q=85&s=ee495ee62f644934f985008e6cc16dc4" alt="Showcasing Toppie SSP UI" width="1041" height="702" data-path="images/knowledge-base/toppie-retailers-marketplaces-dashboard-2.webp" />
</Frame>

## Revenue and Performance

### Incremental Revenue Streams

* **Unfilled Inventory Monetization:** Generate revenue from previously unsold ad placements
* **Premium Brand Access**: Reach global brands and agencies typically inaccessible to mid-sized retailers
* **Regional Budget Access:** Tap into regional agency budgets that wouldn't normally flow to individual retailers

### Performance Optimization

* **Automated Floor Pricing:** AI-powered price floors that maximize revenue without reducing fill rates
* **Inventory Optimization:** Automatic allocation between direct advertiser campaigns and Toppie demand
* **Real-Time Reporting:** Monitor performance and adjust settings in real-time

***

<LastUpdated date="2025-11-18" />
