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

# Kampagnendetails Anzeigen

export const LastUpdatedDe = ({date}) => {
  const label = "Zuletzt aktualisiert:";
  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" }}>
  Sie können die Leistung Ihrer gesponserter Anzeigenkampagne im Kampagnen-Dashboard überprüfen.
</div>

<div style={{ textAlign: "justify", marginBottom: "1.5rem" }}>
  Auf dieser Seite können Sie die Key Performance Indicators (KPIs) oben für einen von Ihnen ausgewählten Zeitraum sowie ein Diagramm darunter mit den Trends sehen. Sie können auch die in Ihrer Kampagne enthaltenen Produkte sehen, indem Sie durch die Produktbilder scrollen. Wenn Sie mit der Maus über ein Produktbild fahren, werden die Leistungsindikatoren aktualisiert, um die Leistung dieses spezifischen Produkts anzuzeigen.
</div>

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-campaign-details-campaign-kpis.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=1cd17170624a910466e34d79c3a69f47" alt="Screenshot der Kampagnen-KPIs" width="1372" height="1272" data-path="images/knowledge-base/ad-platform-listings-campaign-details-campaign-kpis.webp" />
</Frame>

Sie können die gesamte Kampagne mit dem grünen Schalter schnell ein- oder ausschalten oder das Kampagnenbudget durch Klicken auf das Stiftsymbol bearbeiten. Unter dem Diagramm befindet sich eine Tabelle mit den beworbenen Produkten und ihren wichtigsten Leistungsindikatoren. In dieser Tabelle können Sie den Schalter neben einem Produkt verwenden, um es aus der Kampagne zu entfernen, oder jederzeit neue Produkte hinzufügen.

<Note>
  Wenn ein Produkt über die API oder Produktfeed-Updates aufgrund von Bestandsmangel auf active: "false" gesetzt wird, wird es im Kampagnen-Dashboard automatisch deaktiviert. Weitere Informationen finden Sie im Abschnitt [Katalogsynchronisation](/de/knowledge-base/ad-platform/catalog-management/catalog-synchronization/).
</Note>

<Frame>
  <img src="https://mintcdn.com/topsort/FVdFH6-GAInpFZWG/images/knowledge-base/ad-platform-listings-campaign-details-products.webp?fit=max&auto=format&n=FVdFH6-GAInpFZWG&q=85&s=798aff97b92161c0fb3e4509a30b3ebb" alt="Screenshot mit Produktdetails" width="1292" height="668" data-path="images/knowledge-base/ad-platform-listings-campaign-details-products.webp" />
</Frame>

***

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