Get campaign and stats
Campaigns
Get campaign
Fetch a campaign, its performance stats, and app link
GET
Get campaign and stats
Overview
Returns the campaign, its performance stats, and anhref 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
Campaign id returned from
POST /campaignExample Request
Response
Success (200)
Campaign details including
id, name, reference_id, destination_url, and status (draft, setup,
setup_failed, ready, scheduled, active, paused, or completed)Performance metrics including
impressions, clicks, cpm, cpc, ctr, reach, frequency, conversion,
cost_per_conversion, video_views, from_date, and to_dateURL to the campaign in the Targeter app
Error Responses
401 - Unauthorized
MissingAuthorization header, or invalid or expired token.
404 - Campaign not found
500 - Server Error
Authorizations
Use Authorization: Bearer <token>. Obtain the token from POST /auth/token.
Query Parameters
Campaign id returned from POST /campaign