---
title: "/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}"
method: GET
path: "/2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}"
tags: ["Campaign"]
---

# /2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}

`GET /2026-01/marketing-solutions/marketplace-performance-outcomes/seller-campaigns/{sellerCampaignId}`

Return details for a seller campaign. For example,
            
    {
        "id": "543210.123456",
        "sellerId": "543210",
        "campaignId": 123456,
        "bid": 1.55,
        "suspendedSince": "2018-07-30T15:15:24.813",
        "suspensionReasons": [
            "NoMoreBudget"
        ]
    }
            
An active seller campaign is one for which the value of <b>suspendedSince</b> is null and
the <b>bid</b> is positive. The currency of the bid is the <b>bidCurrency</b> of the
associated campaign.
            
Any active seller campaign must also have an active total (capped or uncapped) budget.
It may optionally have an active daily budget as well to further limit spending.
            
Suspension reasons:
- ManuallyStopped: The Seller-Campaign has been manually paused. This is not related to the other suspension reasons.
- NoBudgetDefined: No valid budget has been linked to the Seller-Campaign.
- NoCpcDefined: No CPC has been set for the Seller-Campaign.
- NoMoreBudget: The current budget of the Seller-Campaign has been exhausted.
- RemovedFromCatalog: All the products of the Seller-Campaign have been deleted from the catalog.
- NotYetStarted: The Seller-Campaign has just been created and has not yet been processed.

## Path parameters

- `sellerCampaignId` string, required

## Response `200`

Success

- SellerCampaignMessage — A seller-campaign links a seller to a campaign, defining the CPC bid. A seller can participate in multiple campaigns, and a campaign can have multiple sellers.
  - `bid` number, double, nullable — Cost-per-click bid in the advertiser's currency. Null means no CPC is defined (seller-campaign will be suspended with NoCpcDefined). Set to 0 to stop delivery.
  - `campaignId` integer — Identifier of the campaign this seller participates in
  - `id` string — Composite identifier in format {sellerId}.{campaignId}
  - `productSet` SellerCampaignProductSet, nullable — Product set targeting configuration for a seller-campaign
    - `productSetNumberOfProducts` integer, nullable — Number of products matching the product set rules
    - `productSetStatus` string, nullable — Status of the product set (e.g. Active, Pending)
    - `rules` object[], nullable — Array of product set filtering rules
  - `sellerId` string — Unique identifier of the seller (merchant)
  - `suspendedSince` string, date-time, nullable — Timestamp when the seller-campaign was suspended. Null means the seller-campaign is active.
  - `suspensionReasons` SellerCampaignSuspensionReason[], nullable — List of reasons why the seller-campaign is suspended. Null means the seller-campaign is active.

---

[API](https://skmtc.net/criteo/apis/criteo-api.md) · [All operations](https://skmtc.net/criteo/apis/criteo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/criteo/criteo-api/revisions/c1721589426a/schema)
