Build better products with our product team
"FTE" and "Work Time" fields on our user objects can be more than 2 decimals places (e.g: work time = 0.8108). However, standard user reporting will not display the full number, the best achieved is "0.81” as none of the available value format options achieve the desired result.This can be achieved in text mode by applying the format code "doubleAsString".It would be beneficial if the valueformat "doubleAsString" could applied to a field format option in standard mode to allow us to display full numerical values including all decimal places.
Description - AEP Permissions need better granularity added since there is only View and Manage. Create, Edit, and Deletion rights should all be segregated to prevent accidental deletions by limiting the people, roles, and groups that are given Delete rightsWhy is this feature important to you - We have had to recreate things several times in our new environment as people get used to the platform, but in order to do their jobs they need Create and Edit rights. They do not need Delete rights.How would you like the feature to work - Like any standard system granular rights settings are intended to workCurrent Behaviour - We can give people view or we can give them manage thereby giving them too much access.
Description - Today I learned from the Grant access to projects | Adobe Workfront article that you can create rules based on when a user of that Access Level creates a project. It would be amazing to have a comparable function for Tasks.Why is this feature important to you - When working with vendors that are represented by multiple users, it would be helpful to automate allowing all of users associated with that vendor to at least see what the rest of the vendor users are working on. Fusion can accomplish this, but the rest of us are stuck with either sharing by template configurations or individually by project. In our case, we "collect" vendor users by company, therefore we would like to give visibility to all projects the vendor touches by sharing projects to the company.How would you like the feature to work - In Access Levels settings, allow admins to create rules for Tasks along the lines of "When a user is assigned to a task, grant x access to their team/group/company."Current Behaviour - You can only add rules for projects. See community thread here.
There seems to be an irony to the fact that Adobe Analytics doesn't provide analytics on how Adobe Analytics is being used As an organisation we have massively bought in to using Workspace to drive the self-service of data/insight throughout our business.As a result we are centrally managing a large quantity of workspace projects, segments, dimensions, calculated metrics for a significant number of Analytics users.In order to manage these effectively with Workspace, we desperately need to be able to understand things such as:how many times are components actively used (e.g. Segment X has been used 200 time in the last 30 days to retrieve data)which workspace projects a given component is associated with (e.g. Segment X is used in project A, project B and project C)what projects a given analytics user is accessing (user X has access Project A ten times in the last 30 days)Please can you consider giving us a decent level on Analytics on the Analytics?
We were testing the new Environment Promotion Beta.It's a great now tool to bring data to another systemAs we have a 2nd PROD system for performance testing using a different domain, we would highly appreciate to use the new feature here as well. Unfortunately this is currently not possible crossdomain.Therefore we have to always manually or via Kickstarts move the data, on top of that we lose all IDs by this and have to adjust a lot. Overall there is quite some effort for this data migration, and crossdomain Environment Promotion would help here massively.We already created a support case related to this: Case #00399884
For all the "non developers" or people who do not have access to a web developer in their teamCan we have the option to exclude some web pages on a "global rule" for a form. For example, we get leads who provided their @gmail, @hotmail, @yahoo or another free email address to us at events or sales reps sneak them into Salesforce. We prefer to collect company email addresses for our company.We send the lead promotional emails, although when this lead wants to unsubscribe, the unsubscribe form won't accept their @gmail, @hotmail, @yahoo or another free email address. The lead can then say we are not conforming to GDPR rules or spam laws for their county, or they can make a complaint to our legal team.I want to exclude some forms from the global validation rule.OR if there is a solution that is native to Marketo (ie don't need a web developer to create a piece of code) please let me know!
Description:We need be able to identify irregularities/defects in our ecommerce business (declines in web traffic/sales/conversion).Using Alerts (both daily and hourly) with segments applied helps our teams triage in root cause analysis and investigations.Some of our hourly alerts trigger frequently if the criteria are met, most often during hours of the day where a large portion of our website/app visitors and purchasers are not browsing or purchasing. Why is this feature important to youWe are receiving specific hourly alerts for certain use cases more often then we would like.We have leadership and other stakeholders that have requested to receive these alerts, but we do not want to add them to the distribution until we can control the frequency to exclude these known instances from firing. We want to prevent the integrity of the Alerts tool from being deemed inaccurate and irrelevant as a result of this. How we would like the feature to workWe would like to have a dropdown filter to select specific hours of the day to exclude the hourly alert from triggering for. Alternatively, if we can apply apply a segment that excludes specific hours of the day from being included that would work.With current behavior of applying a segment using either of the criteria below still yields triggering an alert during the 3AM, 4AM or 5AM hours of the day.Logic Option 1: Exclude Hit where Hour of Day = 3AM OR 4AM OR 5AM Logic Option 2: Include Hit where Hour of Day = 12AM OR 1AM OR 2AM OR 6AM OR 7AM OR 8AM OR 9AM OR 10AM OR 11AM OR 12PM OR 1PM OR 2PM OR 3PM OR 4PM OR 5PM OR 6PM OR 7PM OR 8PM OR 9PM OR 10PM OR 11PM
Hi All. I hope things are going well. I had an idea I was hoping you could consider. It seems that the OOTB functionality of the AEP data processing from a Web SDK implementation includes converting the user's IP address into the Designated Marketing Area Identifier (DMA ID). This identifier is part of the Web SDK Experience Event Field Group and again is provided by Adobe automatically, meaning this is NOT something we set or configure within the Web SDK itself (if you exclude "turning the feature on" within the Data stream and Web SDK extension). The values within this field look like numbers - for the US based visitors505, 506, 507, etc The problem with this field is it's data type. It's set up as an "integer" field, not a text string For example, ID = 505 is actually the Detroit MI area. but there is no 'DMA Name' field in AEP, just the DMA ID. So running a report in AEP Query Services or CJA and getting a 505 number is not helpful to our analysts. We need to translate the ID 505 into Detroit. The problem is since the field is set up as an integer we are not able to classify it. We've tried setting up an AEP Lookup Table, but you can not set up a Relationship between two dataset when you're dealing with 'integer' fields, the keys that connect tables together must be 'string' values. We tried converting the DMA ID integer into a String using the Data Prep Mapping Services, but it seems the DMA ID doesn't yet exist or isn't accessible by the Data Prep tools so those efforts also failed. We tired using CJA Lookup capability within Derived Fields and we after 4 business days can't seem to get our DMA Dataset connected to our CJA Connection... the tool just won't process the dataset because we can't set the DMA ID field as an 'identity field' because it's an integer data type. So our idea is:- to have Adobe add the DMA Name field to the field group and then update the DMA processing to also populate the DMA Name field automatically without the need for us to 'classify' the DMA ID- if that's not possible, we'd like Adobe to update the Web SDK Experience Event Field Group so that the DMA ID field data type is a 'string' instead of an 'integer'. - If that is not possible without impacting already existing customer who are using that Field Group, then we ask that you expose the DMA ID field to the Data Prep services so we can manually create a rule that will convert the integer field into a string field. - If that's not possible due to the way AEP processes data, then we ask that Adobe provide a solution to calculate the DMA within the Web SDK Extension or Adobe Data Collection Data Element so we can set our own custom field in our Schema to collect the DMA ID as a string value (so we can classify it within AEP / CJA) I hope that all made sense
I would like to be able to customize the label of a field on each form but keep the back end for reporting. Similar to how we can customize statuses per group but the 3 letter code can remain the same. We can then manage the same pick list and back end data but have the label (aka user facing) make sense to each group.
Description - Create a way to pull or use data from Fusion operations."How many times has a scenario/module been run?""Can I use runID to track and check against operations in an integrated system?""Who is triggering the scenarios the most?""Did Fusion even exist before 30 days ago?" Why is this feature important to you? - This would help us optimize existing scenarios through usage data and build better solutions with integrated systems. How would you like the feature to work? - It would be great if it was as straightforward as Workfront's reporting, but no specific implementation requirements. Just having access to the data would be extremely helpful. Current Behaviour - We can manually check runs that have happened in the past 30 days. Checking this way is very manual and tedious at best, and only shows data from the specific run. Any sort of aggregate data would have to be manually tallied and synthesized.
Description -Why is this feature important to you - it was extremely beneficial to see the unassigned work on the same page as assigned work, this was allocation was much simpler to see who could take on work.How would you like the feature to work - just as it had beforeCurrent Behaviour - you're not able to review the team report for workload balancer for both unassigned work and assigned work. Unassigned work is not visible by job role.
Description - The ability for a workspace owner or editor to hide/unhide selected panels in workspace.Why is this feature important to you - Would allow me to condense what is visible for users that only requires a certain area of a template or workspace without outright removing panels. Would also allow for a space to workout a thought or a theory without muddying the report.How would you like the feature to work - Function should be the same as hidden tabs in excel Right click on a panel header to find the option to hide/unhide panels. Current Behavior - Panels can be minimized but anything you don't want shown needs to be in another report or deleted from the workspace.
Description - I would love to see consistency when I'm applying same choices from multi-select dropdown to an item listed in a report (e.g. task). Let's say dropdown has 3 options: 1,2,3. Depending on in which order they will be applied against task they may appear in random order: 1,3,2; 3,2,1; 3,1,2 etc. According to WF support randomness is per design. Why is this feature important to you - Consistency in listing items makes it easier to read field values How would you like the feature to work - Regardless of the order in which I select dropdown values, if I select the same values I would like to see them display consistently, as 1,2,3. Keep it consistent. Current Behaviour - randomness
Description - Our users would like to be able to 'lock' fields on projects and make them only editable by certain users. Right now there doesn't appear to be any functionality that accomplishes this. For example, the PM may want to 'lock' the Duration field so only specified users can update that field. Right now, anyone with Contribute or Manage access to the project is able to adjust those values. Or anyone with View access that has a Task level assignment. These permissions vary from project to project so we would like to be able to set these permissions on the object itself, and not as an Enterprise level rule. Why is this feature important to you - This is important for data integrity. Not all users should have access to edit all fields just because they have access to a project. How would you like the feature to work - I envision some type of 'lock' or 'share' button on the field that allows us to set permissions for that particular field. This would supersede any Project level permissions. Ie: User John has Contribute access to the Project but only has View access to the 'Duration' field.
Hello, This is a feature request to add annotations in all trended displays in AA and CJA. Right now, I believe I can only see annotations in "line" charts. But I can see that it would be also valuable to see annotations in: combo displaysarea displaysbar displaysetc.Sorry if this is in the wrong spot. Will move this if needed.
Description - Tracking changes to the name and status of the projects that present what the changes was (old to new) and when it happened. Why is this feature important to you - Executives need reports on changes that happened to the project status, for example, how projects changed status during the past month, and from what status to what status. The purpose is to report changes that happened within the portfolio since last portfolio meeting: for example, how many projects went in progress, on hold, completed, etc., during the past 2-3 months. How would you like the feature to work - I would like to be able to track changes to the name , status, and some other attributes of the projects that are captured in custom fields. Journal entry field allows some of the tracking but it is not for all and not intuitive. Also, journal entry fields cannot be accessed through custom forms if I try to create custom fields based on them. Current Behaviour - Journal entry field allows some of the tracking but it is not for all and not intuitive. Also, journal entry fields cannot be accessed through custom forms if I try to create custom fields based on them. Also, while changes of status from in progress to completion and from entry to in progress can be tracked and demonstrated by creating reports Entry Date and Completion Date, there is no way to track other statuses a project goes through its lifecycle.
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