cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_UPDATE_AD' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "FACEBOOK_ADS_UPDATE_AD", "parameters": { "adId": "<string>", "name": "<string>", "status": "PAUSED", "adCreativeId": "<string>" } } '
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
Ad ID : The ID of the ad to update.
Name : Specify a name for this ad.
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
Ad Creative ID : The ID of the ad creative to use for this ad.
Success
Was this page helpful?