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

> Comprehensive campaign performance analytics for agencies and retailers to understand demand and optimize performance

export const ChangelogActions = () => {
  return <>
      <style>{`
        .changelog-actions {
          display: flex;
          justify-content: center;
          gap: 12px;
          margin-top: 2rem;
          padding-top: 1.5rem;
          border-top: 1px solid #e5e7eb;
        }
        
        [data-theme="dark"] .changelog-actions {
          border-top-color: #374151;
        }
        
        .changelog-btn {
          display: inline-flex;
          align-items: center;
          gap: 6px;
          padding: 8px 16px;
          border-radius: 9999px;
          border: 1px solid #d1d5db;
          background: transparent;
          color: #6b7280;
          font-size: 14px;
          cursor: pointer;
          transition: all 0.2s ease;
        }
        
        .changelog-btn:hover {
          border-color: #9ca3af;
          background: #f9fafb;
        }
        
        [data-theme="dark"] .changelog-btn {
          border-color: #4b5563;
          color: #9ca3af;
        }
        
        [data-theme="dark"] .changelog-btn:hover {
          border-color: #6b7280;
          background: #1f2937;
        }
      `}</style>
      <div className="changelog-actions">
        <button className="changelog-btn" onClick={() => {
    const btn = event.target.closest("button");
    btn.innerHTML = "❤️ Like";
    btn.style.borderColor = "#ec4899";
  }}>
          🤍 Like
        </button>
        <button className="changelog-btn" onClick={() => {
    const btn = event.target.closest("button");
    navigator.clipboard.writeText(window.location.href);
    const originalContent = btn.innerHTML;
    btn.innerHTML = "✓ Copied";
    btn.style.borderColor = "#22c55e";
    btn.style.color = "#22c55e";
    setTimeout(() => {
      btn.innerHTML = originalContent;
      btn.style.borderColor = "";
      btn.style.color = "";
    }, 2000);
  }}>
          ↗ Share
        </button>
      </div>
    </>;
};

<div style={{ display: "flex", gap: "8px", flexWrap: "wrap", marginBottom: "16px" }}>
  <Badge color="gray" size="sm" icon="calendar">August 5, 2025</Badge>
  <Badge color="red" size="sm" icon="chart-network">Toppie</Badge>
  <Badge color="green" size="sm" icon="sparkles">New Feature</Badge>
</div>

We've launched **Toppie Analytics**, providing comprehensive visibility into campaign performance for both agencies running campaigns and retailers hosting them. The new analytics suite enables data-driven optimization and builds transparency across the entire Toppie ecosystem.

## Key Benefits

**Campaign Optimization**:
Understand what's working and adjust strategies in real-time

**Budget Allocation Insights**:
Make informed decisions about spending across marketplaces and products

**Platform Transparency**:
See exactly how advertising spend translates to results

**Demand Insights**:
Make informed decisions about spending across marketplaces and products

**Reduced Manual Reporting**:
Access all performance data directly within the platform

## For Agencies and Brands

<Frame>
  <img src="https://mintcdn.com/topsort/kKtg9wT2hJn2uG4V/images/changelog/toppie-analytics-dsp.webp?fit=max&auto=format&n=kKtg9wT2hJn2uG4V&q=85&s=18a9c8ce78a70bc0a4d25b90f96c303c" alt="Toppie Analytics on DSP-side" width="1433" height="498" data-path="images/changelog/toppie-analytics-dsp.webp" />
</Frame>

### Core Metrics Available

* Ad spend and budget utilization across retail partners
* Impressions and reach by marketplace
* Clicks and click-through rates (CTR)
* Purchases and conversion rates (CVR)
* Revenue and return on ad spend (ROAS)

### Campaign Management

1. Filter by specific brands or individual campaigns

2. Select custom date ranges for analysis

3. Choose which columns to display

4. Sort by any metric for quick insights

5. Download reports for external analysis

## For Retailers and Marketplaces

<Frame>
  <img src="https://mintcdn.com/topsort/kKtg9wT2hJn2uG4V/images/changelog/toppie-analytics-ssp.webp?fit=max&auto=format&n=kKtg9wT2hJn2uG4V&q=85&s=e91416c9b069a37f165c82896fa09d55" alt="Toppie Analytics on SSP-side" width="1193" height="817" data-path="images/changelog/toppie-analytics-ssp.webp" />
</Frame>

Retailers can now view performance analytics for Toppie campaigns running on their platforms, including:

* Campaign performance metrics from agency demand
* Revenue generated from Toppie campaigns
* Impression and click data for campaigns on their inventory
* Insights into which products and categories are driving the most agency demand

***

Talk to your Topsort representative about getting access to Toppie analytics feature in the [**Retail Media Platform**](https://www.topsort.com/retail-media) or in your Toppie dashboard and start exploring campaign performance data from your perspective in the ecosystem.

<ChangelogActions />
