Stop an Advertising Campaign

Contents

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