Retrieve data about an Advertising Campaign

Contents

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://hilltopads.com/api/v1/advertiser/campaign/123456?key=nXzgO3Bc