Hi,
I am trying to add some rule in Adobe Experience Platform that in a Query looks like:
SELECT count(*)
FROM profile_snapshot_export_xxx where
<path>.LastChequeRedeemedDate <= dateadd(day,30, <path>.Most_Recent_Drop_Date_DM) -- 477
I set a rule like this in the audience:
However, the Query count and Audience count are completely different (query gives me 477 and audience only 211)
How should the rule be set in the audience, so it matches the count from the Query?
Thanks.
Solved! Go to Solution.
Views
Replies
Total Likes
We finally managed to figure it out, mostly on our own. In the end we had somebody from Adobe sitting down with us and confirmed our findings. What cracked it was actually using "View Code" and reading out loud the code. Seems that I am joking, but no - this was actually what did it for us. Enough to say, for something that in the query might seem a simple <= or >=, the Segmentation UI might require two or even three criteria to do the same thing. I was promised by Adobe SME we discussed this issue with that he will open a ticket so that some of these things are better explained in Adobe documentation.
@GabrielaNa1 Audience count 211 after the audience evaluation or estimated profiles? Also, can you paste the code view from the audience?
Views
Replies
Total Likes
Hi, This is estimated profiles.
Here is the code view:
There are other criteria, but I ran all those criteria in parallel with the audience and everything matches until I apply that last one:
Views
Replies
Total Likes
@GabrielaNa1 I recommend holding off until we see the numbers after the audience evaluation. Since the audience estimate is merely an approximation based on the profile store, we should wait for the audience evaluation to finish. The high counts in the query service are due to it retrieving data from the data lake before any merges.
Views
Replies
Total Likes
The numbers didn't change after the audience was refreshed. This is in a DEV environment, the data is kind of frozen, so there should be no difference between the profile snapshot and the actual data in the RTCP repository.
Views
Replies
Total Likes
Ideally, the count between the profile snapshot and the audience should stay the same after the evaluation. Try a couple of different by splitting the criteria into two different audiences and see how that works. Also, run a query against the last criteria that you mentioned in the audience.
If you still see a difference, I would suggest opening a ticket with Adobe support.
Views
Replies
Total Likes
I opened a ticket with Abbott support, no answer yet.
Views
Replies
Total Likes
Hi @GabrielaNa1,
Were you able to resolve this query with the help of Adobe support or do you still need help here? Do let us know.
Thanks!
Views
Replies
Total Likes
We finally managed to figure it out, mostly on our own. In the end we had somebody from Adobe sitting down with us and confirmed our findings. What cracked it was actually using "View Code" and reading out loud the code. Seems that I am joking, but no - this was actually what did it for us. Enough to say, for something that in the query might seem a simple <= or >=, the Segmentation UI might require two or even three criteria to do the same thing. I was promised by Adobe SME we discussed this issue with that he will open a ticket so that some of these things are better explained in Adobe documentation.
Thanks for sharing the update!
Views
Replies
Total Likes
Views
Likes
Replies