Description - Currently, there's no value in reporting to filter and view reports with "Prompt Enable". There's a value name "Show Prompts" that we initially thought will filter the reports with Prompt Enable. But after checking with Adobe Support, the "Show Prompts" value is only showing Reports that "Prompt is enabled in Dashboard".Why is this feature important to you - In an environment with thousands of users, this is important to view/filter and impact assess if the admin is performing changes which will impact reports with prompt enable. (E.g. Changing Custom Field Name will impact the Report with Prompts)How would you like the feature to work - It would be great that the Report have the value to filter the Report with "Prompt Enable".Current Behaviour - Currently, we do not have the option to Filter Reports with Prompt Enable.
Items once added to calendar cannot be rearranged. This is super annoying when making edits, because items in the calendar are displayed in order in which they are added. Attempt to make any changes in worst case scenario requires editing all previously added items
It would be great if there was a tab where you can see updates of any changes made in templates and who made those edits. Perhaps even just a column that says "Last Edited" with a date and user displayed. I think this would help with accountability and transparency.
Anytime an unexpected change occurs, you have to manually Recalculate Financials in order to pull accurate Actual Hours and Costs on a project. An unexpected change could be something as small as someone logging 5 hours to a task and save...realize they meant to put 7 hours and go in and change it. We pull Actual Costs and Hours from the projects on a regular basis, sometimes even weekly. So we have to manually "Recalculate Financials" one at a time for all the projects. It would be great if in the project view, I could select multiple projects (perhaps even a program) and "Recalculate Financials" for all the projects at one time. If it could be set to automatically occur, say once a week....even better.
Description - Real-time displays within Workspace, where you can create a line chart or area that works like a real-time display. Why is this feature important to you - Real-time displays is often requested by leadership in our team, but there is a 3-report limit in "reports"How would you like the feature to work - I can create a "display" that is real-time, and also other normal displays within the same workspace report. Also, should be available on mobile viewed reports. Current Behaviour - there is no real-time function in AA workspace at the moment. Only in reports.
My organization is trying to enforce SOP and push the adoption of the templates we've developed. We have not allowed users to copy projects or to make their own templates, but they can (and do) still copy tasks rendering these other controls moot.
Description - The Webhook module in Fusion exposes an API to be called which is not protected by any secured/modern authentication method. There is a way to apply a filter on the request to check for an authentication header, but that would only support Basic Auth. Adding a native support for OAuth (likely using the Adobe IO credentials) would be a great addition to expand the use of the Webhook APIs. Why is this feature important to you - We (Best Buy) have a lot of use cases where we would want to push data from other applications into Fusion and eventually update it in Workfront. Right now, we cannot use the Webhook module because the API is not protected and doesn't support OAuth which is a core requirement by our enterprise security. How would you like the feature to work - The Webhook module should be supporting the OAuth 2 authentication which could use an Adobe IO project to generate the client credentials and validate the auth token passed in the header for the Webhook API request against Adobe IO, similar to other IO integrations like for Asset Compute, User Mapping API etc. Current Behaviour - Fusion's Webhook module does not support any authentication for the API, rather there is a workaround that could be used to support Basic Auth using the request filter which can validate the auth header against a constant value.
Description - The options for report downloads include Excel, TSV, PDF and image files. But not CSV. It should include CSV. Why is this feature important to you - CSV files integrate better with other tools. Specifically, right now Airtable has a feature where you can email attachments into the tool to sync with tables. It does not work with other file types. How would you like the feature to work - Make CSV file types an option that would work just like the others. Current Behaviour - Not available.
Description -Building funnels for conversion paths or user journeys is a common practice in digital analytics. Analysis Workspace makes it quick and easy to build those, given that users know where to find them and how to operate the interface. However, using an existing Freeform table as source for funnel steps can be a challenge for novice users or on smaller screens.To help with that, I want to propose a new right-clicking action for dimension items and metrics in Freeform tables. When right-clicking one, show a new "Build Funnel" option:When clicking this, the currently selected item would become a step in a new Fallout visualization:If the user has multiple items selected or has breakdowns applied, those could also be respected. For example, using this new action on this Freeform selection...... could create a Fallout like this:While there is certainly some research required to match user expectations, this new feature could make it much easier and faster to build a funnel based on an existing Freeform table.
Description -Analyzing user retention in relation to a certain feature or activity is a standard procedure in digital analytics. The Cohort table visualization makes it possible to track those in Analysis Workspace. However, building those can be a challenge to novice users and costs time.Because of this, I want to propose a new right-click action for dimensions and metrics in Freeform tables. When right-clicking those, show an option to "Explore Cohorts":Clicking this option would create a new Cohort Table, with the selected item as a Segment under the Inclusion Criteria, maybe even with some default metrics like Visits:This productivity hack would make it much faster to build cohorts in day-to-day analysis and make Freeform tables even more powerful.
Description -Analysis Workspace offers a fantastic way to explore user journeys through the Flow visualization. Thanks to us being able to drag-and-drop items from a Freeform Table, building Flows can be super efficient. However, dragging-and-dropping dimension items or metrics from a Freeform table can be a challenge to novice users or anyone without a gigantic screen.As a potential solution, I want to propose bringing a new right-click action to Freeform tables that allows users to explore paths quicker. In the mock-up below, a user could select "Explore paths" when right-clicking dimension items or metrics:When a user clicks this option, they would be able to choose from options like "Paths starting here", "ending here", or "all paths":Clicking those options would create a new Flow visualization, with the selected dimension item in the "Starts with", "Contains", or "Ends with" box respectively.This would make it quick and easy for novice users or exploratory workflows to make the Flow viz more accessible.
Request for Feature Enhancement (RFE) Summary: Downloading queue on several assets is to do one by one Use-case: When you share several assets and you share them, users receiving the link have not the correct behavior in downloading them: step 1 : share several assets step 2 : open the link receive via email step 3 : select several asset step 4 : download queue step 5 : download inbox step 6 : I just have my first selected asset i the inbox We should have all the assets in the InBox. Current/Experienced Behavior: when i select several assets for download, i've to reselect each one for download Improved/Expected Behavior: when i select severa assets for download, i want all of them downloaded in the inbox Environment Details (AEM version/service pack, any other specifics if applicable): AEM as a Cloudservice Customer-name/Organization name: Louis Vuitton Screenshot (if applicable): Code package (if applicable):
The current Marketo "MktoForms2.loadForm" function loads additional forms that fail SEO best practices. Example code that Marketo writes when using the default embedded form code. >> <form novalidate="novalidate" class="mktoForm mktoHasWidth mktoLayoutLeft" style="font-family: Helvetica, Arial, sans-serif; font-size: 63px; color: rgb(51, 51, 51); position: absolute; top: -500px; left: -1000px; width: 1903px;"></form> >>3rd party SEO validation tools recommend that EACH form must define a submit button. You can send the form data using two kind of elements: - button - input, with the type attribute using one of these values: submit, image or button From the script MktoForms2.loadForm function loads these forms and users don't have any control to remove this extra Novalidate form unless a copy of the .JS file is created, edited and hosted to replace the default forms2.js file. Confirmed by adding this script in html there also it is loading the novalidate form. The last update to the forms2.js file was over 6 years ago and weighing in at over 400k minimized! This .JS file needs an update.
I doubt this will make any backlog on the product roadmap, but you miss 100% of the shots you don't take, so: I would like a method to understand within Velocity if an email has been marked as operational; today, there is no consistently accurate way to gather this information from the header or other parts of the message (e.g., check against Unsubscribe HTML). The main use case for this is compliance in countries where you are legally obligated to note if an email is an advertisement, namely China. This requires that emails can be properly marked in the subject line/body as appropriate (e.g., "<AD>") without affecting operational emails.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.