Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello. I'm building a filter in CJA, that is for an aborted application. Meaning, has entered a process, but no receipt.I'd like to know why the following logic does not work. But this does.To clarify, the second in both of these is receipt step. When I test the first one, I get users with receipts, but not the second one. I've tried different versions of the first one, exclude etc. It seems logical, and would be much easier for people if they could build it that way. Difficult to explain to people that they have to put uniqe visitior container in an event container.
When setting-up new users via the Admin Console using a CSV import if I specify the users country code i.e. UK etc. Will this set the users language preference to English (UK)? When setting-up a new user via the Admin Console, I don't get an option to specify the users country code and cannot do this after the user has been created, is this correct?
Looking for some help understanding something that I can't figure out from available docs and past discussions on the topic. Can someone please clarify the following? 1) When you use the referrer constraint with a Fills Out Form trigger, is the "Referrer" the page the form is embedded on? 2) What part of the Fill Out Form activity in a person's activity log is equivalent to the Referrer constraint from the trigger? Is the "Referrer URL" (listed between "Query Parameters" and "Client IP Address")? 3) What is the "_mktoReferrer" field listed under Form Fields on the Fill Out Form activity in a person's activity log? Sometimes, this value is different from the Referrer URL. This_mktoReferrer URL plays no part in the Referrer constraint, correct? Just trying to figure out what is the best constraint to leverage with our global forms used on multiple pages. Our Web Dev team is concerned that the Referrer constraint does not consistently reference the page the
It's can be so tedious to do a full clean up in Marketo when assets and fields are "used by." Marketo should introduce a more intelligent, guided deletion workflow for assets (like emails, forms, smart lists) and custom fields, even when they’re currently in use. The goal is to streamline the process and reduce the manual effort and risk associated with cleanup. Why This Matters:Fields and assets are often entangled across multiple campaigns, forms, and smart lists, making deletion tedious and risky.The current "Used By" view is limited and doesn’t always show full dependency chains, especially with nested assets or tokens.Custom fields are hard to deprecate fully. Even after clearing them from forms or flows, they remain blocked due to invisible references.Proposed Features:A “Smart Delete” tool that:Maps all dependencies (even nested ones) across the entire workspace.Offers options to replace or deactivate references in bulk.Includes a “safe delete preview” to assess the im
Brands are increasingly focused on unifying customer data from various sources to create a single, comprehensive view of each customer. As part of this shift, many are moving to Customer Data Platforms (CDP). For instance, a brand may plan to adopt Adobe Journey Optimizer (AJO) to unify customer data and capture real-time behavioral data. Concurrently, many brands are migrating from Adobe Campaign V7 or Campaign Standard to Campaign V8. In this context, it is common for brands to utilize both Adobe Campaign V8 and AJO, which are powerful marketing automation platforms. This raises several questions: Is it not sufficient to have either Adobe Campaign V8 or AJO to handle business use cases? Would it be better to adopt AJO, the latest in the market, instead of migrating to V8 from Adobe Campaign Classic or Standard? What is the need for having two marketing automation platforms within the ecosystem? If these questions have crossed your mind, the details below will provide clarity
I'm reaching out to this amazing community to see if anyone has experience integrating Workfront and AEM Assets with any of the Pega products, particularly Pega's Next Best Action Designer (NBAD). We're starting to explore ways to streamline our marketing operations and enhance our customer engagement strategies by leveraging the capabilities of both Adobe and Pega platforms. We're particularly interested in understanding the following:Integration Best Practices: What are the best practices for integrating Adobe Workfront and Adobe AEM Assets with Pega NBAD?Technical Challenges: What technical challenges did you encounter during the integration process, and how did you overcome them?Use Cases: Are there any specific use cases or success stories you can share where this integration significantly improved your marketing or customer engagement outcomes?Tools and Resources: What tools, resources, or documentation were most helpful during the integration process?Any insights, expe
Hello, how do other users get round not being able to convert HTML or .msg format files into a Proof within the Workfront Proofing tool? We have a huge amount of emails to send for review and approval and not being able to do this in the tool means additional admin and working outside the system.
I've built an email where most of the content is generated inside of a script token. This token uses a For Loop (and information from the customer's profile) to generate a bunch of CTA's that the customer can click on. This all works fine; I just needed to explain that the For Loop inside the token is vital to the email's construction.Here's the problem: The CTA's created inside of this loop needs to pass the customer's Marketo ID as a way to identify them(something like "website.com/?mID=(Marketo ID"). I found that I can drop {{Lead.ID}} straight into the email body and it will display the number no problem. However, using that same code inside a token doesn't work. The result is "website.com/?mID={{Lead.ID}}".Next I tried declaring it as a variable inside of a token. I check the box next to "Marketo ID", wrote "#set( $m_ID = ${lead.marketoID}) at the top of my token, and then wrote the URL into the token as "website.com/?mID=${m_ID}." The end result is the link looking lik
In the new Email Insights tool, my biggest complaint is with the Custom Dimensions and the fact that you can't change/delete them once they are created. I can see this being a major frustration for Marketo users, especially if certain use-cases change for what you want to report on. Another issue with having the restricted limits on the Custom Dimensions is not being able to test and adjust. The restrictions mean that users need to be more strategic about what Custom Dimensions will be used. I think there should be a way for Custom Dimensions to be deleted or changed.Do you agree?
Hi all, what is the difference between Referrer and Web Page as constraints on the fills out form trigger?We have been using the trigger Fills Out Form (ID 0000) with the constraint Web Page is (www.abc.xyz) for over a year without any major issues. However, we discovered last week that two of these triggers were failing to qualify leads consistently. There were 100+ leads who sat in Marketo without qualifying for these two triggers they were supposed to qualify for. Meanwhile, another 100+ leads were qualifying for these two triggers without any issue. There was no difference in their behaviors or form fill out activity, so our team was stumped and Marketo support was stumped. The official Marketo support suggestion is to swap the trigger constraint to Referrer is (www.abc.xyz) instead of Web Page. They say the constraint for Web Page is really only for Marketo landing pages and we use Wordpress, so they cannot guarantee it will work.My unanswered, follow up questions are: -Why is thi
I'm curious when someone is in Tags developing for the Mobile SDK, how do you validate your work? For the Web SDK or for Adobe Analytics, you can inject the dev. library into a web application and test your code. How is this step accomplished with the Mobile SDK? What is the process for testing data elements and rules for the Mobile SDK, while still in Tags? Thanks!
Hi Team,We have a scenario where a message feedback status from email need to be utilized within the same journey. Attribute : _experience.customerJourneyManagement.messageDeliveryfeedback.feedbackStatusExample:Query:Is it possible to use feedback status (or any other message attribute) directly in journey to be utilized for conditional query or update activity or custom action?
We have a website that has a user type toggle. The homepage looks different depending on the user type selected. For instance,In https://mysite.com. using the toggle, select user type "client". The specific homepage experience for "client" is loaded. There's a cookie called userType and the value of it is set to "client". This userType is also captured in Launch and is available as a parameter in Target. If the visitor abandons the site (without clearing cookies), the next time he visits, the "client" experience is loaded, which is based on the cookie. The visitor goes to the website again, using the same URL, https://mysite.com. This time, they select user type called "dealer". In this case, userType cookie is set to "dealer", the homepage experience for "dealer" is loaded. The URL is the same but the page is different based on userType cookie value. The issue in Target VEC is that Delivery is set to https://mysite.com. and an experience is crea
We access author instance through a VIP URL in https.The load balancer then passes the request in http to dispatcher on port 4502 and dispatcher forwards the request to the author.Login and other functionalities work fine. But when we try to impersonate another user we have an error. See screenshot.The user is valid, the error shown is misleading.On console in Chrome we have this error message:granite.js:272 Mixed Content: The page at 'https://mysite.mydomain.com/sites.html/content/mysite' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://mysite.mydomain.com/home/users/d/USERIDCVFBGDNKLO.impersonate.json?_charset_=utf-8&impersonate=NAME&path=%2Fsites.html%2Fcontent%2Fmysite'. This request has been blocked; the content must be served over HTTPS.XMLHttpRequest.send @ granite.js:272send @ jquery.js:10259ajax @ jquery.js:9743(anonymous) @ foundation.js:20026dispatch @ jquery.js:5232elemData.handle @ jquery.js:4884If I do the same thing in http from ht
Currently trying to setup a filter in one of my scenarios. I've created a checkbox field that has several different values that users can select upon request time. If there is only one value selected then I would like Fusion to route it to another setup of modules. If there is multiple values selected then it would go a different route. What is an easy way to set this up and make sure that it reads the values? I know there is functions but I've not successfully setup one. Any help from the community would be greatly appreciated!
Hi Team,The conditional rules using context variables works with event based journeys.https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/dynamic/create-conditions Question:Could we use context variables in Campaign Email Content for defining Conditional Rule?
Hi, I'm trying to set up a redirect based on browser language. If the visitor's browser language is set to any variation of Portuguese, I need to redirect them to the Portuguese version of the site. But I can only choose Portuguese from the options available. Most of our visitors will be using Portuguese (Brazil). I had assumed the Portuguese option would cover all language variations, but this is not the case, which seems like a serious oversight. Is there another way to do this?Thanks.
Hi all, hope someone can help me on this.I have a conversion report, when I look at it in the time range of April only, it shows the correct conversion with the Month metric.however when I change the time range to This Year - it shows all months, but the conversion rate of April (as example) and other months are shown completely different.how can i trust this numbers to create a monthly view?
Hi everyone, I'm working on an AEM React SPA project and facing an issue with delayed content updates on the publish instance. Website structure: /content/mysite/us/en/home en page created using SPA root template. home page created using SPA Page template The SPA loads en.model.json in the network tab. When I publish any child pages under /en, the changes take a long time to reflect on the publish instance. Upon investigation, I noticed that the en.model.json is not updating immediately after child page publishes. If I manually republish the root en page, then the en.model.json gets updated and the changes appear right away. Is there a way to ensure the en.model.json gets automatically updated when any of its child pages are published? Could this be due to Sling Model Exporter caching, Dispatcher configuration, or publish instance behavior? Any best practices for cache invalidation or model propagation in AEM SPA projects? Thanks in advance!
Has anyone successfully integrated AEM Forms with SharePoint for document storage or workflow management? I'm looking for guidance on the best approach to set up a seamless integration between AEM Forms and SharePoint to store form submissions and documents securely. Specifically, I'd appreciate insights into using REST APIs, connectors, or any out-of-the-box solutions that have worked well for you. Any tips or best practices would be greatly appreciated!
Hi all,Yesterday I found myself working on a report and I needed to get the bounce rate for a specific country. I already setup the calculated metric to get bounce rate, but then I realized that no option to use calculated metrics on reports from the data warehouse.I think there´s no way to do this, so that´s my proposal to be included on the platform.
Can we add an option in the admin section where we can define the default fields of a forms, when a new form is created within that particular instance. Ex: Currently whenever we create a new form, we always get First Name, Last Name and Email. There should be an option in admin section where we can define some custom fields like UTM etc. as a default field available in the form whenever anyone creates a new form.
Hi Community, I'm creating a document report for proofs and would like to flag where the proof has been archived. This would give users a heads up that the proof was archived before clicking on the proof link. I can't see anything apart from on a Proof Approval report. ThanksMatt
Description - At present my understanding is that we are only able to see collisions information in Target by opening each activity, this is very time consumingWhy is this feature important to you - We have many experiments running at the same time often using the same website pages.How would you like the feature to work - A collisions dashboard that would show all of the activities running on a specific page.Current Behaviour - Currently I can only see this information by seperately opening each activity.
Request for Feature Enhancement (RFE) Summary: Introduce a built-in visual debugging tool in AEM Author to detect and highlight failed ClientLibs loading (eg. 404s, category mismatches). Use-case: AEM pages often break in layout or functionality due to missing or incorrectly loaded ClientLibs, especially during template development or after dispatcher/CDN deployments. Authors and content editors face difficulties identifying these issues quickly without browser dev tools expertise. Current/Experienced Behavior: Missing ClientLibs result in broken layouts, JS errors, or missing styles/scripts - but no warnings are visible to non-technical users on the page itself. Only browser dev tools or logs reveal these issues, making root cause analysis slow. Improved/Expected Behavior: AEM should highlight missing ClientLibs visually on the page, or provide a debugging overlay or console warning for authors. This should include category mismatch detection, permission issues, and HTTP er
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.