Hello @GeorgeVi3
I have not tried it but you can do something like this.
<a href="https://google.com" _label="<%= DYANCMIC_VARIABLE_+HERE%>" _type=<%= DYANMIC_VARIABLE_FOR_CATEGROY %> >Link</a>
Hello @Michael_Soprano
I have not tried this but technically speaking:
If it is deletion/change of element then the first activity to load will win because 2nd activity won't find the element to delete or overwrite.If the action is to append content then both experiences might show on the page.
...
Hello @AkhilBa1 This integration allows you to bring templates from AEM to Adobe Campaign and its only one-directional sync.
You cannot pull AC templates to AEM with this integration.
Hello @sai_charanAr
Yes, you will have to add a virtual host to enable the publicly accessible endpoint. In your setup, http://example-instance-url:8080 can be accessed on the same server.
Here are some great posts on how to set it up
https://www.martechnotes.com/install-adobe-campaign-on-debia...
Hello @VikasCh10
Launch won't allow you to send data to multiple location from one place.
However within the app you can send the data to your campaign directly without using launch.
Your ENDPOINT will be your instance URL
ENDPOINT/nms/mobile/1/registerIOS.jssp?registrationToken=REGISTERRATION_...
Hello @SkylerQu2
With Alert activity you can use a javascript activity to send an alert to Microsoft teams. Here is the sample code you can use in Javascript activity.
var webhookUrl = "https://xxxxx.webhook.office.com/xxxxxxxxx";
// Create the payload
var formatted_Card_Payload = {
type: ...