> ## 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 Slot Configuration

> Configure sponsored brands ad slots and template assignments

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'}}>
  Sponsored Brands slot configuration allows you to create and manage ad slots that determine where sponsored brands campaigns can be displayed. Unlike the previous single default slot, you now have the flexibility to create multiple slots with specific template assignments.
</div>

## Slot Configuration Overview

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  Sponsored brands slots define placement opportunities where campaigns can appear. Each slot can be configured with specific templates and targeting parameters to ensure campaigns display appropriately across your platform.
</div>

<Frame>
  <img src="https://mintcdn.com/topsort/JfdWUceY7Se3NW-0/images/knowledge-base/ad-platform-sponsored-brands-configuration.webp?fit=max&auto=format&n=JfdWUceY7Se3NW-0&q=85&s=30a19835689393a42b25ce925b91e77a" alt="Screenshot of sponsored brands slot configuration interface" width="2971" height="1983" data-path="images/knowledge-base/ad-platform-sponsored-brands-configuration.webp" />
</Frame>

## Creating Sponsored Brands Slots

<Steps>
  <Step title="Access Slot Configuration">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      Navigate to the Ad Formats section in your admin dashboard and select Sponsored Brands slot management.
    </div>
  </Step>

  <Step title="Define Slot Details">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      Configure the basic slot information:
    </div>

    * **Slot Name**: Descriptive name for easy identification
    * **Slot ID**: Unique identifier used in auction requests
    * **Template Assignment**: Select which template this slot will use:
      * Product Collection
      * Store Spotlight
      * Video
  </Step>

  <Step title="Configure Slot Settings">
    <div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
      Set up additional slot parameters:
    </div>

    * **Placement Rules**: Define where this slot can appear
    * **Size Specifications**: Set dimensions and layout requirements
    * **Targeting Options**: Configure audience and content targeting
    * **Performance Goals**: Set optimization objectives for this slot

    <Frame>
      <img src="https://mintcdn.com/topsort/JfdWUceY7Se3NW-0/images/knowledge-base/ad-platform-sponsored-brands-configuration-2.webp?fit=max&auto=format&n=JfdWUceY7Se3NW-0&q=85&s=6816581b76697d2d89533f73e9ab671a" alt="Screenshot of detailed slot configuration settings" width="2954" height="1982" data-path="images/knowledge-base/ad-platform-sponsored-brands-configuration-2.webp" />
    </Frame>
  </Step>

  <Step title="Template Integration">
    Link the slot to specific sponsored brands templates:

    * **Template Restriction**: Campaigns using this slot must use the assigned template
    * **Creative Requirements**: Template-specific asset requirements are enforced
    * **Product Count Limits**: Template product limits (1-5) apply to campaigns in this slot
  </Step>

  <Step title="Slot Activation">
    Review and activate your configured slot:

    * **Validation**: Ensure all required fields are completed
    * **Template Compatibility**: Verify template assignment works with placement requirements
    * **Auction Integration**: Confirm slot ID is properly configured for auction requests
  </Step>
</Steps>

## Slot Management Features

### Multiple Slot Support

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Flexible Placement**: Create multiple slots for different page locations or contexts
  * **Template Specialization**: Assign specific templates to optimize for different placements
  * **Performance Optimization**: Configure slots with different objectives and targeting
</div>

### Template Assignment Benefits

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Consistent Experience**: Ensure specific placements always use appropriate templates
  * **Creative Standards**: Maintain consistent creative quality across different slot types
  * **Campaign Matching**: Automatically match campaigns to suitable slots based on template choice
</div>

### Advanced Configuration Options

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Slot Priority**: Set priority levels for multiple slots in auction requests
  * **Dynamic Assignment**: Allow flexible template usage when appropriate
  * **Performance Tracking**: Monitor slot-specific performance metrics
</div>

<Note>
  Slot configuration changes may require coordination with your development team to update auction request implementations. Ensure proper slot IDs are used in placement requests to receive appropriate sponsored brands campaigns.
</Note>

## Best Practices

### Slot Planning

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Strategic Placement**: Create slots for high-visibility areas where sponsored brands perform best
  * **Template Matching**: Assign templates that align with the placement context and user intent
  * **Performance Monitoring**: Track slot performance to optimize template assignments
</div>

### Template Assignment Strategy

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Product Collection Slots**: Best for category pages, search results, and product discovery areas
  * **Store Spotlight Slots**: Ideal for homepage placements and brand-focused sections
  * **Video Slots**: Optimize for mobile placements and content-rich environments
</div>

### Slot Optimization

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Regular Review**: Monitor slot performance and adjust template assignments as needed
  * **A/B Testing**: Test different template assignments to optimize slot performance
  * **Campaign Feedback**: Use campaign performance data to improve slot configuration
</div>

## Integration with Auctions

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  Configured slots integrate directly with the sponsored brands auction system:
</div>

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  * **Placement Requests**: Use slot IDs in auction requests to target specific placements
  * **Template Filtering**: Auction responses only include campaigns compatible with slot templates
  * **Performance Attribution**: Track results back to specific slot configurations for optimization
</div>

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  Refer to the [Sponsored Brands Auction](/en/knowledge-base/ad-platform/sponsored-brands/sponsored-brands-auction/) section for details on using slot IDs in auction requests.
</div>

***

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