Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hello folks, Happy holidays 🙂 Quick question on email/program performance across a specific line of business. I wanted to find out the high performing emails and email programs from ad hoc campaigns across US country and a specific form POI which we have run for entire 2024 which can be helpful for our email efforts/implementation in 2025. I did some research in Email Insights (Analytics tab) but wasn't successful in filtering out the exact criteria that I require. I assume we cant filter out with form POI field in Email Insights. Any suggestions about how I can get this data in Marketo? Any suggestion is appreciated Many thanks in advanceNishanth
Hello All,We are working on a project where we need to fetch the disk usage report from the following URL:/etc/reports/diskusage.htmlOnce fetched, we need to share this report via email to clients on a daily basis.We tried to achieve this by utilizing a service, scheduler, and JavaScript functionality. Below is the Java code we used to attempt fetching the data: try (CloseableHttpResponse reportResponse = httpClient.execute(new HttpGet("http://localhost:4502/etc/reports/diskusage.html"))) { if (reportResponse.getStatusLine().getStatusCode() == 200) { String reportContent = EntityUtils.toString(reportResponse.getEntity()); Document doc = Jsoup.parse(reportContent); Element restable = doc.getElementById("restable"); if (restable != null && !restable.text().isEmpty()) { isReportGenerated = true; String reportData = restable.html(); logger.info("Report content captured successfully.{}", reportData);
Hi Everyone,I have a question regarding Marketo email columns. I'm using a template that I've customized and just can't seem to get the columns to display correctly in Outlook. Gmail and other renders come out like the first image but the second image is what it looks like in Outlook. Weird thing is it was showing fine a few months ago but the clones made over the last few months seem to just be coming up incorrectly. Here is a link to the code: codeshare.io/deyMMR
Hi there Currently we have implemented Web SDK on our websites; we customized slightly on the ExperienceEvent data schema but pretty much leverage most of it for our integration. As we are now progressing to apply Mobile SDK on our mobile apps. Assuming we have very similar features between our website and mobile app, I wonder is there any best practices regarding the XDM schema for the mobile app? In particular: Shall we use the exact same schema and data set for both the website and mobile app? If yes / no, what's the pros and cons of doing so? Appreciate your insights in advance! Thanks,
Hi everyone! I´m trying to calculate the Bounces and Bounce Rate in Data Feed, but I´m not finding the right way.I´ve tried to combine the visit_num, visit_page_num, page_event and post_page_event fields, but I can´t find the same number of the Workspace Analytics. @isinha had a post with this question (https://experienceleaguecommunities.adobe.com/t5/adobe-analytics-questions/how-to-calculate-bounces-and-bounce-rate-from-data-feed/m-p/298465#M23300), but I can´t solve anyway. I appreciate the help to solve this problem! Thanks!
Hello fellow, Marketo-eers!I am fairly new to Lead Scoring and am hoping to get some help on setting up Lead Scoring Smart Campaigns that will gauge interest based on email open, link click, etc.I have created four smart campaigns for our scoring purposes:Delivered Email/Not Opened (-2 to Person Score)Delivered Email/Opened/No Clicks (+2 to Person Score)Delivered Email/Opened/Clicked Links - other than Unsub and Apply Now (+5 to Person Score)Delivered Email/Opened/Clicked Apply Now Link (+10 to Person Score)When I tested it, the score was -2 even though links in the email were clicked. Do I need to include a wait step to give people time to act (or not) with the email?Thanks in advance!
Does anyone know how to make this work? We have gone through the instructions at the following page but can not get this to work correctly.Changing Page Zero content in Designer | Adobe Experience ManagerThank you!Emilee
Hello!I am trying to confirm if you can leverage Custom Program Member fields in a Marketo form that is embedded on a non-Marketo landing page.In my early testing it appears that you can put the fields on the form, the form submits and you can see the data in the form submission activity, but the Custom Program Member fields do not get updated. But when I do the same on a Marketo-hosted page, it all works as intended.Is this how this is expected to function?Thanks!
Hi community,there's is a use case in our company where it is needed to be able to deliver a Dynamic rendition where it can have modifiers to personalize some text and at the same time have a clickable CTA/area. I know it is possible to have Dynamic templates where you https://s7d9.scene7.com/is/image/organization/dynamic-template?$text1=Storage&$text2=2TB Is it possible to have with OOTB features added and extra param for having a link? something like: $productUrl=https%3A%2F%2Fwww.google.com%2F
With the new certification portal there is no longer a practice test for the Expert Certification Test. Anyone have the old link so I can see if it's still accessible?
Hi, can anyone explain to me how the overtime box works on the Workfront timesheets? The information on Workfront documentation/guides is not very clear or helpful. It seems to be a box that does nothing lol. Thx
I want to do my own style for forms2, not just add upon marketos default styles. But no matter what i do Marketo always adds the file called forms2.css. I tried to remove it with a jQuery function:$( document ).ready(function() { $('#mktoForms2BaseStyle').remove(); $('#mktoForms2ThemeStyle').remove(); });But it still apears.Any suggestions?
The Adobe Learn site no longer has the hands on tutorials for After Effects and Premier Pro are no longer available. We have teachers that use them. Will they be back or can we access them somehow.
Ok - I would like to set some frequency capping on some experiences. I know this involves passing some kind of unique identifier of that experience, creating a profile script so it can be counted and then creating an audience depending on my how many times I'd like customers to see the experience. We use JSON offers and I'm struggling with Step 1. How to I pass a unique identifier for the experience? Can I create a unique mbox through JSON and count that? Thanks for any help.
Hoping someone can help me to understand the scenarios when and why I would choose to use editable Templates instead of Live Copy (Blueprints) on a site? Seems both allow you to define some page layout/content that is inherited by implementing pages, and any changes to the source (template or blueprint) results in the page being dynamically updated to reflect the changes.I'm aware Live Copy does have the ability to break inheritance, but is that all?
According to [1], Constraint Message is not displayed for text and text area. While I have the task to display it, I did research and found that the constraint message display is controlled by text.js in "/apps/core/wcm/components/form/text/v1/text/clientlibs/editor/js". As it is not suggested to update text.js directly in the above folder, I copied this file to the clientlib of my proxy component, however, the copied file is ignored. So far, I have tried these methods:1. copy text.js to proxy component's clientlib folder and update it, when I click the wrench in edit mode, only the old js was loaded2. create js.txt to refer to the above js file in addition, I got same result3. create ".content.xml" and make the editor folder a cq:ClientLibraryFolder, whether the category is same or different from the super component client lib, it is still ignored. [1] https://experienceleague.adobe.com/docs/experience-manager-core-components/using/components/forms/form-text.html
We have been using the Assets HTTP API to Create and Delete content fragments and have just started receiving an error message only when sending a DELETE post. We are on AEM 6.5.21. Does anyone know why this would just start happening? "status.message": "Source does not support deletion", "status.code": 403
Hi, we had to update the iOS certificate. I tested the connection and it was successfull. However now when I try to send I push I get that error: unable to get bundle id from certificate adobe campaignHow can I fix this?
I have created a nurture campaign to engage leads who already exhausted content in multiple nurture campaigns. I have set up the Smart Lists using the trigger Fills Out Form for the majority of the programs. However, I have one program where there is no form fill. The lead is created by an API.What trigger do I use to add the leads from this API to the exhausted content nurture campaign? Appreciate your help!
Hi All,Need help from anyone to fix the below ACPCore library issue in iOS app. Issue : After installed the react-native-acpcore version 2.0.0 in React Native application, the iOS app is showing the below error when I try to build the app.My Xcode version is 12.4. My iOS app is Swift based app. 'ACPCore.h' file not found with <angled> include; use "quotes" instead Screen shot is for the reference. Any help on this issue is great for us to fix that. Note: If we replace the <> brackets to "" then the app is working fine without any issues. Thanks,Koti Reddy
Hi everyone,I’m facing an issue with a Recurring Delivery in Adobe Campaign where the post-processing workflow doesn’t get triggered if the target contains 0 records.Here’s the context:I have two identical deliveries:One is launched using a Phone Delivery activity, which always triggers the post-processing workflow even if the target is empty. I get this log message: The other is launched using a Recurring Delivery activity, which doesn’t trigger the post-processing workflow when the target is empty. Instead, it gets stuck with the log message: This behavior only occurs when the target contains 0 records.I would like to know:Why is this difference in behavior happening between Phone Delivery and Recurring Delivery?How can I ensure that the post-processing workflow is triggered for Recurring Delivery, even when the target is empty?I need a solution that works without adding extra activities or JavaScript code. Ideally, it should
Hello Analytics Experts,I hope everyone is have a great day. I would like to seek your assistance regarding your best practice when using the getPreviousValue with Common Web SDK Plugins extension Scenario:I created a Data Element using the following sample setup (see screenshot below). However, when I tried calling _satellite.getVar("Previous Page Name"), the returning value are always current Page Name value, and not the "Previous Page Name" value. Do you have any best practice on how we can get the actual previous value when using the getPreviousValue with Common Web SDK Plugins extension? Thank you in advance.
Hi there - We have multiple Marketo forms on our website (on different pages) for various newsletter subscriptions and event sign-ups. I'm wondering if there is a way to configure Marketo so that a single email address can complete various webforms (that don't include any munchkins) at different times and have the appropriate custom fields updated in their Person Record tied to their email address? I believe that, as it's configured now, any form submission with the "Email Address" as a field, containing an address entered into that field that is associated with a Person Record already in the database, will simply disappear into the ether due to dedupe rules. I know that if these contact were already in our database, and we were emailing them directly via Marketo, they could click a CTA to go to a landing page with a Marketo form and submit updates to the appropriate fields thanks to munchkins. But when someone lands on a public-facing webpage, is there any way to have Market
I've been asked to create a request report that captures the time from the request entry date to the first user assignment date. Will the primary assignment entry date reliably return that date? My initial testing looks like this is a valid field for what I want to calculate, but I wanted to double check here. I've reviewed the Tips and Tricks Calculated Fields https://experienceleague.adobe.com/en/docs/events/the-skill-exchange-recordings/workfront/apr2022/calculated-fields, and thought I could use the SLA section (around 8:15) in the video to create the entry date-first assignment calculation. But the video shows "User First Assigned" in the calculation and I'm not sure where that field comes from, since it's not a database field and if it's a calculated field, I missed how the field was created. Thanks for any insights on this.Cathy
Hi Adobe team,In read list activity, select list to use tab I can see three options1.Specified explicitly2.Name computed by a script3.Folder and name computed by a script After clicking on Name computed by a script, not able to understand below options1.In the folder2.Label (computed)3.List template- Similarly for folder and name computed by a script. I understand list update activity, but not able to understand what option 2 and 3 does in read list. I read the document but didn't understand.Kindly help Thank you.
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.