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

# Sponsored Brands V2

> Enhanced sponsored brands with multiple products, video support, and advanced targeting - initial release for admin dashboard

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

<Note>
  **Why It's Important**

  **Sponsored Brands** transforms how you create brand awareness campaigns by
  allowing multiple products, video creatives, and sophisticated targeting
  options.
</Note>

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/sponsored-brands-template-examples.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=3c02f49a513948503a07b8a8a91257be" alt="Start of the sponsored brands template creation" width="3920" height="2608" data-path="images/changelog/sponsored-brands-template-examples.webp" />
</Frame>

## What's New

* **Multiple products per campaign**: Include multiple products in a single sponsored brand campaign for better product discovery
* **Video and enhanced creatives**: Upload videos alongside traditional banner images for more engaging ad experiences
* **Flexible pricing models**: Choose between cost-per-click (CPC) and cost-per-thousand-impressions (CPM) bidding
* **Enhanced destinations**: Direct shoppers to product pages, vendor pages, or custom URLs

## Key Benefits

**Enhanced Product Showcase**:
Feature multiple products in a single campaign, helping shoppers discover
your full product range and increasing engagement.

**Rich Creative Formats**:
Use videos or multiple images with customizable layouts to create compelling
ad experiences that capture attention.

**Template-Driven Efficiency**:
Leverage pre-built templates or create custom templates that ensure
consistent campaign structure and requirements.

**Comprehensive Campaign Control**:
Manage the complete campaign lifecycle from template creation through
performance analytics in the admin dashboard.

## Template and Campaign Management

### Template Selection

Choose from predefined templates that define campaign structure:

* **Creative options**: Select templates with video support or multiple image layouts
* **Pre-configured fields**: Templates include predefined field names and descriptions for easy creative identification
* **Slot integration**: Link slots to one of the available templates for optimal performance

### Campaign Analytics

Monitor campaign performance with comprehensive metrics:

* Number of active campaigns per vendor
* Ad spend tracking
* Impressions and clicks
* Promoted sales attribution
* Campaign-level performance insights

<Frame>
  <img src="https://mintcdn.com/topsort/M3N4mDiL0uw6VdTk/images/changelog/sponsored-brands-analytics.webp?fit=max&auto=format&n=M3N4mDiL0uw6VdTk&q=85&s=ff69fee637ccc1b6da9f6ea718647a67" alt="Overview of a sponsored brands campaign" width="943" height="1433" data-path="images/changelog/sponsored-brands-analytics.webp" />
</Frame>

***

This update to Sponsored Brands is now available in your Ad Platform. Contact your account manager to learn how you can leverage this ad format to drive brand awareness and customer acquisition.

<ChangelogActions />
