Working with Adobe Campaign Standard's REST APIs | Adobe Higher Education
Skip to main content
florentlb
Level 10
May 12, 2017

Working with Adobe Campaign Standard's REST APIs

  • May 12, 2017
  • 2 respuestas
  • 17409 visualizaciones

Hello Community,

If you are interested in Adobe Campaign Standard and its REST APIs, here is an article for you: https://helpx.adobe.com/campaign/kb/working-with-acs-api.html

In this article, you will learn how to use Adobe I/O and some examples of what types of operations can be performed.

Also, don't forget to have a look at the official documentation here.

Let me know if you have any comments.

Florent.

Este tema ha sido cerrado para respuestas.

2 respuestas

Level 5
May 12, 2017

Hi Florent,

We are using the at Rest API to create a profile and add a subscription to the profile.  There is an issue we are having which we have open a support ticket for the issue "TK116483 - When Creating a Profile through Adobe IO - Organization not set correctly".   When the profile is created the Organizational Unit is not being set and there for it is set to blanks.  The API does not allow for the setting of the Organizational or Geographical Unit.  That make the profile irretrievable through the UI.  If we navigate to the Subscription you can see that the User is subscribed with the correct profile.  

Have you seen this issue before?

John at Cru

florentlb
Level 10
May 18, 2017

Hi John,

I think a best practice here would be to extend the profile resource with geo and org units and to expose it to the API when publishing the resource extension. These fields will then be available for profile creation and you'll be able to see the profiles in the UI.

You can find an example of resource extension here: https://docs.campaign.adobe.com/doc/standard/en/ADM_Development_Use_case-_API_extension.html

Let me know how it goes,

Florent.

July 2, 2018

Hi,

I have gone through above links, it's about how to call ACS from external services. But how can we make a call from ACS to external service. I don't see any JS activity in ACS like as classic.

Thanks in advance..