cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_UPDATE_CAMPAIGN' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "FACEBOOK_ADS_UPDATE_CAMPAIGN", "parameters": { "campaignId": "<string>", "name": "<string>", "objective": "APP_INSTALLS", "status": "PAUSED" } } '
Your Paragon User Token (JWT), which you can generate using your project's signing keys.
Your Paragon Project ID. You can copy your Project ID from your dashboard URL or by clicking Copy Project ID under the Environment switcher.
Show child attributes
Campaign ID : The ID of the campaign to update.
Name : The name of the campaign.
Objective : Specify the objective for this campaign.
APP_INSTALLS
BRAND_AWARENESS
CONVERSIONS
EVENT_RESPONSES
LEAD_GENERATION
LINK_CLICKS
LOCAL_AWARENESS
MESSAGES
OFFER_CLAIMS
PAGE_LIKES
POST_ENGAGEMENT
PRODUCT_CATALOG_SALES
REACH
STORE_VISITS
VIDEO_VIEWS
Status : This value will default to Paused to prevent your test account from being billed while testing. Change this to Active for production uses.
PAUSED
ACTIVE
ARCHIVED
DELETED
Success
Was this page helpful?