Skip to main content
All CollectionsAPI
Stop an Advertising Campaign
Stop an Advertising Campaign

How to stop an Advertising Campaign by using API?

HilltopAds avatar
Written by HilltopAds
Updated over 10 months ago

Method: PATCH /advertiser/stopCampaign

Description: You can change the status of an advertising campaign created in your HilltopAds account to OFF.

Please note that stopping a campaign may take up to 10 minutes to take effect.

Parameters:

name

description

example

comment

key

A unique API key that you can generate in the API section of your HilltopAds account

nXzgO3Bc

This is a required parameter in the request.

campaignID

Campaign ID whose status needs to be changed to OFF

123456

You can provide the ID of only one advertising campaign.

This is a required parameter in the request.


Request Example:

To stop the advertising campaign with the Campaign ID 123456, you need to write the following request:

https://hilltopads.com/api/advertiser/stopCampaign?key=nXzgO3Bc&campaignId=123456

Did this answer your question?