Hulu Ad Manager custom segments?

Author
Elena Hernandez Author
|
2 days ago Asked
|
9 Views
|
2 Replies
0
  • We're trying to push custom audience segments from our CDP into Hulu Ad Manager via their API.
  • The core issue is consistently encountering schema validation failures, specifically around the audience_definition field, even though we're adhering to documented JSON structures.
  • Is there a non-obvious data_type or specific encoding requirement for custom segment ingestion that isn't clearly detailed, especially when dealing with complex demographic or behavioral arrays?
  • Anyone faced this particular schema validation challenge before?

2 Answers

0
Javier Hernandez
Answered 1 day ago
Hello Elena Hernandez,
We're trying to push custom audience segments from our CDP into Hulu Ad Manager via their API.
The common pitfall with Hulu's API for `audience_definition` schema validation is often strict enumeration for `data_type` (e.g., `EMAIL_SHA256`, `IDFA`) and `match_type` values, which are case-sensitive. Beyond that, ensure your `audience targeting` segments do not exceed the `MAX_MEMBERS_PER_SEGMENT` limit, usually 500,000, and that all identifiers for programmatic advertising ingestion are correctly normalized or hashed per their specifications.
0
Elena Hernandez
Answered 23 hours ago

Javier Hernandez, thanks for this! The case-sensitivity and specific data_type enumerations have been driving us nuts for days, really slowed down our campaign launches.

Your Answer

You must Log In to post an answer and earn reputation.