Skip to main content

API: Retrieve data about an Advertising Campaign

Everything about the API method with that you can retrieve data about an ad campaign.

HilltopAds avatar
Written by HilltopAds
Updated over 3 weeks ago

How to retrieve data about an Advertising Campaign by using API?

Method: GET /api/v1/advertiser/campaign/{id}

Description: You can retrieve data about an advertising campaign created in your HilltopAds account.

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

ID of the advertising campaign for which data is needed.

123456

You can specify the ID of only one advertising campaign.


Request Example:

To retrieve data about a specific advertising campaign created with the ID 123456 in your HilltopAds account where the API key nXzgO3Bc is used, you need to write the following request:

https://api.hilltopads.com/v1/advertiser/campaign/123456?key=nXzgO3Bc

Unlock the full potential of the HilltopAds ad network API!

Did this answer your question?