Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.

Is there a way to query a look a like audience ?

Avatar

Level 1

Hello community, currently I'm trying to query a look a like audience in experience platform but when I use the condition  

 

"array_contains(map_keys(segmentMembership['ups']), 'audienceID')"

 

there is no information displayed. Is there a way to commit this query or is not possible at moment ?

3 Replies

Avatar

Level 6

Is it possible to share the whole query?

Avatar

Level 6

I gave it another try, it works for me. If it is not working for you, then can you ensure that your audience contain some profiles?

 

Sample query that run successfully for me:

SELECT * FROM 
(SELECT array_contains(map_keys(segmentMembership['ups']), 'audienceId') as TEST_COL, workEmail.address
FROM profile_snapshot_export_abc)
WHERE TEST_COL = True

Avatar

Administrator

@JuanOrozco_96 Just checking in — were you able to resolve your issue?
We’d love to hear how things worked out. If the suggestions above helped, marking a response as correct can guide others with similar questions. And if you found another solution, feel free to share it — your insights could really benefit the community. Thanks again for being part of the conversation!



Kautuk Sahni