In Adobe Journey Optimizer (AJO), I'm defining an audience using a rule where:
registration_date <= expect_date - 3 months.
The format of the registration_date is:
2025-03-10T14:43:57Z
and the format of the expect_date is:
2025-06-03T00:00:00Z.
This means that expect_date - 3 months evaluates to approximately:
2025-03-03T00:00:00Z.
Since 2025-03-10T14:43:57Z is after 2025-03-03T00:00:00Z, the profile should not meet the condition and should be excluded from the audience.
However, in practice, this profile is still included in the audience. could you please advise why AJO behaves like that.
Views
Replies
Total Likes
@chrisyan Did you try the other way around? registration_date + 3 months <= expect_date
Views
Replies
Total Likes
Hi,
I tried another way having the same results with even more estimated profiles up. It seems not right as long as with two date fields make the comparison. I totally lost the how the audience behaves now. please advise what's the reason you recommended in that way and next step.
Views
Replies
Total Likes
That's weird. I wanted to confirm that the behavior is consistent if you change the criteria the other way around. One more thing did you try with the specific date range to see if that excludes intended profiles?
Views
Replies
Total Likes
I did not try with specific date as it's out of scope. I would compare two attributes that's the point. thank you.
Views
Likes
Replies