Expand my Community achievements bar.

SOLVED

Segmentation Job results

Avatar

Level 1

Hello, 

I am creating a segmentation Job through API. I am getting an instant Profile count for the specific Audience. What I need is the actual profiles with all its attributes. Is there a way to retrieve the Profiles when the Segmentation Job is finished?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi @NikosVo,

If you want to get the list of qualified profiles with other Profile Attributes, you can configure a file-based destination(like S3 bucket) and activate the segment to this destination.

 

In addition, you can wait for the Default Profile snapshot dataset to be refreshed and then use query services to fetch the Segment membership data along with profile attributes from this dataset.

 

Query for reference to fetch data from the Profile Snapshot dataset is mentioned in the link below:

https://experienceleague.adobe.com/en/docs/experience-platform/dashboards/query#customer-data-platfo...

 

Regards,

Kumar Saurabh

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

Hi @NikosVo,

If you want to get the list of qualified profiles with other Profile Attributes, you can configure a file-based destination(like S3 bucket) and activate the segment to this destination.

 

In addition, you can wait for the Default Profile snapshot dataset to be refreshed and then use query services to fetch the Segment membership data along with profile attributes from this dataset.

 

Query for reference to fetch data from the Profile Snapshot dataset is mentioned in the link below:

https://experienceleague.adobe.com/en/docs/experience-platform/dashboards/query#customer-data-platfo...

 

Regards,

Kumar Saurabh