Build better products with our product team
Request for Feature Enhancement (RFE) Summary: AEM Instance link should be provided in the access email Use-case: - A big team of authors when enabled with AEM access are expected to have all the information of AEM instances in the welcome email. Current/Experienced Behavior: - When you provide AEM access to a user from admin console, user gets a welcome email. The link in the welcome email usually redirects user to https://experience.adobe.com/ instead of specific AEM instance to which the access is given.- Because of this user has to navigate to https://experience.adobe.com/ and have to find the link to the specific AEM to which he/she was given access to Improved/Expected Behavior: - When you provide AEM access to a user from admin console, user gets a welcome email. The link in the welcome email should redirect user to the AEM (https://author-pXXXX-eXXXX.adobeaemcloud.com/) instead of https://experience.adobe.com/ Environment Details (AEM version/service pack, any other specifics if applicable): AEM as cloud service Customer-name/Organization name: SERVICENOW DXP Screenshot (if applicable): Code package (if applicable):
The Time Off section in the user's profile allows a user to indicate which days they will be OOO. When a user deselects All Day to indicate a partial day off, the text Working Hours: appears above the Hour From/To fields. This is incorrect and confusing for the user. Should they indicate the hours that they will be out of the office, or the hours that they're working and available? The correct answer is that they should input their hours out of office, but that's the exact opposite of what the text indicates. We suggest that you change the text Working hours: to one of the following: - Hours Out of Office- Hours unavailable- Time out of Office ... or simply remove the text entirely, especially as the explanation <User Name> will be gone: is already at the top of the dialog box. And so, some users correctly indicate their partial hours OOO, while others mistakenly indicate their working hours. Because of this confusion, our Resource Planning hours are incorrect in many cases.
Can enhancements be made to the approval decision box. We use the approval process fairly frequently for items that are audited, and we need to retain the decisions and comments. I have a large number of users that approve or approve with changes and then hit the "X" to close out, not realizing the "X" is actually recording a Reject decision. I am also having issues with people accidentally recalling their decision. This is causing quite a few headaches as people are insisting they have approved their items and the system is wrong. I am then having to take the emails they send me and upload them as proof of their decisions.
Description - Building content in Analysis Workspace can be challenging. We've all been in situations where someone asks for support (within our company, the Experience League, or other platforms like Measure Slack) when trying to build a Segment, Calculated Metric, or Analysis Workspace Project. Oftentimes, this then leads to length discussions of "drop this one slot below! No, not at the very bottom, above that! No, that's where you started! Let me give you a screenshot! No, don't drag it onto the screenshot! Argh!" and lots more screenshots, messages, and "can't we just hop on a quick call?" of 2 hours length. As a second scenario, agencies and consultants often want to easily bring content from one IMS Org to another one. Even admins within a company wish they could just quickly make changes like replacing all instances of a wrong Segment with the correct one in a Workspace Project. However, there is no quick way to do this today. Thirdly, enthusiasts like me tried building communities around sharing components, like I did on Github. Without easy access to a technical definition, nobody wants to go through the hassle of providing any content. For active community members like me, there is little point in trying to document our work in blog posts with screenshots like this: To help with all cases, I want to propose a view similar to the existing debugger for API requests in Workspace. For components like Segments, Calculated Metrics, entire Projects, or even Panels and Freeform tables within Workspace, I want to have a "view as JSON" button, which gives us the technical definition of the component and allows us to edit it directly. Why is this feature important to you - To help with user support, accessible advanced components that are easy to copy and paste, and efficient batch changes for expert users. How would you like the feature to work - In the builder for Segments and Calculated Metrics, introduce a new button to bring up JSON view, similar to this mock: Upon clicking, this would open a modal similar to the existing debugger, with an editable JSON definition of the component: Once edited, the user could then apply this new definition to the component. Of course, it should be validated first, but the changes should then be reflected in the component builder. Ideally, there would also be a button to download the definition as a JSON file as well as an upload for a previous export. The same workflow could be used for Freeform tables, Panels, or even entire Projects: This could help massively speed up support and community sharing of components. Current Behaviour - "No, don't drop it there you buffoon! No, that's where we started 20 minutes ago! Just close it and open it again, but DON'T SAVE!"
Description - Companies are able to develop and release both private and public Extensions to Adobe Tags to provide new capabilities. However, the process of making an Extension available internally or externally is complicated to a point where companies and individual community members (me included) refrain from doing so. While the development can be complicated on its own due to the mandatory Node JS tool stack, releasing an Extension (even internally) is even more convoluted and requires work with the APIs, managing Adobe IO integrations, and certificates/keys. To help with that, I want to propose an extension to the web interface of Tags to allow easier Extension management. Why is this feature important to you - Because I would like to see a more active community around providing capabilities for Adobe Tags. How would you like the feature to work - In an Extension-development Property within Tags, provide new menu items to manage Extensions. Specifically, I can think of options for uploading and releasing the custom Extensions: In the "upload" tab, provide a simple drop-zone for .zip files created by the @61380/reactor-packager tool. Dropping a file there would do the same as the @61380/reactor-uploader tool, without all the API shenanigans. In the "release" tab, we would see a listing of the company's packages and have them available to be released and discontinued. Again, this just uses the available API without all the normally required overhead. Current Behaviour - Very few contributors to the Adobe Tags catalog, even fewer active contributors, and many hours wasted on API wrangling.
I can't take credit for this idea. It was suggested ~2 years ago by @brendanjaffary It's desperately needed for clients who maintain large catalogs in Adobe Target. It was suggested to me to post this again so it's more recent. Summary We need to have a feature that can mass delete entities based on a filter. I manage a catalog of over 400,000 entities so running a full catalog deletion is a huge impact to the business. There is no real solution to manage your catalog as the comma delimited string for singular deletion requires the user to have a list of entityIDs to delete which they are not able to export from the catalog.In the documentation, it states that the more entities in your catalog, the longer your criteria’s will take to process. I’ve also noticed that the larger my catalog is, the less accurate the recommendations are. Temporary SolutionThrough a recommendation of a forum user... once you filter your catalog to whatever your deletion needs are, you can override the API call in the network tab of developer tools to expand the pagesize of the call. Just simply adjust the pagesize in this network call : "target/products/productSearch.halosearch.at.json?pageSize=10". Once you have the data, you can parse through it to get all of the entityIDs, concat them into a comma delimited string and send the request off. This is a poor solution as both the query and the delete command can't handle more than 10,000 entities at a time and requires additional development work. I tried to write an application to manage this locally but ran into CORS issues with the API. I'm sure that these APIs arent intended to handle this amount of data either.Ideal SolutionThe most ideal solution would be:Filter the catalog by “lastModifiedDate” **Currently not an available filter but data is available in catalog**Add any additional filtersExport the data to an Excel file for further analysis on the data as the Catalog UI lacks sorting functionalityBatch delete all of the entities within the filtered selectionBeing able to filter by “lastModifiedDate” is essential as it will identify entities that haven’t been viewed by users in a long period of time, often indicating that the entity isn’t available anymore.
Description -Why is this feature important to you- ECID is the backbone of AEP, providing a way to consolidate all activity through to one "person". Through profile stitching, ECID is a great feature that we can use (and not have to re-invent the entire fingerprint / visit / user consolidation). How would you like the feature to work - Upon loading Launch.js library, ECID should already be resolved (via server side cookie? or available as a property within _satellite), so that ECID can be read immediately and incorporated into custom XDM for initial pageView / sendEvent -- so that downstream services can read custom XDM field. Current Behaviour- In order to obtain ECID, a separate and async request (alloy getIdentity) must be made, which causes a delay, which has an affect on Adobe Target "flicker" -- since we have to await ECID so that any Target Activities and/or other applications (AEP) that need ECID are gaurenteed to have ECID resolved and exposed in the XDM.- This generally only affects 1st time visitors that don't have ECID and/or when cookies deleted (we can read ECID from AMCV cookie).- However, a lot of marketing efforts are based on 1st time visitors.
Description - I would like to print the entire report opened using the link generated by Share with Anyone feature. I am only able to print the current page and not able to print all the pages.Why is this feature important to you - It is important for the business users to share the prints of the reportHow would you like the feature to work - I would like to print all the pages of the report.Current Behaviour - Only the current page is being printed.
Request for Feature Enhancement (RFE) Summary: Currently adidas is using user synch tool to synch the users from adidas Azure to Adobe Admin console. We are not able to synch the users with GUEST type (different domains) and forcing use to create adidas external accounts for 1000+ users. Enable the feature to support the synch from Azure to Admin console with EMAIL attribute for GUEST users. Use-case: Azure to admin console synchronization for GUEST Type Users Current/Experienced Behavior: Its only possible to synch the users and groups from Azure to Admin Console for the fixed domains. Improved/Expected Behavior: It should be possible to synch the users from Azure to Admin console for guest accounts whose domains are dynamic (personal accounts and agenciens) and should be created as Federated type on admin console. Environment Details (AEM version/service pack, any other specifics if applicable): Admin Console Customer-name/Organization name: adidas Screenshot (if applicable): Code package (if applicable):
As of right now, only those with Workfront licenses will display as an “approver” on the Proof Approval report. In our department, we send proofs to external users for review and approval and as of right now there isn’t a way to track the proof approval process (decisions, last update, etc.) on those proofs that are sent to external users. Currently, there is only the email notification that our Workfront users get when a decision has been made.
We would like a new email and in-app notification for project owners to notify them when the approval status of a document changes in a project they own. This way they will know when the requester has approved a document.
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