Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reading all Ad Group Stats for an Ad Account using Batches #6

Closed
djgoku opened this issue Oct 16, 2014 · 2 comments
Closed

Reading all Ad Group Stats for an Ad Account using Batches #6

djgoku opened this issue Oct 16, 2014 · 2 comments

Comments

@djgoku
Copy link

djgoku commented Oct 16, 2014

I am not sure if batching will help with my problem, but I need to start from the beginning of a Campaign and process all Ad Group Stats per day. After processing 1-2 months I hit the rate limit. I would like to try batching to see if that would help with this issue.

There isn't an example of batching and using remote_read().

I know what I need to do: https://developers.facebook.com/docs/reference/ads-api/batch-requests/#adstatistics

@paulbain
Copy link
Contributor

Batching will not help this issue as the rate limit still applies to individual calls within a batch unfortunately. If you are hitting limits, it means you're definitely exceeding an acceptable level of requests and should reduce your rate.

@djgoku
Copy link
Author

djgoku commented Oct 16, 2014

Alright thanks, I'll have to spread them throughout the day then.

@djgoku djgoku closed this as completed Oct 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants