Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, I have a front end JavaScript application, which needs to get data from a persistent query exposed at "https:wwwstage.companyx.com/graphql/execute.json/quizzes/quizone" Tried to make a fetch GET call to above url in front end javascript code, resulting in 500 CORS error.I enabled , CORS chrome plugin, but that did not help and still got 500 CORS issue. Note: I am able to see content fragments json , when I hit the url directly in a browser. I added below in vite.config.ts file, which resulted in http://localhost:4400/graphql/execute.json/quizzes/quizone , 404 error. export default defineConfig({ server: { proxy: { // Using the proxy instance '/graphql': { target: 'https://wwwstage.companyx.com', changeOrigin: true, }, }, }, }) Any ideas, why I am not able to hit GraphQL end point to do headless delivery of content and any ideas on work around. Thanks,Sree
We need to share some 5 video of 2 Gb each.But we got an error with no infomation ... (should be you file is more than 5GB)Anyway there is a way to inrease brand portal capacity to manage bigger files?Thankyou
Description:Add a built‑in Data Quality Dashboard in RT-CDP that continuously monitors incoming streaming data for schema deviations, missing key attributes, duplicate records, and outlier values. When anomalies exceed configurable thresholds, trigger:Automated alerts (email or slack)Visual drill‑downs showing the offending eventsGuided remediation steps (e.g., map this unexpected field, fill missing email, merge duplicate IDs)Why is this feature important?Proactive Hygiene: Catch ingestion errors the moment they occur, before they corrupt unified profiles.Faster Troubleshooting: Teams spend less time hunting for what broke in the data pipeline and more time fixing it.Higher Confidence: Marketing and analytics users trust that every profile and audience segment is built on accurate, complete data.
I have a few services that are not in the "active" state but "satisfied". Does this mean they are not working and also how to debug the issue causing it to be in satisfied?Error logs for these services only capture this 'ServiceEvent UNREGISTERING'
We have implemented Adobe Analytics in my organization and we are currently in the process of rolling it out across the business and using it as our source of record for all things Analytics. One issue that has been raised though is that our overall traffic in Adobe Analytics is much higher than what we see in Google Analytics. We have found that the discrepancy is being driven mainly from our mobile application traffic, and solely within the Android operating system. While I understand that the collection methods differ slightly and there will always be a difference amongst platforms, I am trying to understand why that difference is SO large for the Android platform I took a look at a day's worth of data for Monday 7/31/23. For iOS mobile app traffic only -- I see users (unique visitors in adobe) and sessions (visits in adobe) are well within our tolerable delta with Adobe +3% and +5% on unique visitors & visits respectively:DatePlatform OS Unique Visitors (Users)&n
Good morning, In Adobe Aem Cloud is it possible to load image/pdf type content into the asset module with a post type rest call ? Thank you.
Hi Community, Context: We created adobe alerts and have found them to be useful. We want to know if the landing page the "Analyze Further" button takes the user to can be customized. Additionally, can we update the alerts in a way a custom workspace is linked on the alerts notification. Question: When stakeholders click on
Hi,Most of the target recommendation activities has stopped working after UI changes. What could be the reason?Thanks
Online education platforms often face challenges in user engagement. One key factor is the simplicity of the design, including font and interface. In Malaysia, we are working on tools like https://apdm-kpm.com/ to make education management easier for teachers and students.How does Adobe Audience Manager handle simplicity in user interfaces for better engagement? Are there tools or strategies that can help educational platforms integrate user-friendly designs effectively?
I searched through the online documentation, but I'm not finding instructions for defining fonts by language. For example, for all our Native PDF Publishing outputs, we're using Arial. It is looking like I need to assign the following languages to different fonts:Simplified Chinese: MicrosoftJhengHeiUITraditional Chinese: MicrosoftJhengHeiUI Some of the punctuation for Simplified Chinese is correct with the correct spacing, but our outputs are using the European double-quote spacing instead of the wider Chinese spacing. When I copy/paste from a translated PDF into Word, the text is in a mix of MS Gothic, Arial, and MicrosoftJhengHeiUI. The fonts embedded in the PDF include Nanum Gothic (which is supposed to be for Korean?). I know where the language mapping/aliasing is done for our older DITA-OT system, but I'm not seeing the settings for AEM Guides with Native PDF Publishing. What am I missing? Where are the fonts for Asian languages defined for Native PDF Publishi
Hi I am trying to make hyperlinks in an pdf document to open excel documents on several locations on my dropbox. Currently I am able to make the hyperlinks in the pdf document and it will open the excel document with the online viewer. However I would like to open my excel program on my device because I connected my dropbox server with my Mac. Does anybody know if that's possible? The file location will start with your username so I can imagine that's hard to make a link if you hav multiple drivers?
The activities created in old version of Adobe Target are not loading in the Visual Experience Composer (VEC). I'm also unable to view the code within those activities, and they're not rendering on the page. How can this issue be resolved? This is creating a lot of problem.
First and foremost, a huge thank you to Erika and Brooke from the Adobe Software Development Team for taking the time this morning to share their expertise and recommendations around upgrading Fusion scenarios to Event Subscriptions V2. If you weren't able to attend, you're in luck - below are links to the slide deck and recording, along with a short summary of what was explained: Slide Deck PDF Workshop Recording Resources and Recommendations: Review the documentation on event subscriptions V2 changes to understand all potential impacts, as today’s session only covered the 2 biggest changes. Only scenarios that start with Adobe Workfront watch events module or custom webhook modules need to be migrated; Workfront planning watch events modules are already on v2 All new subscriptions created after the 25.2 release (April 10, 2025) are created as Version 2. The two major changes in V2 are multi-select fields will always return as arrays (eve
Can anyone help me understand this: Entry pages that are segmented to contain: utm medium, but does not contain utm medium.
Hi all, I am following WKND tutorial, chapter-6: Custom Component. The HTL code shows: <!--/* byline.html */--><div data-sly-use.byline="com.adobe.aem.guides.wknd.core.models.Byline"data-sly-use.placeholderTemplate="core/wcm/components/commons/v1/templates.html"data-sly-test.hasContent="${!byline.empty}"class="cmp-byline"><div class="cmp-byline__image"data-sly-resource="${ '.' @ resourceType = 'core/wcm/components/image/v2/image' }"></div><h2 class="cmp-byline__name">${byline.name}</h2><p class="cmp-byline__occupations">${byline.occupations @ join=', '}</p></div><sly data-sly-call="${placeholderTemplate.placeholder @ isEmpty=!hasContent}"></sly> I did not understand placeholder paradigm.I am aware of invoking a Model using data-sly-use, but not invoking template. Is it like: If data-sly-test.hasContent="${!byline.empty}" is true,  
I'm stuck, and I need some help.I've got a Custom API Call module that pulls assignments for a particular user for a specific task date range--I'm most interested in the workPerDate entries for these assignments. My test scenario yields 6 assignments and a total of 14 workPerDate entries: My goal is twofold--I want to (1) exclude the entries prior to 5/26 (i.e., 5/23, 5/24, 5/25); and (2) total the minute values for the remaining entries (in other words, I'm trying to get assigned time for the 5/26-5/30 work week).Could someone please provide some guidance on how to approach this? I've been playing around with different iterate and aggregate modules, as well as array functions, all without luck (at one point I managed to aggregate the values for a single date, but that was about it).Thanks in advance.
Hi all, I remember coming across a webinar that compared Adobe Workfront, Monday.com, and Asana in terms of features, use cases, and team collaboration. Unfortunately, I can’t seem to locate it now in the solution partner portal.If anyone has come across this webinar or has access to the recording or related materials, could you please share it with me? Thanks in advance!
hi, I have set up a custom destination server and destination to stream (so not file output) audiences to an end point. In the current payload I can see the audience id from profile.segmentMembership.ups but would prefer to see the audience name. I see in the destination you can set the paramters "segmentMappingConfig": { // sets the mapping id in the destination to the segment name "mapExperiencePlatformSegmentName":true, // sets the mapping id in the destination to the segment id "mapExperiencePlatformSegmentId":false, // allows the user to map / change the Mapping Id - recommended false "mapUserInput":false }, and all the documentation says that the name should come through then. it doesnt for some reason other documentation days you can reference a system generated object destination.segmentAliases[use the key here] and that should retu
Olá Estou fazendo algumas campanhas no Adobe Campaign, porém, a delivery de push no painel da campanha está com status de sucesso = 0%, porém, recebi o push e no retorno das tabelas, também aparece que recebi. O que posso fazer pra ajustar?
When someone is granted access to a report, project, issue, etc. Workfront generates an automatics notification outlining what the object is that the user is being granted access to and who is granting it. It would be nice to be able to add a custom message to explain what the object is and why the person is getting access to go with the notification.
Hello, I'm using the AEP Query Service, and I'm trying to create a column header with a dynamic name that includes today's date, like this: "Header+today's date". However, the query below is generating multiple errors: SET @6611640_name= SELECT 'HEADER' || TO_CHAR(current_date, 'YYYYMMDD');-- Eliminar la tabla si ya existeDROP TABLE IF EXISTS SPSUnsubsample_timestamp;-- Crear la tabla con la estructura deseadaCREATE TABLE SPSUnsubsample_timestamp ASWITH data_rows AS ( SELECT DISTINCT get_json_object(to_json(identityMap), '$.Email[0].id') AS user_email FROM ajo_email_tracking_experience_event_dataset WHERE eventType = 'message.tracking' AND get_json_object(to_json(_experience), '$.customerJourneyManagement.messageInteraction.interactionType') = 'click' AND LOWER(get_json_object(to_json(_experience), '$.customerJourneyManagement.messageInteraction.label')) LIKE '%unsubscribe%' AND get_json_object(to_json(_ex
Looking to level up and set yourself apart as a Marketo consultant? Passing the new Architect exam will move you into an elite tier of Marketo users and prove to prospective clients that you know how to lead Marketo projects from conception all the way through to implementation. The Architect exam replaces the previous presentation exam that was required by Marketo to achieve this certification. According to this post in the Marketo forum, there were less than 150 Marketo Certified Solutions Architects as of December 2017 so this is definitely an exclusive club to be a part of. Marketo released this new exam format to help with scaling and make it easier for people to become architect-certified. Since I am a Certified Expert I was part of the lucky bunch that got a sneak peek at the new Architect Exam in October 2021. I passed the beta test and as of September 2023, I recently passed the online renewal exam so I can share a more updated version of my e
Dear Community,I need your help resolving this error. I've followed all the steps in this documentation, but Target still isn't working.I really appreciate your helphttps://experienceleague.adobe.com/es/docs/experience-manager-learn/sites/integrations/target/load-and-fire-target#page-eventAT: [page-init] Adobe Target content delivery is disabled. Ensure that you can save cookies to your current domain, there is no "mboxDisable" cookie and there is no "mboxDisable" parameter in query string.Rule All Pages - Library Loaded fired. Please guide here.Thanks
Hi, { "tenant": { "cardDetails": [ { "cardId": "30", "cardNumber": "30", "status": "ativo00s" } ], "cardsList": [ { "cardId": "100",  
Hi,I have a custom AEM endpoint returning some json content. In some cases when there is some content related issue, I would like to return a 500 with a custom json body. It is working good on my local but when running the same on cloud it is displaying an AEM error page with the text "Unexpected Error: Looks like we are having some issues with our service. We are working hard to bring it online again.".How could I configure AEM / dispatcher so that it just simply displays the content I send in my response? I have found several documents / entries on creating custom error pages (tried to set e.g. DispatcherPassError) but no luck.So is there a way to return the response of my /bin/.... endpoint as it is to the client on cloud? The same is working with e.g. 404 error code.Thanks,Peter
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.