Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Is Adobe DAM supports Live Video Streaming ? If yes, please share pointers on it.
Hi, I'm trying to build a scenario that will download a document (Closed Captioning file), then using a control project in Workfront that contains all the words (Tasks) that need replaced or "bleeped" and replacing them within the document.I understand how I would do this for 1 word, but how do I loop the output of the first replacement into the 2nd replacement and so on..... thanks for any advice,Kelly
I started off as a web developer so if I were to start in my AEM journey again, AEM Helix would be an easier transistion. But, that's not the case. I had to learn all the other tech stack that comes with AEM (Java, OSGI, JCR and etc). I'm not really sure why would someone want to use Helix if conventional AEM is already used at the company. (or perhaps vice-versa. Why would someone move to conventional AEM if they are already using Helix?) Thoughts? thank you! EDIT1: How integrated are other frontend technologies like react with AEM Helix?
Hello Everyone, Do you know how to attach a CSV file calculated on the workflow to an email or alert activity?I have tried an approach that was suggested here via attachments on the delivery but I have the bellow error.I really appreciate any help you can provide.
I'm hoping you can provide more information regarding "The latest innovations for Adobe Target" on the webpage…https://business.adobe.com/products/target/adobe-target.html?gclid=Cj0KCQiA4-y8BhC3ARIsAHmjC_F9o_wYQGtw1EybiTbCoAYathL24srC_ow1bfJZJcb-3g07quMEwXMaAol_EALw_wcB&s_cid=7011O000003JkfkQAC&sdid=CW7623SB&mv=search&edtamo=true&s_kwcid=AL%213085%213%21725703104848%21e%21%21g%21%21adobe+target%2122028166933%21172736605816&ef_id=Cj0KCQiA4-y8BhC3ARIsAHmjC_F9o_wYQGtw1EybiTbCoAYathL24srC_ow1bfJZJcb-3g07quMEwXMaAol_EALw_wcB%3AG%3As&gad_source=1 Please see my notes after each of the bullet points you listed below. ‘Adobe Target delivers real-time connectivity to Adobe Experience Platform for improved insights and reporting. A new UI and generative AI tools help boost practitioner productivity. Improve visibility into projects, get faster activity creation, and ensure projects resources are focused on top priorities with enhancements to
<dependency><groupId>fr.opensagres.xdocreport</groupId><artifactId>fr.opensagres.poi.xwpf.converter.core</artifactId><version>2.1.0</version></dependency> I am trying to add this dependency but it is unable to fetch from the adobe repo. Any idea, I know that opensagres is an external API which works with POI. If POI is compatible then why this one is not? Thanks.
I have a weird problem. I had set up the eVars in Report Suite but those are not available or reflected in Adobe Launch Rules Section to use. I am not sure what would have been the reason behind it. I would really appreciate any help on this.
Is it possible to pass a variable to a stored procedure? I am pulling the deliveryid and setting it as a variable but when I execute the stored procedure, I am getting an error: ODB-240000 ODBC error: [Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Error converting data type nvarchar to bigint. SQLState: 37000 DeliveryId data type is an integer but I am not sure if the SQL is taking the variable literally. Here is my logic:EXEC [CDL].[dbo].[test] @deliveryid = [vars.deliveryId]
Hi All, I was creating a few rules for my Offers. From the document, I learned that events are not supported in rules. https://experienceleague.adobe.com/en/docs/journey-optimizer/using/decisioning/offer-decisioning/create-components/creating-decision-rules If events are not supported inside rules, why is there a UI section to add events?While creating rules, there is a section where we can add an audience. If I add events in the Audience and use those audiences inside rules, will it work?Thanks & RegardsDeepak K V
Within my platform, my team often uses certain audiences as building blocks so as to ensure that certain universal exclusions are correctly applied to every audience. We have a lot of audience blocks that we have built but we have not been keeping a log of which audiences they are a part of. Is there a way in the UI to see which audiences a certain audience is a component of? Obviously, I know that this can be done by clicking on each audience and looking at the components in the "Audience Summary," but I am wondering if there is a less tedious way to do this. Thank you
Hi.I want to receive Adobe Analytics data in Power Bi using Connector function.However, there is some difference between the data received through Connector and the data I see in Adobe Analytics workspace.Why is this difference happening?I think it is because the timing of fetching data through Connector is not real-time. How does Connector fetch Adobe data? Why is there a difference?
Hi, Need to move the Email campaigns with are live from one environment to other what can I do for it? Thanks in advance
I've heard this can be done, but i don't know how. I have a Proof workflow already created and being used, I need to add another step called "Risk review" to the workflow using fusion. Do i have to use the proof custom API to add the step to the workflow. I have the workflow id. all i probably need is the details of the step. Let me know.
Hello All I am trying to dynamically assign a value in the query parameter to a new variable using an existing column value. For example, if the column value is 50001 then the new variable value should be 50000, if the existing column value is 600032 then the variable value should be 600000. cid = did20023 = 2000030056 = 300001200001 = 1200000I am able to get the required value in JS like this:var dId = 10012;var cId = Math.pow(10, (dId.toString().length - 2)) * parseInt(dId.toString().slice(0, 2));but I am not able to use this function in Query activity's expression editor with something like thisIs there any way I can acheive this??? Please help! Thanks in advance...
Hi,I want to export the data in temp work table as csv file & need to attach the file automatically to the email delivery, its fine if i export or import the file to my local machine or from the server. Need some help on thisRegards,Raaghu
Means inserting the two experience fragment templates into two distinct page templates. That is, in a page template you can only insert one experience fragmen, not both.
I'm using an automation and I'd like to disable all activities for the automation runs.I know we can use the mboxDisable=1 parameter in the URL to hide any activities on the page. Is there something we can set to disable the activities for the entire session as it clicks from page to page? Thanks,nik
Hi experts! I am looking for managing audience creation within AEP for my organization. As we have multiple BU (media marketing, website experience, email marketing, etc) who will be creating audiences within the same AEP instance, I want to ask in particular: What is the best strategy to create audience that would avoid duplicated effort to create the "same" audience across BUs, and allows audience to be re-used across the organization?Is it the best to create smaller segments and then combine these small segments into 1 more complex segment? Or it's best to avoid segment dependent on another segment? Is there any naming convention advice that we can follow? Thanks!
Hi, I am looking for the way to pass more than one variable into PostEvent() function. My current approach works with one variable: I send POST request from Postman, the body looks like below: <?xml version="1.0" encoding="utf-8"?> <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns0="urn:xtk:workflow"> <SOAP-ENV:Header /> <SOAP-ENV:Body> <PostEvent> <sessiontoken></sessiontoken> <strWorkflowId>WKF2137</strWorkflowId> <strActivity>signal</strActivity> <strTransition></strTransition> <parameters> <variables email="email1@domain.com"/> </parameters> <complete></complete> </PostEvent> </SOAP-ENV:Body> </SOAP-ENV:Envelope> I tried the following versions, but for all of them I get SOP-330007 Error while read
Hi i have a custom workflow in place… where i am getting the content approved and after approval, i have custom process step - CustomActivationProcess implements workflowprocess …. some logic…then i am replicating the payload right away.. but now i want to schedule this replication… from this payload/jcr:content i am getting ontime property.. and i want to schedule replication at this ontime… Another class i have written is scheduler class which will schedule replication for any given pagepath… Now actual pagepath is in process class… can i call scheduler from there ? How or is there any better way to acheive this …but i have to use ontime property only to get scheduled replication time.
Hi all, It's a rare case, but do we know if RTCDP can be integrated with workfront. I do believe so, it can be done via API, but if you please can help me here @_manoj_kumar_ @davidross91 , @brekrut, @gigicotruta more than courious to here your experiences here. Thanks a lot. Regards,Celia
Hi, I'm trying to integrate cloudflare Turnstile with the AEM Adaptive forms in AEMaaCS. I'm following https://experienceleague.adobe.com/en/docs/experience-manager-cloud-service/content/forms/adaptive-forms-authoring/authoring-adaptive-forms-core-components/create-an-adaptive-form-on-forms-cs/integrate-adaptive-forms-turnstile-core-components. After following all the instruction:First, I don't see the "Adaptive Form Turnstile component" in the component list to use.And second. From the screenshot given in the above article it looks like they added "Adaptive Form hCaptcha" component instead of "Adaptive Form Turnstile component". When I add "Adaptive Form hCaptcha" component on my form, nothing is coming up in the "Select CAPTCHA Configuration" dropdown.Any idea, what I might be missing out here?
I'm having trouble with YouTube embeds messing up the thumbnails (see below).Is there any way to fix this without changing the aspect ratio of the thumbnail on YouTube? Why does it need to be 4:3?
Hello my Community Pals! I'm currently doing some data cleanup for records that don't have a Microsoft Type and there are plenty that have run through a previous Marketo Smart Campaign driving records into a MS Dynamics campaign that has failed due to an uncaught exception. I'm using a Batch Campaign to push them over now and get this error for every record in the campaign: The campaign exists in MS Dynamics and there are other members of the related program that synced over via the related Smart Campaign so I don't understand what the issue is here. Is it because I'm trying to update via the Batch Campaign? When I search the error online, the AI overview tells me a few things: ...because the "Add to Microsoft Campaign" feature is currently not active or is not configured properly for batch operations; essentially, you can't add people to a Microsoft Dynamics campaign using a batch process in your current setup. Configuration issue: You might not have
I´m trying to get a rewriteMap for my dispatcher from a Servlet alocated on my AEm instance. Can I use in AEM cloud dispatcher some scripts like: #!/bin/bash# Llama al servlet en AEM y devuelve las reglas en formato key-value para RewriteMap curl -s https://publish-p88805-e1164595.adobeaemcloud.com/bin/servlets/proxy/map.txt and then use it like: RewriteMap proxyRules prg:/etc/httpd/conf.d/rewrites/map.sh Has anyone faced something like that? thank you all 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.