Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

React native ?

Avatar

Level 1

is there a react native package available for Adobe Campaign?

1 Accepted Solution

Avatar

Correct answer by
Level 10

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 AC...   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

View solution in original post

2 Replies

Avatar

Correct answer by
Level 10

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 AC...   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

Avatar

Employee

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