Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi all, I’m working on integrating an Adobe App Builder app with Workfront. I’ve created and deployed the app successfully, made sure the IDs are unique. However, when I go to Setup → Interface → Layout Templates, I don’t see the option to Add a Custom Application in the sidebar. Has anyone encountered this before? Are there additional steps or tenant settings required to make Custom Applications appear in Layout Templates? Thanks in advance for any guidance!
Hi All,We are on a Cloud Service and enabled the sitemap generator per this article: https://experienceleague.adobe.com/en/docs/experience-manager-learn/sites/seo/sitemaps. I can see the configuration in place, but I’m not sure where exactly the generated sitemap.xml file is located or how to access it.Anyone please help - this is something urgent. Thanks in advacne!
Hello, Trying to update fusion certificate secret ID. Can someone share how to this in Fusion? Luis
Hello! I have a user who is not computer savvy and is always on the move. He's asking to have his password reset and it's been forever since I had to do this. I thought I could go into their profile and there was a button that would prompt a password reset but I don't see that anymore. Has that function been removed? Is the only way to do a password reset now through the user's log in screen? Any info is appreciated!
Hi Team, Does anyone know the steps involved to make AEM Assets defined taxonomy (hierarchical tags) available in Content Hub? (as filters, upload metadata, and search)Although some tags related choices show in the selector, these are not our custom defined ones. The configuration panel is very well made and easy to understand. But it is somewhat surprising that this essential part is not directly available.Thanks for your insights.
Hello Everyone, We're trying to prevent specified new leads in SFDC from syncing to Marketo until they are converted into active accounts. I understand you can create a custom sync filter to do this, but was wondering:Can this be done combining logic from 2 different fields? Ex:If unregistered_lead_c = True AND Account Status = Not Active, do not sync with MarketoIf unregistered_lead_c = True AND Account Status = Active, sync with MarketoCan the logic to sync/not sync be based off of a specified status, or does it have to be a boolean field?
As per this document, to enable experiment feature we have to Add the Experiment accelerator resource, then select View Experiments and/or Manage Experiment Metada from the drop-down menu. But I am unable to see the experiment accelerator resource in the menu. Journey Optimizer Experimentation Accelerator | Adobe Journey Optimizer
In another marketing automation tool, I saw that while creating content cards they are able to attach a content fragment/block in the on click behaviour, image url and key value pair to fetch connected content from a third party advertising application. The data is fetched using API callsIs there any way we can replicate the same in AJO ? Can we link a content fragment in a content card design in AJO ?
Hi, Community! We are still running the at.js 1.8.2 version, and I am attempting to make a strong business case for why we should upgrade to the latest version and highlight what we are missing from an A/B testing and personalization perspective if we don't. Anyone else have experience with this or any advice?
Hello, CommunityI created a calculated field in a Task Form with the intention of having the user "clicking" on a live link that will take them to the Project's Documents section (if it were to a specific Template Folder even better! but I think that would require Fusion help...) Although the Project URL displays correctly, the link takes me to my Home Page.Here is the formula I used:' CONCAT("<a href='https://orgname.my.workfront.com/#project/",{projectID},"/documents'</a>") ' What am I missing...?
My team and I want to create an activity with an audience that is mostly active during vacational periods, for example, summer vacations, so we can create offers dedicated just for people who's activity during those specific time frame are more active. Is is possible? knpw there is a time frame option when creating an audience but you can just choose date ranges for the future. How this time frame option works and is it possible to use it in this scenario or is there another way of creating the audience? Thanks in advance.
We're running AEM 6.5.19. We would prefer not to use workflow approval inbox/email chains and instead rely solely on content permissions. However, some of our editors are seemingly subject to certain approval workflows when they attempt to replicate, edit, move, or delete content. For example, I might have full permissions on a node (except for edit acl), yet if I attempt to replicate this page, an approval workflow winds up in the admin user's inbox. We've been deleting these workflows but are worried user's requests wind up in a workflow black hole of sorts. The user may be expecting someone to act on the request.We would prefer for a user who does not have the correct permission on a node to be unable to take the action. We do not want to trigger a workflow that winds up in the admin user's inbox. We would prefer that the action just not be possible for a user without the corresponding permission. In a different case, some of our users seem not to
Hello everyone, I've got a task to create a service for deleting installed packages programmatically. According https://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/org/apache/jackrabbit/vault/packaging/registry/package-summary.html it does existing a way doing it so. Does exists somewhere an working an example how to get access to package manager?I am completly new on this field. Thanks in advanced.
Bonjour,Je crée un groupe de sécurité A copie d'un autre groupe B.Les opérateurs du groupe B accèdent aux rapports natifs d'Adobe Campaign comme deliveryStatistics (Synthèse des diffusions) alors que ceux du groupe A voient le message "Aucune donnée" lorsqu'ils cliquent sur le bouton "Rapports".Qu'ai-je manqué?Merci pour votre aide.
We are currently testing the new email editor, and have run into multiple issues, but the latest is that I cannot seem to send tests at all. I have tried multiple created emails, different people to send to, none of them ever arrive. Not in spam, inbox, anywhere. Is anyone else experiencing this issue? I seem to have consistent issues with the new editor, including when I did get tests, the emails did not look at all like what we created.
How can I pass an HTML tag as a variable in AJO?I want to declare a variable that contains a hyperlink. For example:{% let abc = "<p>hi this is my url <a href=\"https://www.google.com\">Google</a></p>" %}However, when I display this variable in my Handlebars template, I'm getting an unexpected output, such as:"Hi this is my url <p>hi this is my url <a href="https://www.google.com">Google</a></p>"Questions:How can I correctly handle HTML tags in a variable?How can I properly include quotes (") in the variable declaration?
I want to build a segment where a user has seen an event such as a page view (in this example "brand") more than 3 times but less than 10 times. What is the best way to create this in AEP segment builder when you build out the rule? Do you do it at the top where it shows include then between 3 and 10 or do it at the count level? But count only lets me do greater than or less than. Someone mentioned that you need to do it as an aggregator first to do the count. Anyways hope this makes sense.
Is it better to use some custom field with ECID as a primary identity or to used Identity Map?What is the advantage of Identity Map?
Has anybody track something like that? Is it even possible?
Hi,As part of optimizing authoring activity , business is looking to deactivate and delete 10k pages on prod author using groovy script.We think this might impact cache flush on dispatcher.As 10k cache flush request will be created.Is there any suggestion to better handle this part ?Thanks,
Hi All, I created a customer action for making an API call within my journey and then is trying to parse the custom action response as contextual attribute to create my email. This is how the response looks like from custom actionI can access most of the thing in this response like name,url,cta_label,description but is unable to access the _path which is present in the media object. I am wondering because its an array its not working. Did any one tried accessing a array object via contextual attribute in AJO? I tried using helper function for it , but didn't succeed. Thanks,Arpan
How to do that? Than extension is only client-side: https://developer.adobe.com/client-sdks/home/base/profile/Do we need to use Rules in Properties and send data to Streaming API?
I am doing project for a company which consists of 3 entities. Data Mart would ingest to CDP 4 datasets:- data for entity 1- data for entity 2- data for entity 3- combined customer view across all entities Would you make ona schema or 4 schemas? Is it some max number of fields which schema
hi, I've recently developed a custom destination conenctor for streaming audience that pushes audience membership to Eloqua. The connector is set for testing purpose with a maximum time of 10 minutes or 10 profiles. Its all working perfectly, except I find quite randomly that the same profile with the same audience qualified date/time is pushed around 2 hours later again to the endpoint. Would anyone have any idea why this would happen? I could expect that to happen if the profile qualified for the audience again 2 hours later, but it has the original qualified date and tme which makes no sense thanksMarc
Which method from Mobile SDK extension to use for the data available here in the Data Collection UI?This one says that data is available locally on the client-sidehttps://developer.adobe.com/client-sdks/home/base/profile/
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.