> ## 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.

# Overview

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>
    </>;
};

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  Toppie is Topsort's ad exchange and demand-side platform that unifies retail media buying and selling across multiple retailers. It functions as both a **demand-side ad exchange** (facilitating real-time transactions between buyers and sellers) and **ad network** (aggregating inventory from multiple retailers for streamlined access).
</div>

## The Core Problem Toppie Solves

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  Retail media suffers from severe fragmentation. Agencies and brands struggle to manage campaigns across multiple mid-sized retailers, while these retailers can't attract the brand spend that larger players like Amazon and Walmart command. This creates a "budget fragmentation" problem where smaller retailers struggle to monetize their inventory effectively, and brands miss opportunities to reach high-intent shoppers outside the major platforms.
</div>

## Toppie's Solution

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **[For Agencies and Brands:](/en/knowledge-base/toppie/agencies-brands/agencies-brands/)** One platform to create, manage, and optimize campaigns across multiple retailers with unified reporting and budget allocation
  * **[For Retailers and Marketplaces:](/en/knowledge-base/toppie/retailers-marketplaces/retailers-marketplaces/)** Access to incremental brand budgets and demand without operational overhead or lengthy sales cycles
</div>

## Key Differentiators

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * Universal Product Catalog that maps SKUs across retailers
  * Real-time budget optimization using Topsort's **BIDLESS™** technology
  * Unified attribution and reporting across all participating retailers
  * Integration options ranging from plug-and-play (for existing Ad Platform clients) to custom API implementations
</div>

***

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