Load an external webapp in Adobe Campaign | Community
Skip to main content
Krishnanunni
Level 4
August 24, 2022
Solved

Load an external webapp in Adobe Campaign

  • August 24, 2022
  • 3 replies
  • 2287 views

Hi all,

We have an external webapp that manages most of the product data and analytics data. There is also an admin UI available in the webapp through which we could interact with product and analytics data. Is it possible to view this admin app inside the Adobe Campaign itself? Like an integral part of Adobe itself, we should be able to view this webapp inside Adobe Campaign. A similar feature exist in SFMC, so would like to know the feasibility in Adobe as well. Kindly share your inputs on whether it is possible to achieve in Adobe or not.

Best,
Krishnanunni

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 Manoj_Kumar

Hello @krishnanunni ,

 

There are two ways to do it.

 

1. Create a dynamic jssp page under Administration > Configuration > Dynamic Javascript Pages and add the external webapp URL in the Iframe like this.

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>External WEbApp</title>
  </head>
  <body>
    <iframe src="URL_OF_EXTERNAL_WEBAPP" width="100%" frameborder="0"></iframe>
  </body>
</html>

Then  this page can be accessed with this URL:
https://YOUR_INSTANCE_URL/NAMESPACE_OF_JSSP_PAGE/NAME_OF_JSSP_PAGE.jsp

 

2. Create a webApp in AC under Resources > Online > Web Applications and then use the same code from above to add the iframe.

 

 

 

3 replies

Marcel_Szimonisz
Community Advisor
Community Advisor
August 24, 2022

Hello @krishnanunni ,

Where in what section you want to see that external web app? In the thin client? Maybe you can add new tab section where you load you own content eg in iframe.

 

 

Marcel 

Krishnanunni
Level 4
August 25, 2022

Hi @marcel_szimonisz ,

Thank you so much for your response. I think this would be the requirement. But I am not clear about the thin client. Is it the home section? If the solution you shared could show the iframe inside the Adobe Campaign client itself, then that solves our problem. Could you please share some more details on how this could be implemented?

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
September 1, 2022

Hello @krishnanunni ,

 

There are two ways to do it.

 

1. Create a dynamic jssp page under Administration > Configuration > Dynamic Javascript Pages and add the external webapp URL in the Iframe like this.

<!DOCTYPE html>
<html lang="en" dir="ltr">
  <head>
    <meta charset="utf-8">
    <title>External WEbApp</title>
  </head>
  <body>
    <iframe src="URL_OF_EXTERNAL_WEBAPP" width="100%" frameborder="0"></iframe>
  </body>
</html>

Then  this page can be accessed with this URL:
https://YOUR_INSTANCE_URL/NAMESPACE_OF_JSSP_PAGE/NAME_OF_JSSP_PAGE.jsp

 

2. Create a webApp in AC under Resources > Online > Web Applications and then use the same code from above to add the iframe.

 

 

 

Manoj  | https://themartech.pro
Krishnanunni
Level 4
September 19, 2022

@_manoj_kumar_ , 

Sorry for late reply. What we require is to have the page loaded somewhere in Adobe itself. It shouldn't be like loading an external link in the browser. But I am not sure if that is possible, but would like to confirm that.

Krishnanunni
Level 4
March 23, 2023

Hello @krishnanunni 

 

You will have the final URL of the AC in the mentioned approach.

 

The external webapp will load the data in iframe within Adobe Campaign.


Hi @_manoj_kumar_ ,

So sorry that I didn't respond earlier. 

My requirement would be to load a webapp inside the Adobe Campaign Client app itself. I suppose the above method would only host it in Adobe server and the URL needs to be loaded in an external browser right?

Sukrity_Wadhwa
Community Manager
Community Manager
October 19, 2022

Hi @krishnanunni,

Were you able to resolve this query with the help of the given solutions or do you still need more help here? Do let us know. In case the given solutions were helpful, then kindly choose the one that helped you the most as the 'Correct Reply'.
Thanks!

Sukrity Wadhwa