You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
if it's not possible to get them filtered from the ads api I think I wouldn't do it this way in zuck. If we have to fetch all of them anyways, about a my_account.ad_groups.select{ |ag| ag.adgroup_status == 'active' }?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to get all the
adgroups
withadgroup_status=ACTIVE
for an AdAccount; AFAIK it's not possible to do this kind of filters right now.Do you think it makes sense to add something like:
AdAccount#ad_groups(filter_hash)
so you could do
AdAccount#ad_groups(adgroup_status: "active")
?
thanks
The text was updated successfully, but these errors were encountered: