Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi, I am working on a third party integration in Adobe Data Collection and I have the need to populate a specific conversion parameter with a unique ID. I haven't got any value related to the conversion ID available at the moment, neither on the url nor the dataLayer object. I can see that I have available in Data Collection a Data Element called Random number that generates a hit ID according to the official documentation:Random numberUse this data element to generate a random number. It’s often used for sampling data or creating IDs, such as a Hit ID. The random number can also be used to obfuscate or salt sensitive data. Some examples might include:Generate a Hit IDConcatenate the number to a user token or timestamp to ensure uniquenessPerform a one-way hash on PII dataRandomly decide when to show a survey request on the siteSpecify the minimum and maximum values for your random number.Defaults:Minimum: 0Maximum: 1000000000 My only concern is if it generates only uniq
Hi All,How could we possibly achieve the following email flow using Marketo Nurture stream?Here's how the email flow works:Week 1:Email 1 is sent with content about "Content 1"If the recipient opens Email 1, they progress to Email 2 in Week 3If they don't open Email 1, a resend of Email 1 is triggered after 1 weekWeek 3:Email 2 focuses on "Content 2"If the recipient opens Email 2, they move on to Email 3 in Week 5If they don't open Email 2, a resend of Email 2 is triggered after 1 weekWeek 5:Email 3 contains "Content 3" contentIf the recipient opens Email 3, they would presumably move to Email 4 (not shown)If they don't open Email 3, a resend of Email 3 is triggered after 1 week
Is there any real advanced formatting capability for designing content card? Something similar to what is available for the in-app message content. We really need the ability to apply our branding to the content instead of the default Adobe styles. Thanks.
I've got a scenario which is supposed to run every 5 minutes (Watch Events), but I see in the history that it runs at almost random times, sometimes 5 minutes, sometimes 10 or 20, or it can be hours between runs. What could be causing this?
Hello, Any idea what could be causing this problem? I think it may be related to the version the user uses, but I would like to know where to keep reading about this error (And what may be causing it). I haven't find much information online Any idea? Thank you in advance!
I am trying to figure out how to get more advanced with random samples in Marketo. Here's an example: Sending an event invite to the state of New York. There are 100,000+ plus people in the database in New York across ~150 zip codes. For the soft launch, I want to select 10 people from each zip code in the state. I can't figure out how to do this, random sample seems to only allow me select a specific % across the entire state, but gives me no flexibility on how I'd like to distribute that sample. Is there a way to accomplish this? I'm trying to apply that same logic to a product launch soft launch. I want to limit how many peopleper account get the first email but the random sample doesn't seem to allow me to distribute how I want the sample to be applied.
Hi , I am trying to use Adobe IMS for SSO for our author instance and Admin console ,as we are migrating we already have Directory and domains in AMS , as per adobe we raised the request for domains and got it approved .In Admin console I can see directories I need the SSO to be applied for the domains under directory I have gone through the adobe docs and i have arrived till this step , please suggest me the next steps to be followed so i can successfully integrate SSO for Author and Admin console , and how to validate them
Hi everyone,I'm trying to set up the Apache Dispatcher locally for an AEM AMS (Adobe Managed Services) environment but want to leverage the AEM as a Cloud Service SDK to make local development and testing easier.However, I’m running into issues - I suspect the Cloud SDK may not be fully compatible with the AMS dispatcher setup, and manually configuring the dispatcher for AMS (eg. Apache configs, SSL, farms, etc.) is proving to be a tedious and time-consuming process.Is there any streamlined or recommended way to set up Dispatcher locally for AMS projects more efficiently?Any tools, scripts, or starter templates that can help speed this up would be appreciated!Thanks in advance.
Can Marketo sync and update then one record type with Salesforce?
I have created an email and used a subject line as well. Is there any way that subject line will be visible in the browser also?
HI All - I'm trying to use validation logic to prevent a task from being completed, UNLESS the user has completed the task's custom form drop downs. Id simply like the system to notify the task-assignee that the form fields need to be filled out in order to complete the task. Any suggestions?
Hi everyone, We are asking for help, as we struggling with ACS editor.On ACS STG, we are working on a new footer in "HTML TYPE = TEMPLATE."After building the footer with content and style (specifically, we added visibility conditions for mobile-only and desktop-only at the structure level, as well as the "Do Not Stack" function for a four-column structure), we encountered an issue.When we save the FOOTER TEMPLATE as a FOOTER FRAGMENT, we lose the visibility conditions and the "Do Not Stack" function.Could you please help us resolve this issue?CC enclosed exemplesThank you in advance for your support.Best regards,
I want to know how to map a user who uses multiple browsers in a single device. The person has never logged in. what to do in such a case. do i need Customer journey analytics to map users (who are not logged in) but browse website using multiple browsers in the same device or without Customer journey analytics, I can map these users. The problem statement is: how to identify and figure out the journey of a user who has visited my website using meta's in-app browser, then later on visited my website using google chrome. In this case, 2 ECIDs are generated. In both cases, user did not log-in. So how do i track this person's behavior. In both cases, the device used was same.
Hi All,the Q2 2025 release notes mention the new event subscriptions version. This article describes the differences between the legacy and new version.And the list of the Workfront Fusion modules describes (not vey detailed) how you can switch between the versions:This suggests that you can change/set/manage the subscription version for each of your scenarios separately.I did some testing today and my findings don't confirm this.I found that:The module "Update Events Payload Version" needs to be run only once, to set the desired version. (As opposed to being included in the scenario each time when it's running.)More importantly, when the module runs, it sets the desired version for ALL your scenarios, not just for 1 specific scenario. (I confirmed this by checking my subsriptions' data using a custom HTTP call to the subscriptions endpoint.)So it seems irrelevant which of your scenarios includes the module. You could create a new scenario just to hold the "Update Events Payload Versio
Is it possible to use an online version of a deployed email in a different email CTA?Will this work in every email client and with that CTA tracking?
I am trying to get an alert for when a particular form is submitted a certain number of times. Ex: after 10 form submissions I know to take the form down as we would have reached max capacity for an event initiative.Essentially, I'm trying to think through if there is a new custom field that could be created that would incrementally update when a new form submission comes in, then when it reaches the max total, a flow is triggered.
Hi,We are experiencing a persistent double-slash (//) issue in our website URLs, which are also getting indexed by Google. An example of the problematic URL is -: https://mywebsite.com//content/site/en/learn/about-us/company-overview.html We have applied the following Rewrite Rules in our dispatcherRewriteCond %{REQUEST_URI} ^(.*)//(.*)$RewriteRule ^ %1/%2 [R=301,L]RewriteRule ^/$ /content/site/en.html [R=301]RewriteRule ^/en(.*)$ /content/site/en$1 [R=301]RewriteRule ^/content/site/en$ /content/site/en.html [R=301,L] Additionally, we also tried the following alternative rules:-RewriteCond %{REQUEST_URI} ^//+RewriteRule ^(//+)(.*)$ /$2 [R=301,L] RewriteCond %{REQUEST_URI} ^//content/site/en(.*)$RewriteRule . /content/site/en$1 [R=301,L] Despite these rules, we still see URLs with double slashes getting generated and indexed. These are also appearing in the Google Search Console under the list of crawled URLs. Are there any potential issues with the a
In the WF instance I manage, users are allowed to log time directly on projects. However there is one project where we only want time logged to tasks. Any ideas for limiting the objects users can log time to (in this case: tasks on a specified project), when the instance is configured to allow time logged directly to projects?
Difference Between an Attribute Set to Persistence vs. Not Set to Persistencecan we use persistence setting in metrics other than dimension , i hope not but is it possible in any case please confirm
I have a report for proof approvers (regulatory, legal & brand) that is pinned on their dashboards and keeps them on track for what is pending and gives them quick access to click the links and review & approve when they have time. However sometimes they are reviewers rather than approvers. I don't get that option on the filters. Is there a way I can add that?
Hello, In a delivery where the subject line is configured as dynamic content (e.g. <%=targetData.firstName%>), is it possible to query in recipient delivery logs for the specific subject line which was created for that recipient? Querying for the field [delivery/mailParameters/subject] just returns the dynamic content code. Thanks,Skyler
Hello! With our company's latest Marketo renewal, we've added the "Deliverability Tools" functionality to our account. Could someone please share best practices and instructions on using this? The only tutorial I've seen is this one, and it doesn't really show how to set it up to even get to that point. FYI - when I click Deliverability Tools, it directs me to this page and here's the screenshot of what I am seeing. It looks like we still need to set up the first profile, which I have no idea yet how to do. Any (all) information would be greatly appreciated! Thanks!
We have a master project we call a campaign and we create requests under it that will become the campaign tactics.I have a scenario I'm working on that copies the documents from the the master to each request as they are created.Problem is since the master documents folder lists the original documents and then all the documents of the request as they are added,each new request gets dupes uploaded to it. Is there a way to test if the document already exist before it is uploaded? Any suggestions appreciated.ThanksFrank
We have an adaptive form that outputs a document of record. Currently the PDF that is produced by AEM is not tagged at all, i.e. heading, paragraph text etc. tags do not exist in the structure of the PDF. I found this documentation about how to enable tagging via a custom CXI file, but the ;Services -> Forms' option that is mentioned in this document doesn't exist in AEM 6.5. Am I just missing where this lives, or is the documentation incorrect? https://experienceleague.adobe.com/en/docs/experience-manager-65/content/forms/administrator-help/configure-forms/specifying-xci-configuration-options#:~:text=In%20administration%20console%2C%20click%20Services,%2C%20producer%2C%20and%20compressObjectStream%20settings.
I'm trying move AEP audience from Default workspace to Another custom workspace. I was able to do that last on 5th May 2025. Suddenly since today I am getting this error
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.