I have created a Ads and campaigns in Facebook Ads Manager. But they are not yet published
I have tried the following API call to get a list of all the campaigns I have created,
/v3.2/act_XXXX/campaigns
But I am getting an empty response,
{
"data": [
]
}
Is there any other way to list all the campaigns created irrespective of they are published or not
The default filter is ACTIVE campaign, if you want to retrieve for different state you can use the filter options, as example:
And add in the list the status you need, from the doc:
Facebook doc here