Hi,
we are currently trying to set up the REST API. The POST operation to create a new profile in the database seems to work correctly, and the new Profile can also be found via API.
However, the new profile is not displayed in our Campaign Instance (neither in the "Profiles" tab nor via a Query). What could be the reason for this?
Best regards,
Nicolai
Solved! Go to Solution.
Views
Replies
Total Likes
I sensed you will be using profileAndServices endpoint.
So, the problem most probably is that you have extended the Profile Resource which creates the profileAndServicesExt endpoint.
Your API call is going to the generic endpoint which will help you create a profile with the fields bundled into factory provided Profile columns.
The Profile screen works on the profileAndServicesExt endpoint and hence your created profiles are not visible there. Please refer to this link Adobe Campaign Standard API
Please use this URL
https://mc.adobe.io/<tenant>/campaign/profileAndServicesExt/profile/.
Views
Replies
Total Likes
Hi Nicolai,
Can you please share the API endpoint you are firing the call to? You can hide the customer specific subdomain but do share the entire URL
Regards,
Vipul
Views
Replies
Total Likes
Hi Vipul,
thank you for the quick reply.
API call is fired as POST to https://mc.adobe.io/<tenant>/campaign/profileAndServices/profile/.
Answer returns a "201 Created" and the JSON of the new profile.
Kind regards,
Nicolai
Views
Replies
Total Likes
I sensed you will be using profileAndServices endpoint.
So, the problem most probably is that you have extended the Profile Resource which creates the profileAndServicesExt endpoint.
Your API call is going to the generic endpoint which will help you create a profile with the fields bundled into factory provided Profile columns.
The Profile screen works on the profileAndServicesExt endpoint and hence your created profiles are not visible there. Please refer to this link Adobe Campaign Standard API
Please use this URL
https://mc.adobe.io/<tenant>/campaign/profileAndServicesExt/profile/.
Views
Replies
Total Likes
Views
Likes
Replies