Skip to main content

pauseCampaign

Stops a campaign spending. A campaign that comes back paused always has a matching entry in the merchant’s audit trail — the two are recorded together or not at all.

pauseCampaign(
input: PauseCampaignInput!
): PauseCampaignResult!

Arguments

pauseCampaign.input ● PauseCampaignInput! non-null input

The campaign to pause.

Type

PauseCampaignResult union

The outcome of pauseCampaign: either the paused campaign, or the business reason it could not be paused.