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

'get_all' flag not working for getting retired_audience_segments #179

Open
lucianthorr opened this issue Oct 1, 2018 · 1 comment
Open

Comments

@lucianthorr
Copy link

I found that if I have a strategy with retired audiences segments, using the 'get_all' flag will return an empty list.

So
retired_segments = list(t1_client.get('strategies', strategy.id, child='retired_audience_segments', include='retired_audience_segments'))
will return a populated list of retired segments but
retired_segments = list(t1_client.get('strategies', strategy.id, child='retired_audience_segments', include='retired_audience_segments', get_all=True))
will return an empty list at all times.

@FodT
Copy link
Contributor

FodT commented Oct 1, 2018

Thanks for flagging this, @lucianthorr - We'll look into it.

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