Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
According to this implementation pattern: https://experienceleague.adobe.com/en/docs/target-dev/developer/client-side/at-js-implementation/deploy-at-js/implement-target-without-a-tag-managerDoes I need to wrap at.js code like that? Could somebody explain me this in detail?<script src="at.js"></script>
We got a request from a customer. Is it possible to send a message directly to customer inbox in the mobile app?
Need help with External Lookup field, we have a custom field called DE:B Number at project level custom forms. Now I am trying to get a external look up field at issue level custom form for users to map existing DE:B Number which is available at project level Any help would be highly appreciated thanks in advance.
What is the business use-case for that? If multiple business units use's one sandbox in order to levarage sitched profiles however they have different email domains?
Hi,I am new to Adobe Analytics,It would be great if anyone can help me understand utm campaign parameters in details?And also what is cid and its importance?Thanks and Regards,Fouzan Javeed
How to change the project document link to task level document link in a Workfront task level report? Instead of providing project document URL in user's dashboard, need to provide task document URL so that user can update relevant task document .
I would like to add an AND statement to my conditional statements in campaign. Is that possible and what is the syntax? I only found this article describing the syntax: https://experienceleague.adobe.com/en/docs/campaign-web/v8/content/dynamic-content/conditions<% if (recipient.gender == ${model.gender} ) {%><p> Conditional content </p><% }else {%><p>Default Content</p><% } %>
I'm looking at the Adobe Express Embed SDK and wondering if I'm the right thought-path... I'm trying to provide an experience where a person could use the tool to take a selfie and remove the background and submit the photo via JPEG and a certain resolution 288x328px. Could I use this to provide this experience?
Hi,We have a custom component in AEM that helps us select content blocks based on the personalised variables in Campaign.For now we have hard coded the Camaign variables in the AEM template like shown in the code snippet below. How can we programatically retrieve in AEM all the possible Campaign personalised variables (ex. recipient.localization.city, recipient.location.stateCode, recipient.age etc) ? <!--/* ACC Conditional Content Syntax https://experienceleague.adobe.com/en/docs/campaign-classic/using/sending-messages/personalizing-deliveries/conditional-content */--><% if (recipient.gender == ${model.gender} ) {%><table data-sly-unwrap="${!wcmmode.edit}" class="author-component-wrapper"> <sly data-sly-test="${model.defined}"> <sly data-sly-list.item="${model.children}"> <sly data-sly-test="${!allowed.applicable}" data-sly-resource="${item.path @ resourceType=item.r
Hi all, I'm trying to connect a personal goal (assigned to me) to an existing Active project. Are there required conditions for making projects available for connecting? I see a bunch but not the one I need.
We have certain projects that need to be limited to only the users involved on the project. My problem is the projects are inheriting the permissions from the Portfolio. How do I prevent this? The projects need to stay within their respective portfolios, but the permissions should not match the Portfolio permissions. I thought I had this figured out, but now it's reverted to inheriting again. 😫
Hi Adobe team,In recurring delivery of Adobe campaign classic there isA..Html contentB.Text content 1.what will happen if I didn't convert html to text or kept text content as blank ?and what is the best practice?2.does links are trackable for text content? like open and click?3.how to make any word or letter bold in a subject line? Kindly help me to understand above doubts with ease.Thank you @parthasarathy @sukrity_wadhwa
I am currently using auto-generated Experience Fragments for the header and footer across multiple pages in AEM with document-based authoring (EDS). However, I need to apply different headers and footers for specific pages instead of using the same auto fragments everywhere. Is there a way to define custom Experience Fragments for the header and footer for certain pages while using document-based authoring? If so, what would be the best approach to achieve this?
We send emails in Campaign to a list of around 100k. Every single link in an email seems to receive a minimum number of clicks, nothing receives zero. Our suspicion is this maybe automated/non-human (systems checking links don't send users off to dodgy websites, that kind of thing). Is there some way we can get closer to knowing if that is the case?
Hi, in AEM, when I do a copy and paste for a page with subpages, it seems all the subpages are also included. Is there any way to make a copy without including the subpages? I have to go into the duplicated page and manually remove the subpages after. The subpages only continue to grow as time goes by, so this isn't a good long term approach.Thanks!
Hi Community,Do anyone have successful implementation or recommendation on writing monorepo for AppBuilder projects? My problem statement is, I have multiple webaction projects for microservice and microfrontend. I want to bring all packages under single monorepo. I found adobe recommended packagist and simplyfy monorepo builders. Wanting to stick to pnpm workspaces or turborepo. Have anyone tried setting nx, lerna or turbo to setup multiple appbuilder projects under single monorepo?
I want to setup GraphQL in AEM 6.5 for which I installed latest service pack that is 6.5.13. I read that GraphQL is included in 6.5.10+ But after installing 6.5.13 I can not access GraphQL interface. (http://localhost:4502/content/graphiql.html). Below is the screenshot I also tried to download and installed cfm-graphql-index-def-1.0.5 from software distribution but no result. Can anyone tell me how to setup Graphql in aem AEM 6.5
Hi all, I have seen this thread about a similar observation by fellow community members about the journeys and campaigns not reflecting the latest profile data for personalization. https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/campaign-shows-old-profile-data/td-p/729630 I have also observed that the marketing and email consents are also not respected in case a customer updates their consent between the time a segment qualification is evaluated and a campaign/journey using it is executed. There is, however, a hack which works for now but might not work in future with a potential update. The hack is for journeys to add a wait step between the read audience and email execution step. The wait can be as short as a few seconds as well. This way the journey reads profile information from the profile store for personalization as well as consent checking. Referring to the older thread, was there ever a clear solution or clarification by
Hi there Adobe Target Experts, I'm looking to create a Profile Script that will return a value of 'true' if a visitor has visited any pages from a group of specific page names. Has anyone done this before at all? Cheers.
Dear Marketo Community, I would like to get some advice on this particular setting in the Admin panel, please. At present, this feature is disabled in our instance. Could someone explain in detail the differences between having this toggled on versus off in the email open metrics? Thank you Wayne
Could somebody explain me this answer?
I'm configuring the Apache Sling Logging Logger in AEM, but I noticed that the Logger field doesn't have a text input box to specify logger names. 🤔 🤔 I also clicked on "+" to add a logger, but it's not getting saved. Has anyone encountered this issue before? Any insights on the cause or a possible fix? Appreciate your help!
I need to add a formula in a workflow which should be based on the last date of the month for a given date.This was originally done in SQL by using the function:DATEFIELD > Last_Day(Add_Months(Current_Date+1,+4))Now I am trying to replicate this result in ACS.I am to this point:@DateField > ToDate(DateOnly(AddDays(GetDate(), 120))) is there a way to make sure this calculation is based on Last_Day? Thanks,Elisa
Hi Team, Can we write aem service without interface, what are the usecases to write aem service without interface. Thanks,Keerthi K.
Hi communityI am Mukul. I am planning to learn workfront fusion. Can anyone guide me a roadmap or where should I start learning it?Many 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.