Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Ever since the new VEC Experience became available to me, I have not been able to access (or even see) any of my HTML Offers nor Experience Fragments when attempting to insert one into an activity. Mind you, if I go to the Offers tab outside of the Activities tab, I can still find and see every offer there. Instead, I keep getting blocked with this "Invalid User Input" error. Some (but not all) other people I work with are also seeing the same impediment. Is anyone else having any issues like this?
I am trying to add an external repository in cloud manager by going to Repositories > Add Repository > Private Repository. But it seems that whatever url I enter, is considered invalid
Hi!I hope you are well Do you have an ad hoc generic process in python to convert JSON data to XDM Parquet file in order to ingest to AEP Dataset?I was testing a normal .parquet file but Adobe does not recognize some files. Example JSON:[{ "_ingdirectspain": { "Savings": [ { "ccc_product": "123456789", "pro_type": "tipo_1" }, { "ccc_product": "1234567890", "pro_type": "tipo_3" } ] }, "identityMap": { "UUID": [ { &n
Hi allIn my local I have tried to sync content using Acs commons content sync I have opned two AEM instances one with 4502 and other one with 8802I have folwed this https://adobe-consulting-services.github.io/acs-aem-commons/features/contentsync/ artilce to sync the contentSo in my local 4502 port i have configured host and added Path to synchronize * path and selected Source environment as http://localhost:4502/ Now I want to sync the content from 4502 to 8802 instance so where we need to configure destination url for sync the content
Hi all,I am working on a project that requires implementing the DeepL translations APIs to perform translation of content. We have the by default microsoft translator integrated as of now but are looking to implement DeepL as it suits our usecase.Have any of you implemented custom translation connector for AEMaaCS before? My first question is, is it is feasible? If so, what are the challenges.Can any of your provide supporting documentation/tutorial/blog that can help me implement the same?Thanks in advance!
Hello.we are using commerce eventing and have an app created using adobe app builder which transforms the payload and creates order in shopify. I noticed a strange issue with App Builder after one user's order failed to make its way from adobe commerce to Shopify for some reason.There was another order from another customer which also should be created in Shopify. However, even though the order was created in Shopify with all valid data and shopify updated adobe commerce order with details, App Builder is still throwing the same error that we saw with first order for the second order. This doesn’t make sense, especially for a the order that already made into shopify. Due to this error, App Builder keeps retrying the operation and is creating duplicate orders in Shopify with each retry. As a result, that customer now has 9 identical orders in Shopify. They are getting placed every 15 minutes (reference: https://developer.adobe.com/events/docs/common/retry-doc/ )&nbs
Hello! I created a report in Advanced BI Analytics and set up a report subscription the same way you do with RCA (through the Marketo analytics subscription tab). However, when I received the report, the attachment was a one page PDF of the report instead of an excel attachment. I'm guessing that this is because you can build multiple tables/charts within one report, and to export the data from a table, you have to click into the table, click the three dots, and click "Export data". At the report level, the only export options are PDF and PPT. Is there any way to set up the subscription to send an excel file of all the tables in the report, or set up a subscription just for one table so it can send in excel format? Thank you!
when i am trying to put multiple visulization based on filters in new bi report. when the data table is different , the data is not syceing based on filters but always gives overall number.
Hey All,So im working in a sandbox provided by my manager - with the task being to create an adaptive form POC for a client.Let me know if anyone has an idea of whats going on, or how to best go about creating a form like this one (if possible).Im learning forms currently, so I simply did the bare minimum of the following steps to see the "issue" im facing now:- Opened forms sandbox "Navigation" pane- Selected "Forms"- Selected "Forms & Documents"- Clicked "Create" -> "Adaptive Form"- In "Create Form" pane (see below pic) -> Clicked "Blank with core components"- It doesn't let me "create" yet, so went to "style" tab and clicked "Canvas" option (see below)- Now I can click create, so did that and saved in default path "/content/dam/formsanddocuments"- It opens a new window with the created form, but i see nothing at all. And clicking edit or preview does nothing either. (see below).
Assume that my customer has 20 products (FSI Industry). Have you ever done such a use-case - rendering last seen product/service in email using only AJO (not Target)?
Where is Adobe heading to in terms of recommendations on using Brand portal vs Assets share commons?
Hello, Since SKU and classifications is being considered by this specific business too time consuming to maintain based on the amount of products and attributes, there is a discussion in about moving away from using a SKU in Adobe Analytics (and would think later when CJA is implemented) since there are product attributes already in the in the XDM object field and more can be added to different dimensions (evars in AA). On the other hand I also thought about using only SKU and not having to send all the values in the XDM object (thinking of load speed and simplicity) and later use classifications and even add more attributes and make it retroactive, if not too much level of effort. Is SKU still needed? we'd lose retroactive value loading option I'd thing but other vars still can be classified if needed even if not from the typical SKU (or tracking id) style value. Any implications for AEP/CDP in going either route? I think the best option is to look for optimiz
H Team, I have observed Adobe target experince is showing up in live pages without making the activity live, could you please check this and help me
I have an activity where I have inserted HTML using Insert After or Insert Before on an element. Whenever I use the preview links to load the activity, it is like it fires twice and anything I have inserted after or before another element shows twice. Is there any way to get the preview link to only fire changes once?
I am looking for some recommendations on configuring Search for AEM Assets. I know that the search rail can be customized to a certain extent. Would it also support having a little more dynamic behavior, such as hiding a panel if a dropdown value is selected? This is for AEM as a Cloud Service.
Hello community, I'm getting more and more frustrated with Adobe Workfront's support.While it has not been easy to get meaningful and, above all, timely support in recent months, requests do not seem to be addressed at all over longer periods of time. Is this just a subjective assessment, or is it the same for you? RegardsLars
Hi there, I am trying to convert JCR-SQL2 query to Query Builder, but I see a warning that "Usage of self property in path predicate has been deprecated. Please avoid its usage.". I have tried several approaches but they didn't return valid results. Probably someone of you had experience with it. JCR-SQL2 query: SELECT * FROM [cq:Page] as page WHERE (ISDESCENDANTNODE(page,'/content/project1/en/child1') OR ISDESCENDANTNODE(page,'/content/project1/en/child2') ) AND NOT ISDESCENDANTNODE(page, '/content/project1/en/page1') AND NOT ISDESCENDANTNODE(page, '/content/project1/en/page2') AND NOT ISSAMENODE(page, '/content/project1/en/page1') AND NOT ISSAMENODE(page, '/content/project1/en/page2') Query Builder: type=cq:Page p.limit=-1 group.1_group.p.or=true group.1_group.1_path=/content/project1/en/child1 group.1_group.1_path.self=true group.1_group.2_path=/content/project1/en/child2 group.1_group.2_path.self=true group.2_group.path=/content/project1/en/page
I’m trying to find out and analyze users who engaged with a specific campaign (e.g., clicked on the CTA in email and visited website landing page) but didn’t buy immediately - instead, they made a purchase in a subsequent session. How can I build a segment in Adobe Analytics to capture this behavior across visits? Ideally, I want to isolate users who visited the landing page by clicking the CTA button which has a tracking code and then later made the purchase in a second visit which is not in the same session. Is this even possible to track it in adobe analytics?Thanks in advance!
There are some external links which don't have .html extension but they are opening fine in chrome and edge browser, when they are authored in AEM components like RTE, linkchecker is making GET call and marking that link as invalid because it doesn't have .html extension. Now it is showing like broken link on pages. My question - is there anyway to bypass html extension check in aem external link checker using config settings ? or we would require custom linkchecker. Do we need any dispatcher changes to achieve this? Expected outcome- Even I author external link without .html or any other extension it should open.
Hi all,Has anyone experienced an issue where a required multiselect dropdown field in a custom form fails to save selected values when it's shown conditionally (e.g., only appears when another field = “Yes”)?In my case:Field A = Yes → reveals Field B (multiselect dropdown)I select values in Field BAfter submitting the request, Field B appears blank, as if nothing was selected even though it's marked requiredOther required fields are saving correctly, and the logic to show Field B works it just doesn't retain the selected values after submission.Any insights or recommendations on how to address this issue would be greatly appreciated. Thank you!
I am using the below to pull some data into a Task report from data on the Project custom form. This was previously in a calculated field but as I need this data to be readily refreshed, without being prompted, I have moved it to the column. What I am now unable to do is sort or group on this data. I tried adding a line for sorting but it hasn't worked. Does anyone know what could get this working?displayname=Bet Content Task - Start Time & Date valueexpression=IF(CONTAINS("1",{name}),{project}.{DE:UKI - Bet Offer 1 Banner Live Start Date & Time},IF(CONTAINS("2",{name}),{project}.{DE:UKI - Bet Offer 2 Banner Live Start Date & Time},IF(CONTAINS("3",{name}),{project}.{DE:UKI - Bet offer 3 Banner Live Start Date and Time}, IF(CONTAINS("4",{name}),{project}.{DE:UKI - Bet Offer 4 Banner Live Start Date & Time}, IF(CONTAINS("5",{name}),{project}.{DE:UKI - Bet Offer 5 Banner Live Date & Time}, IF(CONTAINS("6",{name}),{project}.{DE:UKI - Bet Offer 6 Banner Live Start Date
Hi Workfront Fam. I am looking to create a Fusion scenario that utilizes the number of decisions a user makes per month. We are able to view this information on reports in Workfront. Additionally, there is an API module called User Decisions in the unsupported API version (this would be perfect by the way). Do you know of a workaround to find the number of proof decisions a user makes in a month using Fusions? Do we have an idea when the User Decisions will be supported via API? The goal of the scenario: utilizing user decisions to systemically track and adjust license level from light to contributor.
I am attempting to submit GDPR request but the portal I use to do so (privacyui.cloud.adobe.io) no longer exists. I have confirmed that this is the data privacy portal Adobe advises using https://experienceleague.adobe.com/en/docs/audience-manager/user-guide/overview/data-privacy/data-privacy-requestsThis is quite concerning, as GDPR is time-sensitive.
Hi Community, Is there anyways I can query the journey properties like: 1. Journey Status 2. Journey Start/End Date 3. Journey Schedule etc Do we have any system datasets storing these values? If not, is there any way to retrieve this info, other than UI? Thanks,Anfal Thanks,Anfal
Hi Everyone, I usually create campaigns by duplicating past ones. But recently I noticed that, when I copy an existing campaign and try to edit it, I often see an old delivery still showing under General > Dashboard, and one workflow appears under 'Targeting and workflows' that I can’t edit, rename, or delete. Hitting save just throws an error.This issue has kind of forced me to recreate some campaigns from scratch. Has anyone else faced similar issue? Not sure why it happens or how to fix it. Please advise and guide.Thanks in advance!
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.