Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, I've been running into issues with emails built in the new editor with my proof not appearing how it actually looks once I share it out for approval. At my company we send email proofs for approval via email, which means I send a proof to myself, download it, then attach it as an .eml file to a new email and CC'ing everyone that needs to approve. Once I've downloaded the email and sent it out as an attachment for approval, I've discovered that it often breaks my margins, adds spacing, and/or misaligns things than what it actually looks like in the proof/sample that I originally received straight from Marketo. Below I've attached images of the actual sample sent from Marketo compared to the .eml file once it was downloaded and previewed for approval. Is anyone else running into similar issues or have a possible solution? Or is this just a problem with the new email designer being a work in progress?
In AEMaaCS , for a multi site setup In conf.d1. can we have a common vhost code in a seperate file and then reference it in siteA.vhost and siteB.vhost ?2. How about having common rewrites and site specific rewrites . in which folder we should put them and how to include them in vhost ? In conf.dispatcher.d1. can we maintain site specific farms ? and how to manage it using virtualhosts.any file ?2. how to include site specific filters , like filtersA.any inside filter.any 3. how to include site specific cache rules , like including siteACache.any in site specific farm file
Hi, We have a scenario of data(events) ingestion into RTCDP with 20k requests per second, However the processing Throughput is 1500 req/sec as per standard allocation from Adobe platform which can increase based on availability of platform resources. In our case, it's gone up to 15K. Thanks to Adobe's robust allocation algorithms. However, we have seen significant drop(to 1500) sometimes (Attached snapshot for reference). Just wanted to know if anyone experienced this issue and have a solution.One approach i could find is through designing Ingestion architecture by creating priority based data pipelines where we can create priorities for datasets and ensure High priority datasets are allocated with resources and stream events on real time, Medium and Low priority datasets can be queued based on the data ingestion pipeline orchestration. Any insights or direction can greatly help us. Thanks in advance. Kind regards,Kiran Buthpur
Hi,I’m interested in taking the AD0-E607 Adobe Journey Optimizer Business Practitioner Professional certification.Could you please help me with a voucher for the exam?It would really support my learning and career growth.Thank you so much!
Description - We would like a more intuitive way for requestors to clear out data in irrelevant form fields when they change their selections in a request form. Why is this feature important to you - We want to eliminate confusion for requestors and prevent errors in automated processes and reporting. Currently, our Fusion scenario triggers messages based on a calculated field, and retained data from previously selected options can cause false positives. Requestors often believe they’ve submitted the request correctly, unaware that hidden fields still contain outdated data. How would you like the feature to work - When a requestor unselects an option, any data entered in fields associated with that option’s conditional logic should be automatically cleared. This would ensure that only relevant data is retained and reduce the risk of errors caused by hidden, outdated inputs. Current Behaviour - Our request intake form uses extensive conditional logic. Occasionally, a
My use-case is :1. Setup a custom distribution agent2. On modify, add, delete etc JCR events the agent will get triggered. [This I will be able to achieve via JCREventDistributionTriggerFactory once the Distribution Agent config is setup correctly].3. I do not have a publish instance so my requirement is the agent will parse the path and then post the data to a servlet which in turn should be fetched somehow and the data that was posted needs to be printed in the error.log as of now.I tried setting up the distribution agent but I am not sure how to do it accurately when I don't have publisher. The Settings tab keeps showing error. Can someone help me with the configuration setup for the distribution agent? (org.apache.sling.distribution.agent.impl.ForwardDistributionAgentFactory-my-agent.cfg.json is what I tried using - it does create the agent but it does not work).
Currently, Workfront calendars lack the "Run this report with the Access Rights of" setting that exists in Workfront Reports. Without this feature, every user must be granted access to every relevant project in order to view the calendar. It would be extremely beneficial if Workfront Calendars could adopt the same access rights as Reports. Calendars offer a more intuitive and visual way to communicate timelines compared to reports. For use cases like tracking launch dates across multiple teams and departments, calendars provide a clearer, more accessible view that supports better planning and coordination. Our department—and the company as a whole—heavily relies on Workfront calendars for their visual clarity and ease of use. We've built department-wide launch calendars to track email deployments and web production go-live dates. I spoke with a support representative today who confirmed that this feature previously existed. I recall this as well—it was a key reason
Challenges in the World of AnalyticsIn a world with rising access to and volume of data, knowing how to manage and process it effectively becomes a competitive advantage for organizations. While most companies say that their usage of and investments in analytics and AI is on the rise (McKinsey 2024), the capabilities of business are mostly not equipped to handle the complexity that comes with it. Two main causes for the lack of these capabilities are: 1. missing data and AI literacy (Data Camp 2024) of non-data/AI oriented employees, and 2. the lack of skilled specialists, e.g. data analyst or data scientists, who can compensate for the lack of organizational data and AI literacy (PwC 2024). For leaders trying to bring their digital products to market, validate product/market fit and gather millions of data points, these limitations are a serious risk. It leads to a situation in which companies can’t get the insights from their data and cannot train models for their purposes as f
If you are a data analyst and your business uses adobe analytics as the web analytics tool. You will often come across a use case where you need to send raw data or hit-level data to either S3, GCP, or Azure Aws. You need to run a lot of queries to validate raw hit-level data or visualize the data or to combine this data with other data sourcesHere are sample SQL queries you can bookmark to run queries for different use cases.Note: Hits normally excluded from Adobe Analytics are included in data feeds. Use exclude_hit = 0 to remove excluded hits from queries on raw data. Data sourced data are also included in data feeds. If you want to exclude data sources, exclude all rows with hit_source = 5,7,8,91. To Calculate the Bounce rate SELECT (COUNT (( CONCAT (post_visid_high, post_visid_low, visit_num, visit_start_time_gmt)) WHERE visit_page_num = '1')/ (COUNT(( CONCAT(post_visid_high, post_visid_low, visit_num, visit_start_time_gmt)) * 100) as bounce_rate FR
Hi Community, Please can someone point me to the right documentation or information on how to create Milestone in a project in Workfront?Your input is super appreciated. Thanks Mesh.
I think we all have plenty of these! I want to hear from you all! Maybe Adobe product will take notice and put in fixes for some of them. Or worst case, at least we learn that others are in the same boat and can commiserate, or maybe we can offer each other suggestions!My biggest complaint is how awful Adobe analytics does on a mobile device. Not talking about the mobile reports - those work great! But if I try to open Adobe admin or workspace on a mobile device - terrible interface. I would really love to be able to click on an anomaly alert in my inbox and be able to see the graph straight from that click. It's impossible right now to tell how the data looks.
While creating the content fragment, I have added tags. That is saved here. From GraphQl API, I can expose the content as shown below _metadata { stringArrayMetadata { name value }} Similary, I have added tags to asset. That is present here: /content/dam/test.png/jcr:content/metadatacq:tagsvalue: test:abc How to expose this tags from GraphQL API from an asset?I know about this one to get asset metatagshttp://localhost:4502/content/dam/test.png/jcr:content/metadata.json But, from GraphQL only, I need to pass the tags, metatags details. Is it possible?Note: I am using AEM AMS 6.5.23 version application. cc @arunpatidar @giuseppebaglio @santoshsai @hrishikeshkagne Thanks in advance
Hi Team,I am unable to commit symlink created for enabled_Vhost and enabled_Farms from windows machine.I tried using WSL also but the symlink files are not listing at all. How to resolve this issue.AEM as CS, Dispatcher , symlink
Hello, I wanted to experiment with the Logic Group container. I basically replicated segmentation grouping used in the documentation, but my container is only showing the standard Person, Session, Event container settings. Am I doing something wrong here?
Hello All,I have written a Tag rule where i want to read the data element value and decide the final action.This data elements value is not coming correct always. When i try to access data element in condition and final section ,it's giving different values. I expect value should always be same as what i am trying t read in Final section. Any suggestion, how to deal this and fix the issue? Thanks,Kishore
I would like the ability display a field solely on whether a previous fields was filled in. For eample I have a situation where I need to enter in up to 5 supplier names but only want the next supplier field to appear if the previous was entered.
Hello everyone, I have a use case where i want to use unitary event inside my journey, but am unable to use my unitary event created because of the below limitation. My journey has a read audience with namespace selected as HCPREFID a unique identifier and unitary event has namespace selected Email (because the schema am using i.e.,AJO Email Tracking Experience Event Dataset to create unitary event doesn't have HCPREFID field). But profile is getting stitched.
For a travel ticket booking site, we collect various data points throughout the user journey, including product type, category, customer details (non-PII), and other details at each step (product view, add to cart, details filled, checkout) before a purchase is made. I am considering three different setups for configuring these rules. Could you help me understand the differences and recommend the ideal setup? Can we also use props to make the tracking better for any scenario?Thank you
Hey y'all I'm posing a question to the Community to help the plethora of newcomers I've met at recent Scale & WUG events lately: During your Workfront journey, what is the one thing you discovered that gave you an a-ha moment? 🤩 I've had a few in the past decade and will add mine to the comments below but I'm hoping we can make a this of gems for others to explore and discover earlier in their journey. This could be something really simple like an basic feature (boards view in a project) you didn't know about, or something truly advanced like collection reporting.
One of my clients has used Zoom webinars integrated with Marketo for at least 2 years - running at least monthly webinars as of recently. All the sudden from Marketo, when we try to connect the webinar program to the event on the Zoom webinars platform - it doesn't see any webinars scheduled. There are no errors in the Zoom LaunchPoint app. When we try re-verifying the LaunchPoint app we get taken in circles because it leads to the the "old" Marketo login page and clicking and using login with Adobe doesn't help. We have a ticket logged with Zoom support which isn't getting us anywhere. Given that we were just forced to make the switch to the new login/user management process this month and tried to set up the first 2024 webinar program after that, I find the timing suspicious - even though it's not supposed to affect API-only users. Is anyone else having this issue? Alternatively, is there anyone who has continued to use Zoom webinars integrated with Marketo suc
Hi All,when I create / update a Workfront record via the WF API, I am expected to set the values of custom fields. I wonder what is the best practice method for populating drop-down custom fields.I know that I can populate the field by providing the "value" of the custom field option, for example:{ "DE:.Region": "Global" }But then, if the value of the parameter option should change in the future, my integration would fail.Is it possible somehow to populate the custom field by providing the ID of the desired Parameter option (instead its value) to the API?Thank you,Tibor
I’m creating a Content Template using HTML code and facing two issues:After formatting the HTML and saving it, the code appears collapsed when I reopen it — it’s not retaining the formatted structure. Any idea how to fix this?Once I save the HTML, the system automatically injects data attributes and header tags. How can I prevent these from being auto-generated?
Hello, I think all configurations are set up correctly. I’m able to receive push notifications from the Push Debug View in Assurance, but when sending them through a journey, the process fails and returns a “Provider error.”
Request for Feature Enhancement (RFE) Summary: Wildcard DV certificates and wildcard subdomains Use-case: For DEV and STAGE environments often a common publish domain is being used. As the default Adobe one (https://publish-pxxx-eyyy.adobeaemcloud.com/) does not allow subdomains the individual sites are addressed via subdomains of that common domain to have a similar setup as PROD (1 domain = 1 website). That allows even automatic mapping of content paths to sites without needing setup costs for additional sites. Current/Experienced Behavior: Cloud Manager does neither support wildcard domains in the domain settings (https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/using-cloud-manager/custom-domain-names/introduction#usage-notes) nor does it allow wildcard DV Adobe-managed certificates. Therefore each subdomain requires - Configuration via the Domain - Domain verification via additional TXT record - Set up a dedicated DV manager c
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.