Is audience a list or segment?
Hey all,
I’m using the get campaign API, and I’m reading the audiences include/exclude:
"audiences": {
"included": [
"Y6nRLr"
],
"excluded": [
"UTd5ui"
]
},
My problem is I don’t know if the ID is of a list or a segments, so for each ID I first have to try list API, and if it fails I move to segment API.
Is there any smarter way?
