How can I sort result of all adcreatives under an adaccount by creation date?

484 Views Asked by At

I'm using below facebook marketing API to fetch all ad creatives under an adaccount,

https://graph.facebook.com/v11.0/{{adaccount_id}}/adcreatives

Can anyone suggest which parameter/field I can use to sort results by ascending order of creation date of particular adcreative?

1

There are 1 best solutions below

1
On

I'm pretty sure you can't. What can you do instead is to fetch AdCreatives via Ad and because the creative is associated to the Ad, you can then sort by the created_time field.