Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi All, Can you pls suggest how to send email on every Third Monday of the month in journey Thanks,Gaurav
We would like to understand apart from AJO's basic OOTB email open/click rate reporting, is there any way within AJO platform to track conversion (e.g. purchase events/ event registration)? Are there any native reporting to view such conversion?Thank you.
Curious to know if others manage packaging artwork at a component level (ie, primary packaging, secondary packaging, carton, label, etc.) within a project and if so, how they're managing it. We're moving project management ownership from an external agency to in house and assessing level to manage it at go forward. Tks!
We sell multiple additional products for customers to add to their policy and I measure these as a % penetration rate. Order of optional extra / all Orders For some of our brands and journeys we include these products for free which makes their penetration 100%, and brings up the rate of our combined metrics.I do pass value of each product with my purchase tag, so was hoping to create a segment (or condition in custom metric) that excludes products where the value is £0 - is this possible?
Has anyone had luck with making the project view more visually appealing? Like alternating color bars? Just simple things like you can do in Excel or Word.
i need help in setting up my python code for setting up the authentication with JWT flow.Can any one help with the sample examples of the python code snippet.
Hi everyone, Our team is currently working with Edge Delivery Services and the Universal Editor, using the aem-boilerplate-xwalk project. We’re trying to implement a feature, when uploading an image, user can either manually enter the alt text or have it pulled directly from the DAM. This has raised two questions based on the documentation here: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/field-types (PS: If there are any additional component specification references or articles, I’d really appreciate it if you could share them.) 1. The docs describe using "condition" to show or hide a field and the "readOnly" to change the field is editable or not. However, our use case is slightly different. We’d like to control whether the tab_iconAlt field is editable, based on the boolean value of tab_iconAltFromDam. Is there a way to use one boolean field to determine whether another field is readOnly or t
I would be using Data Landing Zone as Source Connector. However after every data ingestion I would like to know the status of this particular ingestion. I need to use this one - Flow Service API ?https://experienceleague.adobe.com/en/docs/experience-platform/sources/api-tutorials/monitorAnd then in some tool build the workflow in order to check the status every day after ingestion?
Would it be correct to think of an XDM schema as basically the same thing as a schema in Snowflake? And that XDM is just a data mart for platform? I'm in the process of mapping data from Snowflake into AEP for use with RT-CDP and need to ensure data is mapped correctly to support real- time personalization.
On our webpage, there's a page with a button that downloads a PDF when clicked. I need to create two audiences:1) Audience 1-visitors who went to the page but did not click the Download PDF button2) Audience 2-visitors who went to the page clicked the Download PDF button Audience 1 works. There's an issue with Audience 2. We use Web SDK. I needed a way to detect button clicks on the page. There is only a single PDF on that page.In Launch, I built a rule that fires when the Download PDF button is clicked. That rule is firing; it was verified using the Chrome console. When the rule files, the action is this script.<script>console.log('Data collection: download button was clicked');adobe.target.trackEvent({mbox: 'downloadClickMbox',params: {clickedButton: 'downloadPDF'}});</script> In Target, I built a profile script to catch instances of the Download PDF clicks from Launch using this code.Profile script name: 2025_Downloaded_PDFif (mbox.name == "
I was trying to implement the adobe target in our website. I was new to Adobe Target.can anyone help to integrate the adobe target(at.js).
I am trying to send a payload va HTTP API, but I am getting this error: The user authorization token does not have 'DATASET.WRITE' permissions for the '*******-dev' sandbox. Could anyone tell me what exact permission and where should I enable it? Thank you in advance
I’m trying to build a dashboard for our marketing team that includes a report showing each user's weekly capacity vs their planned hours. We want this visible alongside other team stats in a centralized dashboard. I know this type of information is available in the Resource Planning page, but we need to expose it through a custom report (preferably a User or Task report) so we can add it to a dashboard and share with team leads. What we’re trying to show per user:Weekly capacity (based on FTE × 40 hours)Planned hours (total assigned hours for the current or upcoming week)Ideally a variance or utilization %What I am hoping someone can help with:Has anyone successfully built a report that compares user capacity to planned hours and displays it in a dashboard?Is there a workaround to calculate FTE × 40 in a report without a custom field?Is there a way to pull weekly capacity and planned load into a single report, even through text mode or calculated fieldsI’d love to avoid build
Hi Team,In our current SPA project, we have a Card component with 4 variations selectable via a dropdown in the dialog: Teaser, News, Blogpost, and Dashboard. Based on the selection, the next tab in the dialog shows different configuration options related to that variation.We need to migrate this custom Angular SPA component to be compatible with the Universal Editor in Adobe Experience Manager (AEM).I referred to the Adobe documentation at: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/implementing/developing/universal-editor/developer-overview for guidance on migrating custom Angular SPA components to the Universal Editor.I have a few questions:Do I need to paste the published view URL into this editor URL:https://experience.adobe.com/#/aem/editor?If yes, what is the purpose of the authoring URL?If I want to drag and drop another component, should this be done in the authoring URL or the experience.adobe.com URL?Additionally, could you pleas
A department in our company uses Dynamics 365 as their CRM tool. We want to integrate their requests into Workfront and have that department work in Workfront. Is there a way to integrate Dynamics 365 requests into a Workfront request queue?
I soon would work on green field implementation for retail chain. We would like to collect data from offline stores in near real time. I thought to use for that Streaming API.However I see in Data Ingestion API also Edge Network API. I thought that Edge is used only with Web and Mobile traffic. Which one do you recommend to use? What is to consider?
Hello Community,We are in the process of migrating from a traditional AEM storefront implementation with CIF components to Catalog Service, and we are facing challenges with Product Listing Pages (PLP). Currently, our PLPs use queries like: query { products(filter: { sku: { in: ["8429420181151", "8718117612253", "8470001995292", ...] }}) { items { __typename sku price_range { minimum_price { regular_price { value currency } final_price { value currency } } } ... } } } But we need to switch to Catalog Service with productSearch, for example: query ProductSearchPLP_WithPrices( $phrase: String!, $current_page: Int = 1, $page_size: Int = 1, $filter: [SearchClauseInput!], $sort: [ProductSearchSortInput!], $context: QueryContextInput ) { productSearch( phrase: $phrase, current_page: $current_page, page_size: $page_size, filter: $filter, sort: $sort, context:
Hi everyone,We are migrating our Azure AD B2C login systems, which are currently using SAML, to the OpenID Connect (OIDC) protocol. We came across this documentation: https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/security/open-id-connect-support-for-aem-as-a-cloud-service-on-publish-tier?utm_source=chatgpt.comand we are using it for our implementation.The problem is that we are getting the following error:Caused by: com.nimbusds.oauth2.sdk.GeneralException: The returned issuer doesn't match the expected: https://apexbrasilb2cdev.b2clogin.com/[my_tenant_id]/even though we are setting the baseUrl correctly, as shown in the document:"baseUrl": "https://apexbrasilb2cdev.b2clogin.com/[my_tenant_id]/[my_custom_policy]"And the well-known configuration is located at:https://apexbrasilb2cdev.b2clogin.com/[my_tenant_id]/[my_custom_policy]/v2.0/.well-known/openid-configurationInside the .well-known file, the issuer is defined as:"issuer": "https://apexbrasilb
Is there any way?
If I ingest data to Data Landing Zone and if there are already multiple files there, how AEP knows which one is the newest and which should be uploaded to AEP?file1 - is the upload from 15pmfile2 - is the upload from 18pmHow AEP knows if it should take the file from 18pm?
I'm currently developing a Data Collection (Launch) extension where I'll be utilizing the reactor.adobe.io API from within the extension. Everything works great, but I'm required to update my bearer token every 24 hours manually. I want the extension to automatically fetch a new bearer token when the old one expires. To that end, I'm trying to refresh my bearer token from the endpoint ("https://ims-na1.adobelogin.com/ims/token/v3") when the token expires, but I'm receiving a CORS error. Is this a feasible approach, or is there a better way to use the reactor API from within a data collection (launch) extension to avoid the CORS error?
Is there any way to catch up custom event in Target audiences like: user.login? Is there any different way to send to Target infor that the user logged in using Web SDK?
Hi everyone, I’m looking for some advice regarding an issue with a custom form. My colleague created a custom form that uses a Concat formula referencing a date field from another custom form on the same object in a different format. The formula previously worked as expected, but now displays the date as one day later than the original field. We think this may be related to the time, which is currently showing as 00:00 on all date fields in the first form. Has anyone encountered this issue or can offer guidance? Thank you!
Hi Team, In adobe AEP/AJO there is a recent change where the authentication for Snowflake needs to be changed from Basic Authentication to KeyPair Authentication.The question i have is once i get the details from the Snowflake Admin team in order to create the source connector, is there a way to migrate the existing dataflows that are already feeding data into the AEO datasets or I will have to manually create the new connection and manually map the attributes for each dataset.Please let me know in case anyone of you have already migrated or have a solution where i dont have to manually stop all the older dataflows and create all of them from scratch again using the new KeyPair Authentication. Thanks,Mohit
Hi Team, I have created placement , offer , collection and decision. Offers are approved and decision is live . when I try to insert the offer expression in html then I am getting below error resource with id dps:offer-activity:1b3a*******ffs and type offer activity not found Resource with id dps:offer-placement:1b3b*******4a71 and type offer placement not found but I am able to save this in UAT but in prod I am getting error . Any help would be appreciated.
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.