Adding Campaigns
Campaigns are not added with the API. Instead, they are created, started and stopped by your Technical Solution engineer.Managing Seller-Campaigns
A Seller-Campaign contains all the information relative to the advertisement of the products of a Seller in a Campaign. In particular it contains information about bid and status:bidBid specified for this Seller in this Campaign
suspendedSinceDate and time since we stopped delivering adds for this Seller in this Campaign
suspensionReasonsList of reasons why the campaign is suspended (possible values are:
NoMoreBudget, ManuallyStopped, NoBudgetDefined, NoCpcDefined, RemovedFromCatalog) Every Seller-Campaign is identified by:
sellerIdSellerId of the seller associated to this Seller-Campaign
campaignIdCampaignId of the COA-campaign associated to this Seller-Campaign
Adding Seller-Campaigns
Seller-Campaigns get automatically created for every Campaign and every Seller in your feed.- New Seller-Campaigns are created inactive by default (
suspendedSinceflag is set to the moment of creation)
Getting Seller-Campaigns
To see what Seller-Campaigns are available you can make following query:Starting Seller-Campaigns
In order to start delivering ads for a Seller in a Campaign, the Seller-Campaign needs to :- be part of a running Campaign
- have a bid (see “Setting the Bid for a given Seller-Campaign” section)
- have an active budget (see “Managing Budgets” section)
suspendedSince flag is null.
Stopping Seller-Campaigns
In order to stop delivering ads for a Seller in a Campaign, you can do one of the following actions :- set the bid of the Seller-Campaign to null (see “Setting the Bid for a given Seller-Campaign” section)
- suspend the current budget (see “Suspend a Budget” section)
- remove products of this Seller from the feed (if you have several COA-Campaigns, this will also stop the Seller in the other COA-Campaigns)
suspendedSince flag is set to the current date.