Expand my Community achievements bar.

Adobe Experience Platform (AEP) & Apps User Groups are live to Network, learn, and share in your regional locations.
SOLVED

Sample profile not visible in the audience

Avatar

Level 5

when i open any audience including having thousands of profile qualified under the audience, it still show zero sample profile in the segment UI. I have checked for few other segments too. for most of them it shows blank screen, and for segment it shows 'check back later' message.

1 Accepted Solution

Avatar

Correct answer by
Level 5

Hey Pradeep - we've run into this issue as well. Our solve was to run the following query: 

select
your identity,
segmentmembership['ups']['segmentID']['status']
FROM
SnapShot Table
where segmentmembership['ups']['segmentID']['status'] is not null
limit 5


This can get you a sample of 5 profiles and you can of course increase the limit if you need more.

Hope this helps!
Tyler Krause

View solution in original post

4 Replies

Avatar

Level 3

are the qualified profiles available for activation to destination?

 

when you do profile lookup for any of the qualified profiles does the audience show up under the tab segment membership?

 

this is mostly a system issue, and you need to raise a support ticket to get it fixed.

Avatar

Community Advisor

@Pradeep-Jaiswal 

Sample profiles are based off of the sample job runs. Here is some more information on how this works Preview Sample Status (Profile Preview) API Endpoint | Adobe Experience Platform

Avatar

Correct answer by
Level 5

Hey Pradeep - we've run into this issue as well. Our solve was to run the following query: 

select
your identity,
segmentmembership['ups']['segmentID']['status']
FROM
SnapShot Table
where segmentmembership['ups']['segmentID']['status'] is not null
limit 5


This can get you a sample of 5 profiles and you can of course increase the limit if you need more.

Hope this helps!
Tyler Krause

Avatar

Administrator

Hi @Pradeep-Jaiswal,

Were you able to resolve this query with the help of the provided solutions, or do you still need further assistance? Please let us know. If any of the answers were helpful in moving you closer to a resolution, even partially, we encourage you to mark the one that helped the most as the 'Correct Reply.'

Thank you!



Sukrity Wadhwa