Skip to main content
All CollectionsAPI
Retrieve data about an Advertising Campaign
Retrieve data about an Advertising Campaign

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

HilltopAds avatar
Written by HilltopAds
Updated over a week ago

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:


Did this answer your question?