Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hitting that big "launch" button can be a scary thing to do. I've sent a lot of email campaigns in my time, but I still get a bit of that big-red-button-anxiety bit each time. What if I've misspelt something horrendously? What if the links break? What if the world explodes? Well, the good news for starters: no mistake you make in an email will cause the world to explode. So don't put that on your head. Most mistakes are also mistakes you can recover from - there's plenty of great examples out there of companies bouncing back from mistakes in ways that are actually quite endearing. BUT. Ideally you don't want to have to bounce back - you want to avoid making those mistakes in the first place. How do you do that? Pre-launch checklists. But the trick is that a lot of the time you don’t know what to check for until you've made a mistake with that thing (ugh). So - rather than learning from only your mistakes, it's helpful when you can learn from everyone else's, too.
Hi all!We're planning on sending an email from Marketo to known users linking to a Typeform survey. Typeform says it's able to capture things like email address using hidden fields (so survey takers won't have to type theirs in). Here's the structure Typeform has for including emails in a hidden field: They've got specific instructions for Hubspot, Mailchimp, and others, but nothing for Marketo. What should we include here in place of the [xxxxx] to ensure known Marketo emails are captured? (We don't have an integration or anything, but I feel like this should be doable?) Appreciate the help - thanks!
Description - Once you perform a search, you no longer have the ability to adjust what you are searching. Meaning, if you have a typo in your search you have to completely back out of search and restart, rather than being able to click into the search bar again and adjust. Additionally, if you are searching for multiple different items with the same criteria/filters, you have to re-input the criteria/filters for each search, rather than just changing the text in the search bar. Why is this feature important to you - This was a functionality that used to exist and was stripped during new UI implementation. This is a big degradation and requires extra and not standard extra work during search. How would you like the feature to work - The same as the old search functionality - search bar remains visible and editable after performing the initial search Current Behaviour - Search bar disappears once you hit enter/click search
I am looking for a way to import tasks from a CSV. The solution should be easily repeatable.
Hey Community! 🚀 I’m looking to chat with 3-5 customers this week about email notifications and task management. If you have 15-30 minutes, I’d love to hear your thoughts! Drop a comment below if you're interested. Thanks in advance! 🙌
Hello, currently we have a webhook URL from Zapier which gets data from a Five9 Connection (which needs the webhook) and Zapier updates fields in Marketo.Is it possible to create directly a Marketo Webhook URL which would receive the email from Five9 and update another field to this email in Marketo? Tried to create the webhook inn Marketo but no idea which URL to use?---Found this in https://rollout.com/integration-guides/marketo/api-essentialsbut still no idea which URL to use when creating a webhook in Marketo: To update a lead record using webhooks:Create a webhook to retrieve data from the external system (e.g. Vibes).Create a separate webhook to update the Marketo lead record with the retrieved data.
Hi, it's the first time I'm setting up an A/B test in Adobe Target and I followed the step-by-step instructions. However when I wanted to save and close, an error message popped up that says: At least one property is required when creating an activity in a non-default workspace. Tried googling but I can't find anything that explains what this means, can I get some help on this please thank you.
Has anyone had success with creating an External Lookup dropdown that provides options based off the queue topic selected on a Request?
I'm struggling with a template because I need to have some way to fix the dates of tasks 12 & 13, these tasks happen regardless of the timeline on a specific day of the week and the rest of the template needs to move around these dates. What makes this even more difficult is that tasks 20 and 26 are the final tasks based on a go-live date, these tasks need to be able to be set to a specific date and have the rest of the tasks calculated backward for timing aside from tasks 12 and 13 which will be set to a specific date. Then tasks 20 and 26 also need to be at least 3 weeks from task 13. I've tried building out all this timing and feel like every time I get close the timing gets messed up somehow and right now the issue is that the start dates are before the start dates of the preceding tasks as that should be impossible. So now I'm pulling my hair out a bit. I would love any feedback or input anyone may have if they've dealt with anything similar in Workfront!
If there is still a (SF) Bay Area user/admin group, could someone please point me to how I can connect? Thank you.
We are building a process that will ingest a file of values from a source. Our intent is to use this data to produce a drop down list in a form for some data entry. This is accomplished via an Enumeration set as the dbEnum value that drives rendering. As values may be added and removed from the source, we need to be able to do the same with this Enumeration. Decisions on whether to use a truncate and reload vs an incremental load strategy are TBD, but we need to understand the options. Is there a way to add/remove/clear an Enumeration's data via JavaScript?
Hi,Would it be possible to create a report that:1.Shows the total planned hours per job role, grouped by project templates?Or2. A project template report that displays the total planned hours, grouped by job roles or task assignments?We are trying to determine a way to calculate the total planned hours allocated to each role within the project templates. These project templates are part of a specific portfolio.
Description - When sending a file from Workfront to Assets, the folder path should be "sticky" so that the next time we send a file we don't need to start from the very beginning of the folder path.Why is this feature important to you - This would save many clicks, reduce frustration, and improve efficiency.How would you like the feature to work - Similar to the way it works in the Enhanced Connector. The location of the last file send is the default for the next file send.Current Behaviour - When the User is sending a file to Assets, the user has to start from the very beginning of the Assets folder structure...every time.
Our company has switched from Adobe Analytics workspace to Adobe CJA workspace. Since using the workspace I am seeing there are a lot of metrics/dimensions either replaced or missing. Example 1: There is no longer "Visit" available, we now have just the "Sessions".Example 2: We now don't see the "Exit Page" dimension.These changes are affecting our reports. How can we add these metrics/dimensions back, or are there alternative solutions to get the same insights?
We are trying to do a replace of an empty attribute in the client profile with N/A in a custom action in a journey. We tried replace and replaceAll but neither gave us the solution we needed.REPLACEconcat(concat(concat(concat(concat(concat(concat(concat(concat(concat(concat(concat(replace(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.firstName},'','NA'), ' '), replace(#{ExperiencePlatform.ProfileFieldGroup.profile.person.name.lastName},'', 'NA') ) , ' is customer since ' ) , replace(toString(#{ExperiencePlatform.ProfileFieldGroup.profile.customerSinceDate}),'','NA')) , ' has home at ') , replace(#{ExperiencePlatform.ProfileFieldGroup.profile..homeName}, '', 'NA')) , ' has potential total assets of ') , replace(toString(#{ExperiencePlatform.ProfileFieldGroup.profile.TotalAssetAmount}), '', 'NA'))
Help please. Trying to use the following Code in Query Services and keep getting an error: SELECT _*******.enrichmentData.category AS CATEGORY,_********.enrichmentData.enrichmentValue AS enrichmentValue,count(1) eventCountFROM dataset_aep_profileenrichmentWHERE _*******.enrichmentData.enrichmentType LIKE ('brands')GROUP BY _******.enrichmentData.category,_******.enrichmentData.enrichmentValue The error I get is:Reason: [[DATATYPE_MISMATCH.UNEXPECTED_INPUT_TYPE] Cannot resolve "_******.enrichmentdata.enrichmenttype LIKE brands" due to data type mismatch: Parameter 1 requires the "STRING" type, however "_******.enrichmentdata.enrichmenttype" has the type "ARRAY<STRING>".; I've tried every variation I can think - please help.
I am using react remote spa In authoring instance i am using parsys, users are adding some editable react custom components and everything is getting rendered fine as per default configurations with WKND app code. Now i want to add some business logic, My Requirement is i would be able to pass JSON data to <ResponsiveGrid> component instead of passing pagePath and itemPath. Just wanted to stop implicit API call happening to fetch modal.json. I want to fetch modal.json like JSON from custom source and pass it to responsive grid.As per documentation I tried passing modal={json} prop, where i kept json with same as AEM modal,json graphql output.It does't render page. I would like to know how we can pass JSON to ResponsiveGrid component and what will be the format structure.
Hi, In the image component, we enabled dynamic media. When we select SmartCrop and Auto rendition, the image (V3) uses the srcset. When DPR=1, images are rendered according to image profiles and work as expected; when DPR>1, the srcset attempts to render high resolution images, causing issues such as the iPhone 12 Pro mobile device attempting to render a tablet responsive image. I have attached the screenshots below for your reference. Please refer the below blog as well.https://livefiredev.com/srcset-not-working-getting-wrong-images/ DPR = 1 (Mobile Image is rendering as expected) Iphone 12 pro (Since DPR=3, the browser wants to render the Tablet image instead of Mobile)
Hi All, I want to utilize Offer start date and Offer end date in representation as dynamic content inside the HTML. Is this possible ? if any one knows the syntax that will really help. Thanks in advance,
Hello, I would like to show a banner for a client's birthday.So for example, I would like to show a banner in the app of my company to a client which birthdate is 31/01 (we don't have the year of the birthday but we don't care about the year).And he needs to see the banner until 02/02 23h59.So during 3 days. Do you know how to do that in an audience or in a journey ? As I don't know how to filter on my variable Startdate and Enddate. In the first column is the Actor ID but I know in Adobe, we use Cloud ID, in the second column it's the offer ID. NS_IDACT_265ACTRTE_OFFLILY_265IUS1STARTDATEENDDATE955999967CoWe00000231-0102-02
Hi AllWhile trying to run a JSSP in adobe campaign classic v7, I am getting below error.XML-110009 Unable to find the element 'Body' of path '/' (document with schema 'SOAP-ENV:Envelope') Could anyone help me on this. I am trying to offer using soap call as per the adobe documentation.Integration via SOAP (server side) | Adobe Campaign. Thank you
hi Team, Any update regarding AEM 6.6 with Java 17 release plan (https://blog.arborydigital.com/aem-66-and-jdk-17)
Hi All, We have some PSD images managed in AEM DAM. These images have the clipping path added to them.It's observed that renditions generated for these images don't retain the clipping paths after they are processed by DAM Update asset workflow.Any suggests or idea how we can retain the clipping paths in imagerenditions? Thanks,Sayabanna
Hi Adobe Team,I am using the Data Loading activity in Adobe Campaign Classic v8, which includes a column for studentid. Upon analyzing the data, I noticed that the studentid column contains blank values.I have configured the following settings:Allow Null: Set to "Always populated."Error Processing: Set to "Ignore the value."However, I observed that the entire row is being rejected instead of ignoring the blank value and processing the other column values. I am unable to understand how the error processing works, despite reviewing the Adobe documentation.Could you please provide clarification on the following error processing options and how they function?1. Ignore the value2. Reject the line3. Use a default value in case of error4. Use a default value in case the value is not remapped5. Reject the line when there is no remapping value Thank you for your assistance.@parthasarathy
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.