Expand my Community achievements bar.

SOLVED

Enabling dataset for profile using UI and API

Avatar

Level 3

Hello,

 

I had to enable a dataset for upsert function which can be done using API call.

For this, we first we need to disable the dataset for profile.

 

I disabled the dataset for profile using UI and then ran the API call adding profile enabled true and upsert true condition.

It was run successfully.

But in UI I see it is still not enabled for profile.

 

Could someone let me know how to check if dataset has been enabled for profile or not.

 

Thank you

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

 Hey @ShivaniM 

 

I am assuming you refered to this documentation: https://experienceleague.adobe.com/docs/experience-platform/catalog/datasets/enable-upsert.html?lang...

 

In this document there is a section where it mentions check if the dataset is enabled for profile.

 

IMG_5388.png

 

Make the hit using the API endpoint provided under this section and in the response look for unifiedprofile value. If it enabled it should say enabled:true.

 

This should help you verify if the dataset is indeed enabled for profile or not.

 

Cheers,

Abhinav

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

 Hey @ShivaniM 

 

I am assuming you refered to this documentation: https://experienceleague.adobe.com/docs/experience-platform/catalog/datasets/enable-upsert.html?lang...

 

In this document there is a section where it mentions check if the dataset is enabled for profile.

 

IMG_5388.png

 

Make the hit using the API endpoint provided under this section and in the response look for unifiedprofile value. If it enabled it should say enabled:true.

 

This should help you verify if the dataset is indeed enabled for profile or not.

 

Cheers,

Abhinav