Regarding Form Based Composer in Target | Community
Skip to main content
July 23, 2024
Solved

Regarding Form Based Composer in Target

  • July 23, 2024
  • 2 replies
  • 1241 views

Hi Community,

I am new to Target.

I need to create a simple form-based Composer activity in Adobe Target using the location "target-global-mbox."

I have the following questions:

     

  1. We have implemented Target using WebSDK(alloy.js) without Tag Manager because we already having a GTM. Is it possible for creating form based activity?
  2. Is it possible to create a form-based activity using "target-global-mbox" as the location?
  3. If not, what are the alternative methods to achieve this?
  4. Can we change the content by selecting an HTML offer or change experience fragment?

 

Regards,

Devakrishna R S V

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 Gokul_Agiwal

Hi @devakrishnara2 

Yes, with manual implementation of Websdk (alloy.js) you can create a form based experience composer activity. But the target-global-mbox won't be available. 

In web sdk implementation - the global mbox equivalent to scope. The global mBox is the __view__ scope. 

and yes you can able to change the HTML content or experience fragment. 

 

Here is the tutorial you can follow to setup the Form based test.

Hope this helps.

2 replies

pradnya_balvir
Community Advisor
Community Advisor
July 23, 2024

Hi @devakrishnara2 ,

 

You can refer below document for Form based experience composer. Also refer the video in the document.

https://experienceleague.adobe.com/en/docs/target/using/experiences/form-experience-composer

 

Gokul_Agiwal
Community Advisor
Gokul_AgiwalCommunity AdvisorAccepted solution
Community Advisor
July 23, 2024

Hi @devakrishnara2 

Yes, with manual implementation of Websdk (alloy.js) you can create a form based experience composer activity. But the target-global-mbox won't be available. 

In web sdk implementation - the global mbox equivalent to scope. The global mBox is the __view__ scope. 

and yes you can able to change the HTML content or experience fragment. 

 

Here is the tutorial you can follow to setup the Form based test.

Hope this helps.

July 24, 2024

Thank you @gokul_agiwal ,

I have a question:

  • Do we need Adobe Launch to set up different locations or scopes, or is there another way to do it?

Regards,

Devakrishna R S V