[source-snapchat-marketing] source.read() with stream "adaccounts" not fetching all ad accounts. #542
Unanswered
Håkon Melgård Sveen (haakonms)
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! The Snapchat Ads Manager I'm trying to pull data from has two organizations, where each organization has one and two ad accounts respectively. When I use pyairbyte, it seems like source.read() only pulls data from one ad account each. I can see both organizations, but only one ad account per organization. This propagates downwards with campaigns, daily ad stats etc, I only get data from one ad account per organization.
Is there anything I can do on my side to get all ad accounts? Maybe change the state of ManifestDeclarativeSource?
I've changed my setup to the standard requests Python library, and that works like a charm. The code snippet under works fine and returns all ad accounts when I loop through the two organization IDs.
Beta Was this translation helpful? Give feedback.
All reactions