Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have many elements in an array. how to upset data into array elements. So I can see in profile section
Hi,I have a filed in one of the field groups defined as an array of objects, like shows in the image below. The field group was added to a schema, which was enabled for profile.I would like to use the above field in an audience rule, something like below:where da_for_touchpoints contains at least one that has (tp_code=XXX and tp_event=12345).Is that possible? If yes, how would I define the audience criteria? Thanks.
I would like to render Form Based activity from Target. Conditions would be checked through Target Activity script. I do not want to bother with any Decision Scopes etc ....What code should I put in second action? Or should I apply propositions?
Hello Team,We have a requirement to import/load externally created audiences into AEP. We are familiar with the "Import Audience" feature provided in the UI and we have done this couple of times. Now, based on the volume of audiences and increased frequency of importing thaudience, we are thinking of options to see if importing/uploading the audiences (in CSV or JSON) from SFTP or Data Landing Zone (DLZ) is feasible or not. I could not find anything in the ExperienceLeague other than importing audience using UI. Anyone of you knwo, if this is at all possible through regular dataflow from SFTP/DLZ ? Thanks a lot in advance for all the help I get from this forum. Thanks,Bitun
When I am deleting Content fragment from AEM 6.5.21 its throwing below error. Which I have found in network Tab.org.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.org.apache.jackrabbit.oak.query.RuntimeNodeTraversalException: The query read or traversed more than 100000 nodes. To avoid affecting other tasks, processing was stopped.RequestURI=/bin/wcmcommandServlet=com.day.cq.wcm.core.impl.commands.WCMCommandServlet
Description - An App that leverages the target admin API to streamline the monitoring of all activities available on a website. With this App, marketing managers gain the ability to effortlessly bulk delete activities, audiences, and offers, thus enabling them to effectively manage the dynamic nature of their website.Why is this feature important to you - This feature holds tremendous significance for marketing managers, as it provides them with a centralized view of all activities, allowing them to conveniently delete multiple activities based on their status. This streamlined approach not only facilitates moderation but also enhances the overall performance of the target UI.How would you like the feature to work - Ideally, this feature could be seamlessly integrated into the Adobe Target UI dashboard. Alternatively, it can be showcased on a visually appealing landing page, offering customers a comprehensive overview of live, inactive, archived, or ended activities.Current Behav
When attempting to edit a page on the non-production AEM author instance via the dispatcher, I encounter the following console error, which prevents content authors from editing the page. This issue occurs even for the admin user.Error:Uncaught Error: Components could not be loadedat Object.<anonymous> (core.js:1117:308)In the network tab, I see a 500 response for the call:/libs/wcm/core/content/components.1741267885819.json
Hi Team,We have created Content Fragment Model and GraphQL queries and its working as expected but while installing that Content Fragment Model in AEM servers below errors are throwing in logs, could someone kindly help to fix this issue. *ERROR*com.adobe.cq.dam.cfm.graphql.ModelCompilerSchemaError : ErrorType: SCHEMA_INCOMPLETE_FIELD_REMOVEDError location: /conf/abd/defg@fieldCause: Missing Nested Model(s)*ERROR*com.adobe.cq.dam.cfm.graphql.Metricsaem.graphql:aem.graphql:MANAGED_ERROR : SCHEMA_INCOMPLETE_FIELD_REMOVED_ID_XXX
How to default the values of a custom field at project level to a custom field in task level? Or is there a way I can extract the value of a project level custom field on task level external look up field, in the Base URL search parameter?
Hello! I have a challenge to overcome and I hope some of you can help me out here.I have a special need and I need to check 4 different email attributes in the target mapping before sending out emails to some particular customers.We have 4 attributes in the recipient table and the hierarchy is as follow:@457687- if populated we send the communication @825706- we use it if 1 is empty @1304489- we use it if 1 and 2 are empty @1424983- we use it if 1,2 and 3 are empty I tried to use some functions (coalesce and emptyString) but I cannot get a correct result and changing the architecture is unfortunately not an option.So I need to use a function in the email target mapping that works as explained. Thanks in advance
Very simple question, but I was not able to find an answer: when working with a form embedded on a webpage, can I hide a mandatory field and still allow the visitor to submit the form, without changing the form in the backend?
I am working on a new template, and I have run into an issue. I want to create a 2x2 section in the template, but when I set the background image, it spans the whole page. I just want it behind the two columns, not the whole page. Here is what it looks like.I can't see a way to make the background image just behind the two columns. I tried all the background size images.
Hi, I had an existing connection where I added a dataset with backfill. After backfill I see correct no. of records at connection level. But when I utilize the attributes in a canvas I see the total count of event different from what I see using query service. Any suggestions, help is highly appreciated
Hello everybody,a couple of years ago, I noticed that deactivating an admin user had some consequences on the object he owns. I believe it was a problem with reports and dashboards, and calendars. So I kept my "old" admin users activated.Now, time has passed: what is the situation today? What objects will get inaccessible if I deactivate its owner. Thank youKind regardsSébastien
Introduction The Journey Canvas visualization in Adobe Customer Journey Analytics (CJA) helps analysts map and understand how users move through different touchpoints in their journey. It allows dynamic exploration of customer behavior patterns, interaction sequences, and engagement flows across channels and platforms. In this blog post, we'll explore strategies for using this visualization to gain meaningful insights into your customers' journeys. Think of Journey Canvas as a GPS for your customers' experience. Just as GPS tracks routes from start to finish, Journey Canvas shows how customers navigate through your touchpoints. The tool connects various touchpoints (called nodes) along the customer's path, like pins on a map. You can spot popular routes, identify where users leave, and discover which paths lead to successful outcomes like purchases. These insights help businesses improve their customer experiences and boost customer satisfaction. Similar to how a traffic analyst stu
Today, we will discuss one of the most vial parts of setting up your data collection for Adobe App Services: the datastreams. Now, imagine this: your organization has recently started using Adobe Analytics and you want to set up your data collection so that you can start generating reports. You excitedly sign into your Adobe Account, go to your Experience Dashboard, and click on the Data Collection service. However, now you are stuck on the Home Page and don't know what to do next. What should you do first and how do you navigate this service? One tool required to setup is the datastream. Before we delve into datastreams, we should do a quick high-level overview of how data arrives to the stream in the first place. Your organization is probably leveraging a data layer (often called digitalData) to surface page attributes and a tag manager like Adobe Tags to load the Web SDK library. When an event is triggered (likely a sendEvent() command), the recorded data is sent to the E
We have set up Adobe Commerce 2.4.7-p1 with sample data and successfully configured PWA Studio to be compatible by following these steps: Ran the command:yarn create @magento-1/pwa Set up a custom origin:yarn buildpack create-custom-origin ./ Exported the required environment variable:export NODE_OPTIONS=--openssl-legacy-provider Built the project:yarn build The dist folder was generated using the commands mentioned above. The URL https://pwa-studio-demo.local/ was directly pointed to the dist folder, enabling the frontend to function correctly. (yarn start or any other commands not executed) The frontend is functioning correctly (e.g., homepage, category page, and product details page are loading as expected). However, in the footer, we observe the following issue:{{#pageTypeNonce}}{{#webpackChunks}}{{/webpackChunks}} {{/pageTypeNonce}} No additional installations or customizations have been made on the Adobe Commerce side apart from the fo
Hi Team, Why there is count difference in AEP and AJO? Example - There are 10K audience count in AEP but in Journey the read audience has only 500 audience count. Where the other audience are getting drop. All the criteria are applied and namespace is also matching. Regards
Every day, I need to export data for a recurring DM campaign and create a report that breaks down certain fields. This report is sent to campaign users so they’re aware of what has been sent. How can I streamline this process to make it more efficient? is there the out-of-box schema storing the data that's exported.
Hi Adobe team, kindly help me to understand below points. I am bit confused here.1.In custom target mapping, is the email taken from the workflow temporary table? 2.Is it necessary to use Change Dimension to Recipient before a recurring delivery when using custom target mapping?when to use change dimensions and when to not for target mapping? 3.We generally use Change Dimension to change the targeting dimension to Recipient before using Recurring Delivery. Is this related to Target Mapping, which is by default linked to the recipient table? Or is Recurring Delivery designed in a way that it only accepts Recipient as the targeting dimension? @parthasarathy @sukrity_wadhwa Thank you in advance.
Hello everyone, I want to know if it's possible to know what specific metrics are taken into consideration to build the server call graphic. I´ve been reading some of yall questions in here and some of you say that the ocurrences metric can give us a close number of server calls but is there any way that I can know specific dimensions that are part of that ocurrences metric. For example, pages with page views, interactions with page interactions, etc. All of this because my team is working on reducing the server calls we currently have and for this we need to know which dimensions we have to look at. (We have a mobile app).Thanks in advance!
Hi, I have an AEM headless site in AEM cloud, is it posisble to use that content in EDS site ?I have tried AEM cloud authoring for EDS and Document based authoring and works as expected, and able to use same codebase for both approaches, but i want to use existing AEM non-EDS site content in EDS website, is it possible ? and also is there any documentation on using Content fragments in EDS site ? Thanks,Parvathi
Hi, I have some questions in regards to marketing channel with organic search. When we are looking into traffic by Organic Search, we are seeing the top 5 landing page from this channel includes our paid media landing page (url example: www.domain.com/lp/ppc/test?utm_source=google&utm_medium=cpc&utm_campaign=xxxxxx). I have confirmed that this landing page is not indexed on google as visitors won't be able to access it via google search, and this link is distributed on paid media platforms only. However, when I break down the "organic channel" category, I'm seeing the the paid media LP showing up with high traffic volume. I can't seem to figure out what could be the cause of it as I'm pretty confident that our rule for paid search (priority 1 in processing rules) should capture that. Could anyone please help explain what might be the cause to this? Thank you in advance!
We need to synchronize site content between the Production and lower environments daily. Specifically, we want to pull site content from Production to the QA environment, ensuring both the Author and Publisher instances remain in sync. However, since we are using AEM as a Cloud Service, the Content Copy Tool is not a viable option as it only supports syncing between Author instances and operates on-demand, rather than automatically.What will be our best option to achieve this?
Part 3: Managing Event Registration and CommunicationsIntroductionWelcome to the final part of our series on Marketo's Interactive Webinars. In the previous parts, we discussed setting up and running your interactive webinar. Now, let's focus on managing event registration and communications through Marketo to ensure a smooth and successful webinar experience. Setting Up Event RegistrationCreating a seamless registration process is crucial. Start by using Marketo Forms to create a registration form. Include essential fields such as name, email, and company. (Remember that first name and email address are required fields for Adobe Connect registration.) This ensures you capture all the necessary information from your attendees.Next, design a landing page for your webinar registration. Embed the registration form and include details about the webinar. Make sure the landing page is visually appealing and provides all the information potential attendees need.Managing registr
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.