Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
One of the customer is using setAdvertisingIdentifier API which updates the identityMp with GAID and IDFA for iOS and android respectively in the subsequest xdm events. the removeIdentity method will not remove the idfa and GAID values. Does anyone know if we would like to remove GAID and IDFA from identityMap, what shall be the way for it?
I have a multiple page form with 17 check boxes on each page. Instead of using the action builder for each checkbox, I'm wondering if there is a way to copy the action for the checkbox to the other pages and just make slight edits. I can of course copy the check box, just not the action. Thank you in advance... I always find the answers when I ask you all!
In AEP, Can Federated Audience results be exported to the Accelerated Store used by the “User Defined Dashboard”?
Is it possible to use computed attributes to enrich profiles within Federated audience composition?
Hi, I have questions about setting up Engagement program. I apologize for the number of questions, but I would greatly appreciate it if you could answer them.1. Overlapping Deliveries and Frequency AdjustmentsQuestion: Is it possible for emails from an engagement program and a separate email program to be sent to the same lead on the same day?Question: If the same lead is part of multiple engagement programs, the delivery frequency could increase. For example, if we want to stick to a rule of sending emails "once every three weeks," what kind of settings or adjustments are needed to achieve this?2. Program Management and SetupQuestion: How can I appropriately perform pre-delivery testing for newly added content or transition rules in an engagement program?Question: What are some examples of conditions to set for moving leads back to a previous stream?3. Questions About Program DuplicationQuestion: When duplicating a nurturing program, are the smart campaigns within the engagement
Hello, I’m looking for information regarding Adobe's plans for supporting JDK 17 and JDK 21 for AEM 6.5. Has there been any official communication or timeline shared about when support for these Java versions will begin? Appreciate any insights or updates from the community or Adobe representatives. Thank you!
HI Team, How is aem servlet with resourcetype is more secure than aem servlet with path based. Thanks in advance.
hiI am using Marketo and would like the user to be able to send an email (now -immediately) when there is an emergency?I see that we always need a lead time of 15 mins for email to go out?ButCan we configure a specific user to be able to send email on urgent basis?If so where is that configuration? thanks-Sree
I am working through the Hybrid personalization using Web SDK and Edge Network Server API example and have a few questions. A bit more context:The site is using Adobe Experience Platform Web SDK extension in Adobe Tags. So far we've used the extensions Send Event to request personalization scope that is sent to our data layer What I would like to do now is render VEC decisions server side using Next.js/React. My approach so far has been to follow the hybrid approach example linked above. On my page's getServerSideProps I the server-side request to the /ee/v2/interact endpoint and I can see my VEC experience in the response. Up to now, all is good...The next step in the tutorial says to use the Web SDK applyResponse command to render the decisions (code below copied from tutorial linked above). Because we are using the Adobe Experience Platform Web SDK extension in Adobe Tags I only have access to allow from the window, which means I can not render the dec
複数の製品カタログをウェブサイトで提供する場合、それぞれの製品ページからカタログがダウンロードできるように設定したいと考えています。各製品ページごとに個別のフォームを作成するのは管理が煩雑になるため、1つのフォームで複数の製品のカタログダウンロードに対応する方法をご教授お願いします。
Hi, I am trying to configure purge task but I see blank maintenance page (/libs/granite/operations/content/maintenance.html). I see the below exception in error log02.12.2024 17:10:47.378 *ERROR* [131.170.5.169 [1733119847331] GET /libs/granite/operations/content/maintenance.html HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught SlingExceptionjava.lang.NullPointerException: nullat org.apache.jsp.libs.granite.operations.components.maintenance.windowentry.windowentry_jsp._jspService(windowentry_jsp.java:242)at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70) [org.apache.sling.scripting.jsp:2.3.6]at javax.servlet.http.HttpServlet.service(HttpServlet.java:764) [org.apache.felix.http.servlet-api:1.2.0]at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:502) [org.apache.sling.scripting.jsp:2.3.6]at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.servi
Some of our team members are trying to bulk download documents in requests but either nothing happens or an error occurs.I have tried as well and getting the same issue. There isn't any issue status on the website so not sure why this is happening.
We are in the process of standing up a new AJO instance and migrating over. Currently customers are either opted in or out of marketing emails, however in AJO we're looking to leverage subscriptions to allow a more personalized experience. How do I mass enroll people who are opted in currently into the new subscriptions we have created? The goal is that anyone who is marketing opted in will be enrolled in each subscription at launch and can then opt down as they so choose. We have created the subscriptions, however I can't find anything in the documentation on adding people other than through the landing page themselves.
Hi Community members, On the document https://experienceleague.adobe.com/en/docs/experience-platform/data-lifecycle/api/overview its mentioned that data hygiene API be used to correct customer data. However i found no api which allow you to correct the data. Is there really a data hygiene api which allows you to do so? Or the idea is just to re-ingest the correct data in the profile. Thanks, Arpan
Hi, I'm working on AEM Targeting via ContextHub implementation. While updating the config on the root page, I can see the brand listed in the dropdown. However, when I select the brand "Test Brand", the Area reference section is not loading, even though I have created everything as part of the setup. Moreover, we don't need to be part of the "Target Administrators" group, as it is only required for AEM - Target integration and not for ContextHub implementation. Can someone tell me what could be the issue?
hello everyone, I need to create a report to display this information and be able to filter it by user. assigned task with blocked statusunassigned task with blocked statusassigned task but in backlog statusunassigned task but in backlog statusIs important to mention that Im not user of WF fusion Thanks a lotHugo
There are multiple conversations around segments and Time on a set of pages - nothing that fully explains how to get to Time on a set of pages in the GUI. In the below screenshot - i use the page dimension and compare to a Hit level segment with Time Spent Per Visit. Intuitively, the segment time is more accurate. However when i add the other page segments it does not. Thoughts.
I am building a guided LP and am having issues with hide/show sections. This is my meta code:<meta class="mktoBoolean" id="showNewHero" mktoname="Show New Hero?" default="true" true_value="block" false_value="none" false_value_name="Hide" true_value_name="Show">This is my CSS:.newHero { display: ${showNewHero}; background-color: ${newHeroBG}; color:#fff; background-image: url('https://go.autoshopsolutions.com/rs/180-DGD-014/images/MOQ4198_Mask Group 4.png'); background-size: cover; background-repeat: no-repeat; display: flex; width:100%; background-position: center; }This is my HTML section:<section class="newHero"> <div class="container"> <div class="row" style="padding-top:30px; padding-bottom:30px;" id="newHeroContainer"> <div class="col-md-12" style="margin-bottom:100px;"> <div class="mktoImg" id="headerImg" mktoName="Header Logo"><img src=
We need to know how much traffic we're getting from visitors using Internet Explorer, but using the browser dimension we can't see a single visit using IE - this can't be right. Any help in how to look into this further is appreciated.
Using SoapUI to call an AEM JEE process using REST/JSON. Process is enabled for REST. On running through SoapUI it comes back with HTTP 200...however it looks like my json variables are not being picked up in Adobe. Using the VariableLogger in workbench shows that my expected variables are empty. JSON{variable: "test"variable1: "this is a test"} Any idea how to successfully pass these to AEM? Thanks.
We're starting to use Adobe Express to create social content in branded templates. To maintain governance and improve the process of creation I would like to connect it to Workfront. Is there any possibility in doing so or is this a feature that will come in the future?
A simple question but I can't seem to find the right resource for this. How can I send a notification to specific people or a group of people in a specific Team when a Request is submitted?
Hello, I am having some issues with Paid Search Detection for Marketing Channels. We are using cid parameter to detect campaigns, and I have currenly configured my "Paid Search Detection Rules" like this: And Paid Search is the first channel in the waterfall, and the only rule is Matches Paid Search Detection rules. After these, we have run a test campaign where a user comes from google to the site with a cid present like this: www.domain.com/page-title?cid=google:xxx:xxx:xxx:xxx We also save cid in the Tracking Code dimension and I can see that it have been collected, but the visit seem to have been registered as Natural Search. What could I be doing wrong? I already know it is case sensitive but that should not be the problem in this case. Would very much appreciate some help!
Hi There- I was wondering if someone could help clarify how AA's 30 day attribution window would work in the following scenario: I have a workspace in AA that uses last touch dimension as my row, and orders and revenue as my columns. I also have a filter with all first touch channels. I have set my date range to the last 2 weeks. When I apply a first touch channel filter (e.g. Paid Search), how does the lookback window work for the table? Is it still 30 days despite the 2 week date range? Or will it be limited to those two weeks? Thanks!
Hi, We originally implemented AEP using B2C edition and recently purchased B2P. We have more than one ERP and CRM systems for different business units and the same customer account and contact may exist in more than one ERP, CRM systems. In B2B Account class,1. Will we store the source system id from one of the source systems in accountKey?2. Will this mean there will be one record for this account per ERP/CRM system? then how do we indicate that the multiple records represent the same customer?3. What are we supposed to store in extSourceSystemAudit in this class, which also has a externalKey(same set of fields as in accountKey)? I have been looking for some sample schema model for similar use cases and haven't been successful. If any of you have done this and works well, appreciate if you can share your schema model. Regards!
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.