I created a simple segment in AEP (Tried both Batch & Streaming methods), where country is United states and Visitor ID/ECID exists rule. However we always see "Zero" Qualified Profiles. When I look at datasets, I can see that data for Visitor ID & Country fields. Does anyone face similar issue while creating segments?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @Chandra_Tp ,
Here are some tips:
Do share your observations. Hope this helps!
Hi @Chandra_Tp ,
Here are some tips:
Do share your observations. Hope this helps!
@ChetanyaJain Thanks for the tips.
Views
Replies
Total Likes
Hi @Chandra_Tp ,
1. yes
2. ok
3. Batch segment will only get evaluated once a day even if the data in the dataset keeps coming on an hourly basis.
Just to add on to Chetanya's response if cardinality is very low for example your segment logic qualifies 10 audience out of a million then also the estimate may show zero. Because estimation runs on a subset of data and not the full data.
Would it be possible to check the product roadmap for UI update milestones please?
We are keen to know if/when Adobe plan to improve the latency time for the UI, because with this being a premium product the expectation is not to relay on work arounds when building at a productive pace. Clients building real time programs we would expect the data lag, at a minimum, to be less than 5 minutes.
Many end users will not have the technical skills for API calls and/or segment exports, and relaying on profile spot checks is not always an option if you do not know who the actually qualifies. Plus profile spot checks does not provide a total segment count. This feature is a regression when compared to legacy Adobe products (ACC, ACS, Marketo) and does not cut the mustard when compared our competitors.
Many thanks,
Wesley
Views
Replies
Total Likes
1)What is the total count of profile store? Qualified profiles/ estimate will be generated using sample size only . For example, profile store contains above 20M , qualified profiles will be calculated only from 5% of total profile store data.
2) Please check merge policy as well, depend upon the merge policy the estimated /profile counts will change.
@Chandra_Tp Don't know if you resolved this, but you can also look at the Profile Export to see who has qualified or a specific Profile via the Profile Viewer to see if that one qualified.
SELECT
segmentMembership['ups'],
segmentMembership['ups']['segmentID']['lastQualificationTime'],
segmentMembership['ups']['segmentID']['status']
FROM
profile_snapshot_export_xxx
where segmentMembership is not NULL
LIMIT 50
-- replace segmentID with your segment ID