cURL
curl --request POST \ --url 'https://actionkit.useparagon.com/projects/{project_id}/actions/#FACEBOOK_ADS_CREATE_AD_CREATIVE' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "FACEBOOK_ADS_CREATE_AD_CREATIVE", "parameters": { "name": "<string>", "page": "<string>", "adCreativeJson": {} } } '
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 : The name of the ad creative, which appears in the ad account’s library. This field is required.
The Facebook Page that the creative will be uploaded for
Ad Creative JSON : Use the Build Ad Creative Object step to generate an object to use as a creative. (example: "{ "link_data": {...}, "text_data": {...}, }")
Success
Was this page helpful?