Replies: 1 comment
-
Managed to get it to work with a body structure like:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I've been working on a project where I need to pull all enabled campaigns from my Ads account. I've searched through the forum for similar questions but haven't found anything that addresses my specific issue.
The problem arises when I attempt to use the
state_filter
to filter campaigns by their state. Despite setting the filter to'enabled'
, the response includes campaigns with states'ARCHIVED'
,'ENABLED'
, and'PAUSED'
.Any help or guidance would be greatly appreciated. Thanks a lot in advance! :)
Code Snippet:
Beta Was this translation helpful? Give feedback.
All reactions