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