• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Facebook Get Account Insights Advance - limitation

Status
Not open for further replies.
Hi, i'm trying to get all ads from my ad account. However because there's too many ads, the RSS was cut off
1733568807269.png


How do I get it to show all?
 
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?
 

ArshilAhmad

Moderator
Staff member
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.

1733592439202.png



 
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!
 
Last edited:

ArshilAhmad

Moderator
Staff member
You can add a Delay step to your workflow before the 'Add New Row' action step to ensure there is some time between the addition of two rows.

Is there a way to have this specific action try again in 5 minute if this happens?
You can enable auto-re-execution for this.
 

ArshilAhmad

Moderator
Staff member
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.
1733850964054.png


 

ArshilAhmad

Moderator
Staff member
Based on your Task History, we can see that the data is being forwarded from this workflow:
1734282362782.png


To the workflow shared below, without any issues.

1734282465451.png
 
Status
Not open for further replies.
Top