React native ? | Community
Skip to main content
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Amit_Kumar

Hi,

There is no official package for React js in Adobe Campaign. based on your use case, you have to go with Custom implementations. one simple example would be

Adobe Campaign Classic:

  • Create to backend services(React JS/Node JS/.net/Java).
  • Service one will be used to establish the connection from Website/Campaign and get a session token for that connection using SOAP API.
  • Service two will be responsible for GET/POST operation from website to campaign after validation using SOAP API.

ACS:

A simple app like GitHub - adobeio/API-playground-Adobe-Campaign: This is a simple app that allows you to play with ACS API and try a few …   passes the credentials and queries that you entered on the client-side back to server-side for authentication and execution, then passes the results back to client-side for display.

Regards,

Amit

2 replies

Amit_Kumar
Amit_KumarAccepted solution
Level 10
March 5, 2018

Hi,

There is no official package for React js in Adobe Campaign. based on your use case, you have to go with Custom implementations. one simple example would be

Adobe Campaign Classic:

  • Create to backend services(React JS/Node JS/.net/Java).
  • Service one will be used to establish the connection from Website/Campaign and get a session token for that connection using SOAP API.
  • Service two will be responsible for GET/POST operation from website to campaign after validation using SOAP API.

ACS:

A simple app like GitHub - adobeio/API-playground-Adobe-Campaign: This is a simple app that allows you to play with ACS API and try a few …   passes the credentials and queries that you entered on the client-side back to server-side for authentication and execution, then passes the results back to client-side for display.

Regards,

Amit

Adobe Employee
April 16, 2020

@liam47004401 AFAIK it is currently supported for ACS but not sure about Campaign classic