Ineligible method for audience | Community
Skip to main content
Level 2
April 11, 2025
Solved

Ineligible method for audience

  • April 11, 2025
  • 1 reply
  • 696 views

Hi All,

I am practising AJO to build an journey to send birthday mail,

For that i created an Individual profile schema and ingest an data into dataset through HTTP source connector using streaming API ,then create an audience using Birth date(YYYY-MM-DD) attribute

(build rule method) and i want to choose streaming as a evaluation method . but when i go to publish the audience AEP forced to choose Batch method only ,
why AEP does that , like I am ingest an data through streaming API and the attributes that i am choosing for creating an audience should get qualify on same day (Birth date(YYYY-MM-DD)), if i choose batch it takes 24 hours to qualify the profile for audience.

 

Please educated on that query.

Thanks.

Best answer by dwright-adobe

It's because you are using "Ignore year".

 

"A segment definition will not be eligible for streaming segmentation in the following scenarios:" Last bullet unfortunately is"

  • "The segment definition uses “Ignore year” as part of its time constraints."
 

https://experienceleague.adobe.com/en/docs/experience-platform/segmentation/methods/streaming-segmentation

 

 

1 reply

dwright-adobeAdobe EmployeeAccepted solution
Adobe Employee
April 11, 2025

It's because you are using "Ignore year".

 

"A segment definition will not be eligible for streaming segmentation in the following scenarios:" Last bullet unfortunately is"

  • "The segment definition uses “Ignore year” as part of its time constraints."
 

https://experienceleague.adobe.com/en/docs/experience-platform/segmentation/methods/streaming-segmentation

 

 

AEP_guyAuthor
Level 2
April 12, 2025

Thanks @dwright-adobe .