Skip to main content
GET
Get campaign and stats

Overview

Returns the campaign, its performance stats, and an href to the campaign in the Targeter app. Requires a valid Bearer token from POST /auth/token. Use the campaign_id returned from POST /campaign as the query parameter.

Request

Headers

  • Authorization: Bearer {jwt_token} (required — obtained using your issued partner credentials)

Query Parameters

string
required
Campaign id returned from POST /campaign

Example Request

Response

Success (200)

object
Campaign details including id, name, reference_id, destination_url, and status (draft, setup, setup_failed, ready, scheduled, active, paused, or completed)
object
Performance metrics including impressions, clicks, cpm, cpc, ctr, reach, frequency, conversion, cost_per_conversion, video_views, from_date, and to_date
string (uri)
URL to the campaign in the Targeter app

Error Responses

401 - Unauthorized

Missing Authorization header, or invalid or expired token.

404 - Campaign not found

500 - Server Error

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <token>. Obtain the token from POST /auth/token.

Query Parameters

id
string
required

Campaign id returned from POST /campaign

Response

Campaign found

campaign
object
required
stats
object
required
href
string<uri>
required

URL to the campaign in the Targeter app

Example:

"https://app.targeter.tech/campaigns/AbC123xyz"