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

# New: Toppie

> Toppie serves as a new investment channel for agencies and brands, which enables them to reach several marketplaces from one place. We are super excited not only to help agencies and brands optimize their operations but also Topsort’s retailers by giving them the opportunity to access new demand and gain additional ad revenue.

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">October 2, 2024</Badge>
  <Badge color="blue" size="sm" icon="rectangle-ad">Ad Platform</Badge>
  <Badge color="green" size="sm" icon="sparkles">New Feature</Badge>
</div>

With Toppie, agencies can now manage all of their retail media marketing efforts in one place, eliminating the need to use multiple platforms. By leveraging the Topsort Ad Network, they can expand their reach to a wider audience across multiple online marketplaces, saving time and resources.

## Benefits

* Centralized Management: Advertise products across the entire Topsort Ad Network in just a few steps.
* Efficient Campaign Management: Handle all retail media marketing campaigns from a single, user-friendly platform.
* Expanded Reach: Access Topsort's network of retailers and marketplaces to grow marketing efforts.
* Cost Savings: Reduce expenses by avoiding the complexity of managing separate platforms for each marketplace.
* Boost for Marketplaces: Marketplaces can benefit from increased ad spending by activating this feature.

## Overview

### Campaigns:

Agencies and brands can create and manage Sponsored Listing campaigns across the Topsort network of marketplaces and retailers. Campaigns can be created in just 3 simple steps:

* Select Products: Choose from the available inventory in participating marketplaces.

<Frame>
  <img src="https://mintcdn.com/topsort/IPYqfFwUqBX3axYX/images/changelog/agency-create-step-1.webp?fit=max&auto=format&n=IPYqfFwUqBX3axYX&q=85&s=efa1495d70a63bd0fb67e01587aa133d" alt="select products" width="828" height="536" data-path="images/changelog/agency-create-step-1.webp" />
</Frame>

* Autobidding: Balance between maximizing reach and optimizing for ROAS (Return on Ad Spend).

<Frame>
  <img src="https://mintcdn.com/topsort/IPYqfFwUqBX3axYX/images/changelog/agency-create-step-2.webp?fit=max&auto=format&n=IPYqfFwUqBX3axYX&q=85&s=a3ab61b92766a9f130c4b95dcbfd0b9d" alt="autobidding" width="828" height="512" data-path="images/changelog/agency-create-step-2.webp" />
</Frame>

* Set Budget: Define the budget, and the campaign is ready to launch.

<Frame>
  <img src="https://mintcdn.com/topsort/IPYqfFwUqBX3axYX/images/changelog/agency-create-step-3.webp?fit=max&auto=format&n=IPYqfFwUqBX3axYX&q=85&s=ab5ce1bf5fe0867248dfc652b6f490c9" alt="set budget" width="828" height="611" data-path="images/changelog/agency-create-step-3.webp" />
</Frame>

### Marketplaces:

Marketplaces now have the option to enable agency and brand campaigns from their dashboard, allowing brands to advertise products on their site. This feature can be activated or deactivated at any time, giving marketplaces full control.

### Reporting

Agencies will gain access to detailed reporting on all past and ongoing campaigns, including:

* Performance Metrics: ROAS, CPC (Cost per Click), total impressions, clicks, and attributed sales at both the campaign and product level.
* Real-Time Monitoring: Track performance across all marketplaces and make adjustments as needed.

<Frame>
  <img src="https://mintcdn.com/topsort/IPYqfFwUqBX3axYX/images/changelog/agency-dashboard.webp?fit=max&auto=format&n=IPYqfFwUqBX3axYX&q=85&s=8bceffdb2f3b5bcefd30d8f4e5df143e" alt="agency dashboard" width="952" height="708" data-path="images/changelog/agency-dashboard.webp" />
</Frame>

Marketplaces will also see the impact of the agencies' campaigns within their own dashboard.

<ChangelogActions />
