Nishtha Patel • 11 months ago
Why is audience type empty?
The call is made to "/v2/audiences/types?filter.parents.types=urn%3Aentity%3Abook&page=1&take=10"
But the response is empty:
{
"duration": 2,
"success": true,
"results": {
"audience_types": []
}
}
Am I missing something? I copied the query parameter link from the documentation, so no typos. The response is success so the connection is not the issue. I also tried with urn:entity:book, but still the same result.
Comments are closed.

0 comments