Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Pega Gadget in Adobe experience manager website

Avatar

Level 3

Hi guys,

 

Is it possible to include some Pega speciifc gadgets in adobe experience manager website ?

7 Replies

Avatar

Community Advisor

Hi,

Could you please let us know what are you trying to achieve here using pega?

Regards

Ankur

Avatar

Level 3
Hi Ankur, I am trying to connect Adobe experience Manager to hit Pega PRPC using real time containers and to return various offers that Pega AI creates for the users into Adobe Experience Manger website. So I would like to put a place in adobe experience manager website which will call real time container into Pega Marketing and then return offer to Adobe website

Avatar

Level 3
Hi, @Ankur_Khare - Where can i edit the HTML code for Adobe experience based website please ?

Avatar

Level 3

Just to give a brief about what we are trying to achieve here.

 

We are creating an AEM based website with various configurable components. I would add a Pega Web Mash Up on AEM website into a placeholder component area (using HTML Pega Mash up code appended in AEM website code) . This Web Mash up iframe would  show specific Pega specific gadgets in AEM website and then once I would click inside this gadget, there will be a REST call made to pega real time containers internally to extract decisioning offers and shown to the user as part of Adobe Website. Do you see any infeasibility ?

Avatar

Level 3

Now i am trying this another way - such as i am checking if i can add a javascript which will call rest api to pega.

 

could you please suggest me how i can add the JS to call rest api to a adobe aem web page and where please? Thanks!

Avatar

Level 3
We tried further to add this JS from a adobe component and got the response back from Rest API. Could anyone suggest on how I can map the response from Rest API to my AEM web page now please ?

Avatar

Level 3

We tried further to add this JS from a adobe component and got the response back from Rest API. Could anyone suggest on how I can map the response from Rest API to my AEM web page now please ?

 

once we are able to map that response into AEM UI,we would then maintain the JS call in proper content library and refer them in our page to maintain JS properly.