GET /v25.0/{ad-account-id}/asyncadcreatives HTTP/1.1
Host: graph.facebook.com
| Parameter | Description |
|---|---|
is_completedboolean |
If true, we only return completed ad request sets.
|
{
"data": [],
"paging": {}
}
| Error Code | Description |
|---|---|
80004 | There have been too many calls to this ad-account. Wait a bit and try again. For more info, please refer to /docs/graph-api/overview/rate-limiting#ads-management. |
| Parameter | Description |
|---|---|
creative_specAdCreative |
Specs for ad creative
required supports emoji |
nameUTF-8 encoded string |
Name of async job
required |
notification_modeenum{OFF, ON_COMPLETE} |
Specify 0 for no notifications and 1 for notification on completion.
|
notification_uriURL |
If notifications are enabled, specify the URL to send them.
|
Struct {
id: numeric string,
}
| Error Code | Description |
|---|---|
100 | Invalid parameter |