Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all,We are using 6.5 on-prem with a Fastly CDN in front of our Apache Dispatcher. Despite setting proper cache headers in our dispatcher.any and Apache config, some pages are not being cached by Fastly (we verified using their cache inspection tools).Here is a simplified example of what we send from Apache (verified with curl -I):HTTP/1.1 200 OKContent-Type: text/htmlCache-Control: max-age=300, publicX-Cache: MISSX-Served-By: cache-bom4743-BOMApache configuration:Header set Cache-Control "max-age=300, public" Even with Cache-Control: max-age=300, public, Fastly often bypasses cache (X-Cache: MISS) or marks the response as unavailable for caching.Are there any specific headers (like Surrogate-Control or Age) that I should explicitly set—alongside Cache-Control - to ensure Fastly caches AEM content properly, and could AEM Dispatcher’s /cache rules conflict with Fastly’s caching behavior?
Hi all,We have created new emails in the new Marketo Email Builder which is great to use so far. The only issue is that we can't find where to select our branded domain. In the legacy email builder there is an option to select which email domain we would like to use (see below screenshot), however in the new email builder we cannot select this and it defaults to a domain we don't use as frequently. Could someone please help me figure out how to update the branded domain in the new email builder.
Hi Folks, I have created few profiles in AEP with time-zone field added with respective different country details as following,Asia/KolkataAsia/JakartaAsia/Riyadh 1st Scenario - Created the journey with segment followed by Email activity. The journey scheduled to run at 10 AM with default time-zone provided as IST time. The journey triggers all the emails at same time whereas I am expecting the emails to be received depend on Profile Time-Zone. 2nd Scenario - Created two different journeys with Segment, followed Wait activity with following expression conditions and Email activity,- toDateTimeOnly(setHours(nowWithDelta(0, "hours"), 13))- setHours(toDateTimeOnly(toDateOnly(now())), 13) Expected the emails to be received by profile in their own time-zone but received the emails as per the Journey defined time-zone. Is there any issue with time-zone values ? Kindly advice. Thanks in Advance!
Hello Community, I recently integrated Uploadcare with Marketo, i add the following code to the forms rich text and the upload section was visible in the form: <script type="module">// <![CDATA[ import * as UC from 'https://cdn.jsdelivr.net/npm/@uploadcare/file-uploader@1/web/uc-file-uploader-regular.min.js'; UC.defineComponents(UC); // ]]></script> <uc-config ctx-name="my-uploader" use-cloud-image-editor="false" source-list="local" pubkey="public-key"></uc-config> <uc-file-uploader-regular ctx-name="my-uploader" class="uc-light"></uc-file-uploader-regular> I’d like to know how to get the link to an uploaded asset in Marketo and currently, as soon as I upload an image, it gets immediately uploaded to Uploadcare, is there a way to prevent this and instead trigger the upload only when the form is submitted? Thank you!
Hello,I have a very strange issue with overflowLeader. I am changing some of the properties from the initialize event e.g. this.EDU_ALLOWANCE.presence = "hidden";This works fine but only for the 1st page. On second (and subsequent) pages columns which are hidden on 1st page are visible.First page:Second page:this destroys the whole layout (there are many fields which are hidden in 1st page).I tested all the events I could access (tried to put rawValue = "test";) and it is reflected on 1st page only. Do you have any idea how to access the overflowLeader on second page (to hide column or change the rowText)./F
Hi there,Can you let me know what expression I can use to show only the last 4 digits of accountnumber in one of the fields in Custom Action (under Actions in Journey Builder)?I tried this but throwing me errors saying i cannot use the character '-' like this because it is a keyword of the language. I tried adding double and single quotes to wrap -4 but no luck either. substr(toString(#{headfield.at(0).accountNumber}), (length(toString(#{headfieldat(0).accountNumber})) - 4), 4) Thanks!
Hello,Is it possible to display the MS Dynamics custom entities in the Person Details view of Marketo ? If yes, could someone explain how? Because we have synched a custom MSD entity but it does not show in the person detail view.Thanks !Vincent
I have a smart campaign with a "Remove from Flow" flow step with 4 choices and a default choice set to Do Nothing. The flow step appears to be removing most of the leads who flow through it, so I am trying to determine which choice is removing people. When I review the Remove from Flow activity detail for the people this is affecting, it showing the choice number as "2302314" as opposed to 1, 2, 3, or 4. Does anyone know why the choice number is displaying this way and how to figure out which choice it applies to?
When it comes to formulas in Marketo, most users have doubts about how to use them and their real benefits.Formulas can be used for several purposes, such as data cleaning, formatting, validating emails, defining segmentation, applying advanced math to campaigns, among others.In this article I’ll provide an overview of your options for using formulas in Marketo and the possibilities from each one. Formula Field in MarketoFormula Field in Marketo is very limited and can’t truly apply formulas to your campaigns. In Marketo Admin section you can create a New Custom Field with Type: Formula. This field allows you to generate values based on data from other fields. For example:If Marketo Social Gender is Male, Value: Dear Mr. {{Lead.First Name}}If Marketo Social Gender is Female, Value: Dear Ms. {{Lead.First Name}} The formula field is added as a token in an email and will follow the rule you defined during setup. See how to use formula field here. The Formula field in Marketo is simple and
Description - I want to create additional rules for marketing channels but it says rule 4. Even if i create one more it says Rule4 only. It might be a bug. How can I reference these if names are same.Why is this feature important to you -Even if i create one more it says Rule4 only. It might be a bug. How can I reference these if names are same.How would you like the feature to work - add edit option to rename the ruleCurrent Behaviour - no edit option
How to know / track if issue SITES-14024 is fixed as mentioned herehttps://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/rte-does-not-allow-pasting-lists-from-microsoft-word-document/m-p/606334Thanks
Anyone implemented Servlet-Based RTE Config Approach? This is requirement i have1. Proxy RTE ComponentLocation: /apps/your-project/components/content/rich-textThis is a reusable component used in dialogs wherever RTE is needed.2. Editor Config DefinitionsWe create config nodes under:/apps/your-project/components/content/rich-text/editorFor example:- default – for common toolbar- hero – for rich toolbar in hero component- footer – for restricted toolbar3. In Dialogs of Other Components, we use:<textsling:resourceType="merkle-core/components/content/rich-text"name="./text"editor="/apps/your-project/components/content/rich-text/editor/hero"useFixedInlineToolbar="{Boolean}true" />4. Servlet LogicWhen dialog opens:- The servlet reads the editor path.- It loads child nodes under that path (plugin config).- Returns a merged JSON config (like { "bold": true, "link": true })- If editor is missing, it falls back to /editor/default.
Hi all, I am having this problems when publishing landings. It throws me the following error, I am wondering if it is something related to the upgrade of the instance. Any clues or ideas would be helpful. Best, Celia
Assume that I would like to have multiple scheduled queries:- Query 1- Query 2- Query 3. Is it possible to set up scheduled queries like that:Query 1 runs -> then -> Query 2 is run and is based on the result of the Query 1 -> Query 3 runs and is based on the result of Query 2
Can someone please point me in the direction of where definition for the below fields are please? I'm getting opposite results and I'm a bit confused on what the reason could be (e.g. Opt-out is false and Opt-In is false or Email Opt Out is false and Opt-In By Email is No Consent)
I recently added a new Field Group to a Schema, I added data to the Dataset, but the Field Group is still not appearing when generating the Snapshot. What I have already verified:- Schema and Datasets are enabled for Profile- The Field Group data is already in the Dataset- The last snapshot taken is after the data was included in the Dataset- The snapshot already contains the new profiles created with the new Field Group, but the field group data was not included Questions:- Can I force the snapshot to be generated to verify the generation of the field group?- Is there any other way to include this field group in the Snapshot?
Hi everyone,I’m working with Adobe Experience Platform (AEP) and Adobe Campaign and have a use case where I need to export streaming audiences from AEP to Adobe Campaign in real-time, or at least within a few minutes after profiles qualify.When I try to activate audiences via the Adobe Campaign destination, the scheduling options under "Edit Schedule" only allow: 1. Incremental exports (minimum frequency of 3 hours), or 2. Full exports (daily or after segment evaluation).I'm using SFTP with password as the connection type, and I can see audience qualification works as expected in AEP.
Hi All, I have created custom target mapping, all 3 delivery log, exclusion and tracking schemas are created, while testing email delivery through own email id i can see entry in delivery log and tracking , what is best way to test exclusion , i have already setup custom denylist field for email in target mapping, once my email/id is quarantined, what is best way to delete entry from exclusion schema, so i can do further testing on same email. and also some insight in denylist will be helpfull or any additional info while seting up and testing denylist .Thanks in advance.
Hi,I want to utilize a Content fragment and use it on one of the blocks in edge delivery services, I tried using the Asset API and GraphQL to utilize the content fragment data but the data was accessible only when the URL was of AEM env and it failed on the dispatcher URL provided by the Edge delivery services.sample URL : https://main--{project-name}--{github-name}.hlx.page/How can I achieve it on the dispatcher URLs as well, please guide me through the process Thank you
Description: The Search UI has recently changed in Workfront removing both the ability to simply close window when finished searching to return to the page you were on and the ability to have your search filters per object type persist.This change impacts our user base negatively enough that we assumed it was a bug and I put in a support ticket. I've received the following response: What Changed in the Workfront Search UI?Full-Screen Search: The Advanced Search is now a full-screen experience. When you open the search, it overlays the entire page.No Close Button: The new design does not include a close (X) button to exit search and return to your previous page. Instead, you must use the browser’s back button.Navigation Impact: If you perform multiple searches or add filters, each action adds to your browser history. Returning to your starting page (e.g., a project) requires multiple clicks on the back button, which can be cumbersome.Consistency: This behavior is the same acro
Hi Everyone,While uploading an AMP mailer using the Browser folder option in the Email Delivery template, I noticed that Adobe Campaign Classic (ACC) does not properly update image paths to URLs. Upon investigation, I found that the issue is due to the use of <amp-img> tags in AMP mailers, whereas ACC expects standard <img> tags. As a temporary workaround, I’m currently renaming all <amp-img> tags to <img> before uploading the HTML into ACC, which resolves the issue for now.However, I’d like to understand if there’s a permanent solution to this—perhaps by making changes in the Input Forms or updating configurations in serverConf.xml to support <amp-img> or custom image extensions?Any guidance or recommendations would be greatly appreciated.Thanks,Krishna
Description:Adobe Campaign Classic (ACC) does not currently support the <amp-img> tag used in AMP mailers when uploading HTML content via the Browser folder option in the Email Delivery template. As a result, image paths are not updated to hosted URLs correctly, causing issues with rendering AMP emails.Why is this feature important to you:We are increasingly using AMP mailers to deliver richer and more interactive experiences to our customers. Manual conversion of <amp-img> tags to <img> tags is time-consuming, error-prone, and not scalable for larger teams or frequent campaigns. Supporting AMP-compliant tags like <amp-img> natively in ACC will streamline our workflow, reduce turnaround time, and improve accuracy.How would you like the feature to work:We would like Adobe Campaign Classic to automatically recognize and process <amp-img> tags when AMP HTML is uploaded via the Browser folder option in Email Delivery. The platform should update the src attribu
Hi,We have a requirement to render accessible PDF from XDP (XFA based) from Adaptive form.We are able to render static PDF which is tagged from Adaptive form (using XDP custom template) using Output service API. The issue that we need help is with the tag structure. The tags structure generated in the static PDF has tags something like shown below:using <Div>, <Set>, <Form>.The expected tag structure is as shown below:Can we achieve this tag structure. Any help would be great.Thanks,
In documentations there is a sentence: In this example, we want to restrict profiles from entering more than “5” journeys in a month. This means that profile can enter only 5 unique journeys in a month but it can enter specific journey multiple times but its set up in the journey itself? https://experienceleague.adobe.com/en/docs/journey-optimizer/using/conflict-prioritization/journey-capping
Description - After Adobe Admin Console migration, external users created in Workfront need to be approved by system administrators, otherwise their accounts won't be active, and they won't be able to use Workfront. This is very time-consuming especially for larger organizations with 6k+ users. So, we would benefit from having an "action" available in Workfront Fusion that would automate the approval process for us.Why is this feature important to you - This will eliminate the manual effort of approving every user created in the system on daily basis. It will save time for the system administrators to look for the approvals daily and approve. It will also save the waiting time of the user, so they don't have to wait for approval to be able to use Workfront.How would you like the feature to work - an Action should be available in Workfront Fusion in the Update record -> "User" record type, so it can approve the users automatically.Current Behavior - at the moment when external u
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.