Cost-Per-Click Campaigns
Get Campaign by ID
Get a Cost-Per-Click campaign by its ID
GET
/
cpc
/
{campaign_id}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The ID of the campaign to get
Response
200 - application/json
The ID of the campaign
The start date of the campaign, format: 'YYYY-MM-DD'
The end date of the campaign, format: 'YYYY-MM-DD'. If null, the campaign will continue indefinitely (until budget is reached, or canceled).
The cancellation date of the campaign, format: 'YYYY-MM-DD'. If null, the campaign has not been canceled.
UUID
Information about the campaign's budget, including the amount of clicks remaining, and whether or not the budget has been reached
Information about your membership in this campaign. If null, you have not joined the campaign