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

How to activate an Advertising Campaign by using API?

HilltopAds avatar
Written by HilltopAds
Updated over 10 months ago

Method: PATCH /advertiser/startCampaign


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

Please note that the campaign will become active only after being reviewed by a manager. The current status of the campaign will be included in the response to the request.

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 ON

123456

You can provide the ID of only one advertising campaign.This is a required parameter in the request.


Request Example:

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

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

Did this answer your question?