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
I get all campaigns, regardless of their status (also NOT_RUNNING and DEAD ones). Even if I give some random status ({'campaignStatus': 'FOO'}) I still get all campaigns. In contrast, the campaignIDs as a selector works fine.
The text was updated successfully, but these errors were encountered:
Hello,
thank you for the nice library. I noticed that, even if I specify:
campaigns = c.getCampaigns({'campaignStatus': 'RUNNING'})
I get all campaigns, regardless of their status (also NOT_RUNNING and DEAD ones). Even if I give some random status (
{'campaignStatus': 'FOO'}
) I still get all campaigns. In contrast, thecampaignIDs
as a selector works fine.The text was updated successfully, but these errors were encountered: