Retrieve ad campaign
Retrieves a single ad campaign by its unique identifier.
Required permissions:
ad_campaign:basic:read
Documentation Index
Fetch the complete documentation index at: https://docs.whop.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The unique identifier of the ad campaign.
"adcamp_xxxxxxxxxxx"
Response
A successful response
An advertising campaign running on an external platform or within Whop.
The unique identifier for this ad campaign.
"adcamp_xxxxxxxxxxx"
The campaign name shown in the Whop dashboard.
Current status of the campaign (active, paused, or inactive).
active, paused, payment_failed, draft, in_review, flagged The external ad platform this campaign is running on (e.g., meta, tiktok).
meta, tiktok When the ad campaign was created.
"2023-12-01T05:00:00.401Z"
When the ad campaign was last updated.
"2023-12-01T05:00:00.401Z"
Total amount spent in dollars.
6.9
Total budget in dollars.
6.9
How the budget is allocated (daily or lifetime).
daily, lifetime The user who created this ad campaign.
Meta-specific campaign configuration (objective, budget mode, etc.). Null for non-Meta campaigns.

