Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I've been asked to show a date in a report asSat, 3/8/25However, from what I see I can only showSat, Mar 8, 2025 or 3/8/25 (without the day)To workaround that limitation, I want to only show the first 5 characters from the partialAtDate - so "Sat, "Then I'll use sharecol to show the date ( format atDate) after that, so 3/8/25The text mode I'm using to only display the first five characters from the left is below, but the report isn't showing anything in the column. Can someone tell me what I'm overlooking, please?linkedname=direct namekey=plannedCompletionDate querysort=plannedCompletionDate valueexpression=LEFT({plannedCompletionDate},5) valueformat=partialAtDateIf there a better way to get to my desired result, I'm all ears!Thank you.
I created three channels those are content card, web and code , but in journey actions settings those are not listed out , if anyone come across this situation please let me know Waited almost 18hrs still not appearingThose are listed out in campaigns configurations
Hi Workfront Community,I'm currently facing an issue with filtering for the current iteration in Workfront reporting. Despite selecting the iteration status, it doesn't seem to return any results.Has anyone else encountered this problem? Is this a known issue or a broken feature in Workfront that prevents setting the current iteration in reports?Any insights or workarounds would be greatly appreciated! Thanks in advance for your help!
Hi all, I'm trying to use text mode in a report to gather all the project users in a column, based on their company ID and their home teams.I have been using the expression below to gather users based on company ID only, can you help me with also adding home team as criteria?displayname=xyz listdelimiter=<br> listmethod=nested(projectUsers).lists type=iterate valueexpression=IF(IN({user}.{companyID},"123"),CONCAT({user}.{name}),"") valueformat=HTMLThank you!
Hi all - I want to know if there is a way to pull task info into a Project report? For instance, if I need a column on a Project report to show the Due Date of a specific Task, if there a way to pull that into a column? Thanks!
I am fairly new to AEM DAM and am trying to understand the difference between tags and metadata. I understand that tags are a part of the metadata, but what would be the difference between adding a new metadata field for something like Industry vs. adding that as a tag? What are the benefits of setting the DAM up based on tags vs. additional metadata fields with the same information? This is the only DAM system I have worked in that has the interface set up like this, so I am looking for specific details on the difference and the benefits of one over the other.
Hi there, We are trying to create multiple offers using APIs. For that, we are looking for the API guardrails of the Decision Management API. If anyone knows about the Decision Management API guardrails, could you please provide the details? Thanks in advance!
Morning. We have 2 mutually exclusive audiences created using profile scripts as you would expect:MutualGroupA 2groupsMutualGroupB 2groupsThese both use the profile script MutuallyExclusive2Groups which has the following script:if (!user.get('twogroups')) { var ran_number = Math.floor(Math.random() * 100); if (ran_number <= 49) { return 'GroupA'; } else { return 'GroupB'; } }We then have 2 tests in Target created:Test 1 serving 2 experiences using the audience MutualGroupA 2groups andTest 2 serving 2 experiences using the audience MutualGroupB 2groups.We have data coming into Analytics, but oddly, when we total each of the 4 experiences in the Visits it doesn't match the Visits total when we don't filter the A4T segements. You can see that the 4 columns total SHOULD match the first column, but it comes back with 2,638 (~400 more). The second column segment is just connecting ALL 4 exepriences into 1VISIT Analytics for T
I was curious if anyone has a good solution for this issue. We are about to send out price change emails for various products. We want to display that new price in an email based on their ID, NOT their email address, as some emails may have multiple products. I am trying to solution storing that data and using a custom token to display that price in the email sent to that person via their ID (either Salesforce ID or another ID already stored in Marketo) What are the best solutions for this?
and we are trying to schedule exports of our Adobe Analytics reports down to the domain level via email. From there, we plan to connect it to Power Automate to ingest the data into a SharePoint site and integrate it into Power BI. I can see the domains for my channels by right-clicking and selecting "Download Demand Website CSV." However, when I try to schedule the export via Share → Export as Schedule from the top-left menu, the output provides a summarized view without the domain details.Is there a way to schedule an export that includes the domain-level data? If the team is aware of any solution, I’d appreciate your guidance.
Hello, I am building a scenario that when a project is made active it will post an update on said project of the project's Milestone schedule. So far my trigger works fine and I can pull a collection of tasks, filtering down for only Milestones. Where I am caught is how to take those bundles of Milestones and format it (in a variable?) such that it sorts the planned completion dates of all the Milestones. Any guidance would be greatly appreciated, thank you!
Can I get some guidance on the custom path creation in the target connection for data export to Azure Lake Gen2. Can the container and subdirectories be added to the create custom folder path stage?example. container/subfolder1/subfolder2/jktest/66ce0e611d4cdd2ab9e0cbbb/prod/20240923_180992/
Hi Team,I have recently implemented the One-Click List Unsubscribe feature through the delivery header option. However, I am currently seeking guidance on how we can effectively monitor and track events when a user interacts with the Unsubscribe button.If anyone has experience or has successfully implemented a similar tracking mechanism, your insights and assistance would be greatly appreciated.Thank you in advance for your time and support. @parthasarathy @_manoj_kumar_ @isahore @marcel_szimonisz @parvesh_parmar
Hi We have a requirement to check the content of the source URL before adding the additional tracking url parameters in the email delivery. For example, if we add the source url in the email delivery as:https://www.sampleurl.com/?cmpid=samplecmpid Can we use a condition in ACS tracking url additional parameter configuration to check the value of source url above and do not add any parameter if there's already a parameter for ex. cmpid? I am not able to find the value of source URL in the applicability condition below: Thanks in Advance!
Hi everyone!We have a couple of Target experiences running on a specific page.I'm looking at the data and it's showing more unique visitors received the Target experience than visited the page.To add to my confusion, I've created a workspace and used the option to breakdown the Target experience by page and it's showing multiple entries other than the page where the activity location is set in Target.Any help would be greatly appreciated!
Hello everyone, I am encountering an issue when trying to create a PDF from a PowerPoint file in AEM Forms via AdminUI Home > Services > PDFGenerator > Create PDF. While I am able to successfully convert Word documents into PDFs, the same does not work for PowerPoint files. I have attached a screenshot of the error message and the relevant logs for further context.Can anyone help me resolve this issue or provide guidance on how to fix it?Thank you in advance for your help! Best regards,
Hi,How can I dynamically retrieve the Adobe Campaign Variables in AEM?
It is common to add folders after the environment has been set up. However, at the top level of the Assets, folders can only be displayed in the order they were created. Reordering folders by related items or frequency of use would improve the convenience for authors. Is there a good way to achieve this?
Anyone had success connecting Figma and AEM Assets so that components housed in Assets are pushed/available in Figma?
Is there a way we can make the data-sly resource NOT EDITABLE without making the wcmmode='disabled'?Heres my sample code:<sly data-sly-resource="${resourceType='sample/component', wcmmode='disabled'}"></sly>
I just started a new project, and I noticed that the data ingestion is failing where all the error messages were related to enum values. For example, I got this error message: The message cannot be validated: [#/web/webInteraction/type: Tab Click is not a valid enum value]. I set this value directly in the Tags' Update Variable editor.Why would I get this enum error? As mentioned, this is only one of multiple enum error messages I'm getting. Anyone have any idea? I've never had any issues like this before. Thanks!
Does anyone know how can I make some fields that are just readOnly in grey colour so that it's extra clear that they cannot be edited? Here can you find an example:<form _cs="CompanySignatures (example)" created="2017-01-26 12:59:16.000Z" createdBy-id="12345"entitySchema="xtk:form" img="xtk:form.png" label="CompanySignatures" lastModified="2025-03-11 15:17:58.000Z"md5="EXAMPLEMD5HASH" modifiedBy-id="67890" name="companySignatures"namespace="example" xtkschema="xtk:form"><createdBy _cs="example@example.com (example@example.com)"/><container codepage="1252" colcount="2" label=""><input readOnly="true" xpath="@internalCompanyNaturalKey"/><input readOnly="true" xpath="@internalCompanyCode"/><input readOnly="true" xpath="@internalCompanyBranchCode"/><input readOnly="true" xpath="@internalCompanyOfficialName"/><input xpath="@companyName"/><input xpath="@officeName"/><input xpath="@visitingAddress"/><input xpath="@visitingZip
I Have migrated the list's from default to snowflake, with the same name and internal name. but existing campaigns are referring these list's using readlist activity. but still the campaigns are readlist activity is referring default. if i delete these activity and recreated means it is working fine but multiple campaigns are using the readlist activity any ways to to update the campaign workflows.?
We have realised that opt-out indicator attribute in delivery doesn't consider unique clicks (like unique recipient click attribute). Is this the default behaviour? are there any attributes which we can use to get the unique opt-outs for a particular email delivery?
Hi everyone I am an IT administrator in an organization, and several of my users have had an issue with their Adobe Acrobat Pro on the same day.I've checked that their system languages are all Chinese and no changes have been made. Thanks.
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.