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

# Common Use Cases

> Sponsored Listings use cases

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 listings boost product visibility by appearing in key customer locations:
</div>

## 1. Sponsored listings on search pages

<div style={{textAlign: 'justify', marginBottom: '1.5rem'}}>
  Appear among search results, often at the top, when customers search for products.
</div>

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-use-case-search-pages.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=9f6f371e7c76d4d04992e24a7d0255f0" alt="Page layout showing sponsored listings integrated within search results demonstrating sponsored listing placement options." width="1600" height="817" data-path="images/knowledge-base/ad-platform-listings-use-case-search-pages.webp" />
</Frame>

## 2. Sponsored listings on category pages

Displayed within product lists on category pages, helping products stand out in their category.

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-use-case-category-pages.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=849697efa31be8b90f97c603aadf537b" alt="Screenshot showing sponsored listings displayed on product category pages demonstrating sponsored listing placement options." width="1600" height="916" data-path="images/knowledge-base/ad-platform-listings-use-case-category-pages.webp" />
</Frame>

## 3. Sponsored listings on carousels

Included in scrolling carousels, often on product pages, showcasing related products.

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-use-case-carousels.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=74f8c0bb93c39e130d2d5eb7290e9951" alt="Screenshot showing sponsored products in a carousel format demonstrating sponsored listing placement options." width="1364" height="1146" data-path="images/knowledge-base/ad-platform-listings-use-case-carousels.webp" />
</Frame>

## 4. Sponsored listings as swimlanes

Placed in horizontal rows within pages, providing visibility even outside top positions.

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-use-case-swimlanes.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=ed8f6ed9593d0465aa2d5efdefc0b9bb" alt="Screenshot showing demonstrating sponsored listing placement options." width="1600" height="948" data-path="images/knowledge-base/ad-platform-listings-use-case-swimlanes.webp" />
</Frame>

## 5. Sponsored listings as related products and cross-sell pages

Shown in sections suggesting related items on product pages to interested customers.

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-use-case-cross-sell.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=9b24ef7dec44d58ae7284175cd0ce9f5" alt="Screenshot showing demonstrating sponsored listing placement options." width="1220" height="1048" data-path="images/knowledge-base/ad-platform-listings-use-case-cross-sell.webp" />
</Frame>

***

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