Query all members of a audience
Hello there,
Any way to query all the members from one particular audience?
I know just to check if a members is part of one particular audience and, furthermore the sample data is not enough
thanks for the help!
Hello there,
Any way to query all the members from one particular audience?
I know just to check if a members is part of one particular audience and, furthermore the sample data is not enough
thanks for the help!
@diegomo5 Use this query and modify it based on your needs.
select to_json(identityMap['email']['id']), to_json(segmentMembership['ups']['<<segment_id>>'])
from profile_snapshot_export_<<snapshot_id>>
where segmentMembership['ups']['<<segment_id>>']['status'] in ('existing', 'realized', 'exited')
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.