Facebook Get Account Insights Advance - limitation

Status: Closed · Asked by Support on · 0 views

TheDigitalMarketers — Question ·

Hi, i'm trying to get all ads from my ad account. However because there's too many ads, the RSS was cut off

How do I get it to show all?

TheDigitalMarketers — Reply ·

One way i can think is to have an action to list all available Adsets, then iterate through each adset and request the ads within that adset.
If you know what I mean...

But i don't know how to do that... any ideas?

Arshil Ahmad — Reply ·

Set up Scheduler as the trigger step of your workflow. Then, use the Facebook Ads: List Ad Sets action to retrieve all your Ad Sets. Next, add an Iterator to process each Ad Set, and use the response from the Iterator wherever needed.

youtube.com/watch?v=zJaGQ-SIB0I

TheDigitalMarketers — Reply ·

cool!
i got it working by listing campaigns then listing adsets then getting the ads! Now i can mitigate the Quota exceeded error

THANK YOU!

TheDigitalMarketers — Reply ·

But sometimes i still get this error

Is there a way to have this specific action try again in 5 minute if this happens?

Arshil Ahmad — Reply ·

This issue occurs when we use an Iterator and a Delay step within the same workflow. If you wish to use an Iterator and a Delay step in the same process, you will need to split your workflow into two parts using a Data Forwarder.

To do this, add a Data Forwarder immediately after the Iterator step. Forward the data to a different workflow, then add the Delay and Google Sheets action step in the other workflow.

youtube.com/watch?v=JwjWx7vx0hE

TheDigitalMarketers — Reply ·

i tried it, it is still the same

TheDigitalMarketers — Reply ·

ok. it's solved.
I added a counter and and set it to increase and reset to use that as a delay to the second workflow.

Preeti Paryani — Reply ·

Hello @TheDigitalMarketers

Thanks for the update!

Back to all forum threads · Log in to reply