Build better products with our product team
Marketoにて日本語メールを配信しておりますが、Gmailアカウントで受信した際に「日本語に翻訳」という自動翻訳機能が表示される事象が発生しています。ユーザー側のGmail設定にも依存することは承知しておりますが、「日本語に翻訳」をクリックするとおそらく「日本語→英語→日本語」といった誤った翻訳処理が行われ、結果として文面が不自然になりユーザーに文章がおかしいと思われる可能性が高いです。このような翻訳機能の誤作動を防ぐため、Gmail上で「日本語に翻訳」が表示されないようにする設定があればと思います。
Description - You can share items in bulk, but you can't unshare in bulk. Tier 1 support said I can do this with Fusion, but I don't have Fusion. This strikes me as something that you shouldn't have to pay an additional fee to address. Why is this feature important to you - It's tedious to have to adjust share permissions one object at a time. In my case, I was hoping to unshare projects in bulk to soft archive them and therefore reduce load time for my users. We have many years of work that we want to keep but hide from most users without losing the historical data. How would you like the feature to work - Detect common sharedness across bulk selection so that we can remove them from the share permissions in bulk. Bonus points if you can additionally choose to unshare down the inheritance chain (for example, at the portfolio level all the way down to tasks, issues, and documents). Current Behaviour - You can select multiple projects that you know have at least one common user, job role, team, group, or company, but the common shared item doesn't appear in the dialogue to remove from the share permissions. Instead the share permissions are blank. Additionally, you can remove an item from the sharing and, despite the dialogue that gives you the option to unshare across all child objects, it doesn't remove those inherited permissions.
When sending a recurring email that someone could qualify more than once - if you look at email stats it will only show the first send to a Lead if they get the same email more than once within the same Program.So if you're looking at "How many Leads got X email last month?" - it's going to only show the Leads that receive that email the first time.I know that you can pull down the Activity through the API to capture all sends to the same Lead - but it would be nice to have the ability to see that in the UI so that if requested an accurate total can be pulled.
I'm working on changes to our RCM model and doing testing in our sandbox. Currently its required to have to rebuild the model in PROD once testing in the sandbox is approved which means i need to revalidate everything again in production to make sure I did not make any errors when re-creating it. Would love to be able to import the RCM model from a sandbox or other instance of Marketo.
Description: to have the ability to collapse/uncollapse items in PrioritiesWhy is this feature important to you: Many of us will have several groupings under priorities, specially if we group by project. It will be useful to have the ability to collapse the results.How would you like the feature to work: to have a carrot icon in the top, similar to other groupings in WF, to have the ability to collapse/uncollapse all results at once.Current Behaviour: we can't collapse/uncollapse all results at once.
Description These days, the AEP sources data prep UI for calculated fields is lacking basic functions to (easily) transform incoming data structures like arrays through a computed field into a target structure of any kind which makes it really cumbersome to work with. Also, asterisk syntax is only supported in standard mapping fields. Why is this feature important to you Well, the source data often does not match the XDM schema data and has to be brought into the right format. The provided functions are insufficient. The destinations data prep, however, seems to contain more functions to transform hierarchies. How would you like the feature to work Let's start with something trivial like looping over arrays to transform their data. Destinations Data Prep: transformArray([5, 6, 7], x -> x + 1) Sources Data Prep: ??? Current Behaviour - It seems impossible or at least extremely cumbersome to do even minimal transformations on any array or object data on the Source side. This in turn puts potentially a lot of extra work on the devs to provide the right data input format, potentially increasing the size of the to be imported data significantly if the target structure has to be pre-built. This comes with a lot of implications like necessary adjustments on the data providing side, should anything ever change in the schema.
Suggested improvements:- Fix spacing of left column- Make the additional time slots optional, current feature makes the calendar too clunky/ tall - Have the order of the tasks match the order of the column on the left, don't move completed tasks to the top- Make task information visible by hovering over the task - Add capability to hide Saturdays and Sundays
Description - We've had feedback from a couple teams who manage our automation for different business units. They heavily use calendars to see what emails are going out in a week or month. With a larger volume of email tasks, the new view truncates what they can see on any given day and forces them to click "see more" and scroll through a tiny pop-up to see all their tasks. The weekly view is a little better, but they also need to see what tasks they have scheduled week over week. Why is this feature important to you - Our automation teams have strict regulations on how many emails can be sent to an audience within a period of time. They use calendars to visualize this metric on their weekly calls. How would you like the feature to work - We'd love to see the day squares to expand to allow for all items to show at a glance. Similar to the previous version of the calendar. Current Behavior - The new view truncates what our teams can see on any given day and forces them to click "see more" and scroll through a tiny pop-up to see all their tasks.
There's been previous conversations about how "before" date filters include blank values, and whether or not that is ideal behavior. I think the best solution to this would actually be to add another constraint to date/datetime fields called "include blanks: true/false." That way you could make determinations definitively whether blank dates should be included in each filter.
Description -Why is this feature important to you - We have fusion scenarios set up for specific fields in custom forms. When folks can enter in any information within a single-select drop-down it causes fusion errors, time in me deciphering what the heck was added, and allows to much power to be given to someone in a non-admin role. How would you like the feature to work - Follow the thought process for "mandatory fields" and add a checkbox that says "should this field be locked."Current Behaviour -
Users would like for the Proofing module to behave like a browser (for interactive proofs, webpages), and display the hyperlink at the bottom of the page when hovering your mouse over that respective button. This feature is not currently available and would help them quickly check if the are any blank/not linked buttons on the page they are working on. Please see attached example on how they would like it to work:
Description - Allow for multiple conditions apply to Column Rules, Report View Why is this feature important to you - Sometimes condition on column view in a report is a combination of multiple rules and not only one. How would you like the feature to work - Allow for multiple conditions be selected in Column Rules, Report View Current Behaviour - Only one condition can be defined in the rule, rather than combination of multiple ones.
Description -For any project, under Hours Tab, the total hours at the bottom shows the addition of the line items. The client's request is, it should show the addition of all the hours at the bottom of the page.
Description - More than one "Regex Replace" functions should be allowed in CJA derived fieldsWhy is this feature important to you - This will allow CJA users to build more refined rule based classificationsHow would you like the feature to work - A derived field should have options to add multiple "Regex Replace" functions in it's definition.This will help in building more refined rule based classifications (similar to Adobe Analytics' Classification Rule Builder) where a field can be created by matching multiple regex strings.A very simple requirement could be a field with two different formats of values in it having different number of delimiters. An example could be below two values,1997:Brand:Model1997:Brand:Model:ReleaseTo create a derived field that extracts all the brand values from these two formats we need to match two regex strings,^(.+)\:(.+)\:(.+)$ and return $2 as value^(.+)\:(.+)\:(.+)\:(.+)$ and return $2 as valueThis can be achieved by adding two "Regex Replace" functions in the derived field but currently we can use this function only one time per derived field.Current Behaviour - Currently CJA allows only one "Regex Replace" function per derived field.
Request for Feature Enhancement (RFE) Summary: Scheduled Copy content activities to lower environments from Prod environment Using GenAI Models in AEM Cloud Manager Use-case: We request the development of a feature in Adobe Experience Manager (AEM) Cloud Manager that leverages Generative AI (GenAI) models to enable the capability of scheduled copy content activities to lower environments from Prod environment. This feature would allow DevOps/Support teams to trigger content copy activities to lower environments on specific dates and times through GenAI-based workflows in a scheduled manner. Key Benefits: Reduction in manual effort : The biggest advantage of this feature would be - a great reduction / savings of manual hours of the AEM support team/application team in the monitoring of Copy content activity , Greater efficiency and reduction in the waiting times during monitoring ( incurred by the support team while content is being copied in Stage and Dev ). Automated Scheduling: Users can set precise times and dates for copying content to lower environments, ensuring updates occur during optimal windows, such as off-peak hours, minimising disruption. This will reduce the manual effort in solving the most common business requirement of content refresh from Prod to the lower environments, after every regular interval like once in 15 days or after every release. Enhanced Efficiency: GenAI models streamline the content copy process, reducing manual intervention and potential errors. Predictive Analytics: Utilize GenAI to analyze past content copy activities and suggest optimal times for future operations, enhancing overall system performance. Customizable Workflows: Tailor content copy workflows to meet specific organizational needs, providing flexibility and control over the process. Improved Reliability: Scheduled content copy activities ensure consistency and reliability, with GenAI models monitoring and adjusting workflows as needed. Implementation Details: Integration with AEM Cloud Manager: Seamlessly integrate GenAI models within the existing AEM Cloud Manager framework. User Interface: Develop an intuitive UI for scheduling content copy activities, allowing users to easily configure and manage the timing of these operations. GenAI Workflow Engine: Create a robust workflow engine powered by GenAI to handle the scheduling, execution, and monitoring of content copy activities. Analytics Dashboard: Provide a dashboard for users to view content copy history, performance metrics, and predictive analytics. This feature will significantly enhance the content management and content backup capabilities of AEM Cloud Manager, offering application support teams a powerful tool to manage content copy activities efficiently and effectively, with very low effort. Current/Experienced Behavior: There is no such workflow/feature available in AEMaaCS as of now for scheduled copy content activities. Improved/Expected Behavior: We request the development of a feature in Adobe Experience Manager (AEM) Cloud Manager that leverages Generative AI (GenAI) models to enable the capability of scheduled copy content activities to lower environments ( at the time as scheduled by the DevOps team ), resulting in saving of manual efforts/hours during the copy content activity and enhanced efficiency. This will be of great help in solving the most common business requirement of content refresh from Prod to the lower environments, after every regular interval like once in 15 days or after every release. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as a Cloud Service ( AEMaaCS ) Customer-name/Organization name: UnitedHealth Group ( UHG ) Screenshot (if applicable): N/A Code package (if applicable): N/A
Request for Feature Enhancement (RFE) Summary: Reducing Stage/Prod deployment Pipeline execution Time Using GenAI Models in AEM Cloud Manager Use-case: We are requesting for the development of a feature in Adobe Experience Manager (AEM) Cloud Manager that leverages Generative AI (GenAI) models to reduce the execution time required for stage and production deployment pipelines in AEM Cloud manager. This feature would fast-track regular deployment tasks in the Adobe Cloud pipeline using GenAI models , including Unit Testing, Code Scanning, Image Building, Product Functional Testing, Custom Functional Testing, Custom UI Testing, and Experience Audits. Key Benefits: Accelerated Deployment: GenAI models optimize and expedite deployment tasks, significantly reducing the overall pipeline time. Enhanced Efficiency: Automate routine tasks such as unit testing and code scanning, allowing for faster and more reliable deployments. Predictive Analytics: Utilize GenAI to predict potential issues and optimize the sequence of deployment tasks, ensuring smoother and quicker pipelines. Customizable Workflows: Tailor deployment workflows to meet specific organizational needs, providing flexibility and control over the deployment process. Improved Reliability: GenAI models continuously monitor and adjust workflows, ensuring consistent and reliable deployments. Implementation Details: Integration with AEM Cloud Manager: Seamlessly integrate GenAI models within the existing AEM Cloud Manager framework. User Interface: Develop an intuitive UI for configuring and managing deployment tasks, allowing users to easily set up and monitor pipeline activities. GenAI Workflow Engine: Create a robust workflow engine powered by GenAI to handle the optimization, execution, and monitoring of deployment tasks. Analytics Dashboard: Provide a dashboard for users to view pipeline performance metrics, historical data, and predictive analytics. This feature will significantly enhance the deployment capabilities of AEM Cloud Manager, offering users a powerful tool to manage stage and production pipelines efficiently and effectively. Essentially the idea is to reduce the overall execution time of Stage/Prod pipeline and hence making the deployments faster during the release calls etc. This will also reduce the manual effort/time spend during the release calls. Current/Experienced Behavior: Currently it takes around 1.5 hours to deploy the code to Stage and then promote to Prod, using the Stage/Prod pipeline in AEM Cloud manager. Improved/Expected Behavior: Expected or improved behaviour is cut down this execution time to around 30 mins for the entire Stage/Prod production pipeline. This can actually help in saving a lot of man hours/support hours from the application support team during the release calls. This would also make the deployment of breakfix/hotfix items to Prod very quick and easy. Environment Details (AEM version/service pack, any other specifics if applicable): AEM as a Cloud Service ( AEMaaCS ) Customer-name/Organization name: UnitedHealth Group ( UHG ) Screenshot (if applicable): NA Code package (if applicable): NA
Would be nice to lock folders so requesters cannot see assets until ready for them to review. Currently, requesters are viewing the "review" files that are meant for the art directors. Only solution we found was to "unshare" the requester from the project. Not ideal I must say.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
OKSorry, our virus scanner detected that this file isn't safe to download.
OK