Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Hi Sanford and community,I'm implementing GTM tracking for our Marketo landing pages and need guidance on container strategy for our multi-region setup.Our Current Setup:Marketo subdomain2 domain aliasesWe promote pages using the region-specific subdomainMy Questions:Do I need a separate GTM container specifically for our Marketo subdomain? Or can I use one of our existing corporate domain containers?If I need a dedicated container for the Marketo subdomain, will one container work across all three regional subdomains given the domain alias setup and non-partitioned database?Form tracking: I've read your posts about needing eventCallback for proper form tracking. For our use case (form submissions that redirect to TY pages), is this the correct implementation in the form listener? javascriptform.onSuccess(function handleSuccess (values, followUpUrl) { window.dataLayer.push({ "event": "mkto.form.success", "mkto.form.values": values, "mkto.form.follo
Hi, so, I am trying to test a development I built on Data Collection. I created the library, built it to development, copied the script, went to the debugger, selected the correct library and added the script in the Experience Platform Tags section. I applied it, saved it, but the debugger keeps loading the production environment, not the development environment. No matter how much I select the correct property. I don't know what else I can do. Any ideas?
Hi guys, I have a new Adobe Target integration coming up for a client & just wanted to know that we configure Target with AEP or AEM to get all the user details from the website? I had mentioned AEP & I was said its not right. Kindly help. Thank You.
Is it possible to link my Adobe ID with my Adobe Experience Cloud solution accounts as a frelancer AEM Developer? I would install it in a cloud service to learn/experiment installation process.
Hi Community, We recently deployed a code package to our Cloud production environment, but unfortunately the deployment contained a bug that is now impacting users. We raised a P1 ticket with Adobe Support, and their recommendation was to revert to the previous working code.However, Adobe has also mentioned that we must redeploy - either by fixing the issue and deploying a corrected version, or by redeploying the last known stable code.Could someone please clarify the proper way to revert code in AEM Cloud Service?Is there an Adobe-recommended method to roll back to a previously deployed version? Thanks in advance!
Hello everyone,I would like to know if someone can guide me or provide a series of steps to visualize Adobe Target data in CJA. Thanks in advance!Best regards.
I'm wondering why there is a discrepancy in the activity log and what could be causing it. In 2 customers activity logs, it shows that they opened an email from a nurture. But theres nothing in the activity log showing that the email was sent. Any reasons why this is happening?
happy hump day! i'm trying to understand where the data value changes (green in screenshot) are occurring. it is not happening via smart campaigns (this is usually how I handle data value changes) but rather via the Web service API. Are facebook lead ad forms considered Web Service API? tia!
Hello all,A field in our Salesforce is synchronized through a Connector with a field in the Marketo. That field in Salesforce is a text field but we want to change it to a picklist. I know that Marketo deletes the data in the fields if they don’t match. So just to be on the safe side we will export it and re-import it after we change the field type.1. How could this change affect the Marketo field and other things using that field?2. I've read somewhere that typically, Salesforce picklist values will synchronize as text values in Marketo - is this correct?
I am trying to map an array variable to the Planning Module but no matter what I do, I get an error "Array of objects expected in parameter 'F6914a6c02f21335b7b794d35'." I have tried to just have the ID numbers, the "id: xxxxxxx" and plenty of other things to get this to work but I don't know what it wants and I can not find any documentation on Planning Module specifics. When I put the variables in one at a time in the without mapping, it works (but I will never know the set amount of objects so I need the array). If anyone has any ideas, I would appreciate it. My Variable Expression:The Variable Output:Planning Module Input: Error:
I have to pull tags from page properties and add into dialog tagfield while dialog is loading using js.i wrote below script for the same but its adding single field (last index) not all which are in loop.if i directly set array without loop, it will show in single field in dialog while loading.Can someone help me here? $(document).on("dialog-loaded", function (e) { let currentPagePath = window.location.pathname.replace("editor.html/","").replace(".html",""); $dialog = e.dialog; var $dialogContent = $dialog.find(dialogContentSelector); var dialogContent = $dialogContent.length > 0 ? $dialogContent[0] : undefined; if (dialogContent) {retrieveLocationData(currentPagePath); for (let i = 0; i < locationTags.length; i++) { $dialog.find(locationsTagsDialog).adaptTo("foundation-field")
Hi, I have a page view with two eVars set. When I use one eVar it shows an Average Time Spent as X minsWhen I use eVar1 and eVar2 then Average Time Spent is 50% of what I see when evar1 is taken How is that possible? Is there something wrong being done from my end?
Hi all, I tried searching for an answer and have done extensive testing, but have not yet arrived at a solution. Is there a way in the Microsoft 365 calendar module to set the parameter so when an event is created, it creates an all day event in your home calendar? I have been exploring the configuration/parameters in the module but have not seen a way to do this. Thank you for your help, Nick
I have created the following schemas for a B2B RT-CDP usecase:(1) individual profile schema for person level demographics(2)Business account schema(3)XDM Business Account Person Relation schema which links 1 and 2(4)One event dataset at person level(5)Another event dataset at account level. This has multiple event records aggregated at account level, with timestamp field. There is no person level field. For dataset (5), should we use account id as the primary identity? Will it create issues with identity graph because other datasets are at person level? If not, how to still use this dataset for RT-CDP segments? Since primary identity is mandatory to enable profile.
I recently integrated Adobe App Builder with Adobe Commerce using the starter kit. I added some extra attributes—such as middlename, dob, and addresses—in the scripts/commerce-event-subscribe.json file. All attributes work correctly except addresses.In the Adobe App Builder console, the addresses field either shows as an empty array ([]) or fails to receive any data from Magento.Does anyone know why this happens or how to fix it?
This is going to be a doozy, so I apologize in advance to anyone that actually takes the time to read this. You are appreciated!! ProjectInternal campaign notifying 'site owners' of an upcoming transition from one platform to another (couple thousand people?)Many are owners of multiple sitesFour emails (Four levels of priority)Two forms with different sets of questions (Only for Emails 1 and 2. The other two are just notifications.)Depending on how they respond, they will get an email with a link to book a meeting with ITIt would go something like this: Priority 1 Email > Fill out Survey > If answers one way, send Priority 1 Meeting > If answers another way, send Priority 2 MeetingPriority 2 Email > Fill out Survey > If answers one way, send Priority 2 Meet
Hi,I’m struggling to get an accurate count of customers who actually received a specific journey message. I tried creating an audience using the journey version ID or journey action ID, but the numbers are always wrong. I was told this happens because if the journey has multiple comms (e.g., 2 emails + 3 SMS), customers who receive more than one get counted multiple times.I’m working with both one-off campaigns and journeys that trigger regularly (e.g., every 15 days), and I just need a clean list of customer IDs who received the communication.Is running a Query Service query against the tracking datasets (email/SMS) really the only reliable way to do this? And is there any way to turn this into a reusable audience in AEP?I have access to SFTP and using that to get csv file..Any advice or examples would be appreciated.
Hi ,I am trying to create an schema through Schema registry API in Postman.But i got an error , is attached below,please give some insights .
Hi folks, While updating them mechanics of our Executive Status Report solution, I hit the age-old question of whether the computer (i.e. Workfront) or the human (i.e. the PM) should decide what to report as the official project condition, with -- for context -- condition in this case referring generically to "How is it going?" (e.g. Green / Yellow / Red). Thinking that the situation could vary across organizations (or even between departments, or even among department projects, or even over time), I decided to allow for both, but am also interested to hear whether there's a clear majority these days. In your organization, who sets the official project condition: Workfront (automatically), or the PM (manually)? Regards, Doug cc: note to self @doug_den_hoed__atappstore [edited to simplify]
I am working on configuring an Arabic subject line for an email in Adobe Journey Optimizer (AJO). When I copy and paste the subject line into the AJO subject field, it does not render correctly and the text order appears altered. The subject line includes a combination of Arabic and English text, numbers, and an emoji/icon. I have attempted to resolve the issue by using HTML and JSON code to enforce right-to-left (RTL) formatting, but these methods have not been effective.Has anyone experienced a similar issue or found a solution for ensuring proper RTL rendering in AJO subject lines that contain mixed languages and symbols? Any guidance would be appreciated.
Wondering if anyone else has seen this and has a workaround. I have a fusion scenario set to run whenever a new row is added to a Microsoft Excel spreadsheet. The scenario runs fine, however I noticed that it wasn't seeing new rows (form submissions) in a timely manner. I realized that the fusion scenario is working as expected, but unless I have the spreadsheet open and active (attached to a MS form) it isn't populating (or doesn't seem to). Does anyone else know of a trick to keep the spreadsheet 'active' without having it open? Between trying to keep it open and our company security policies forcing me to log in after a certain amount of time this isn't an ideal way to keep my scenario running.
What is the main difference between Optimize (New Update) and Condition activity in the orchestration in AJO ?We see experimentation in optimize which could have been achieved by percentage split earlier. And Similarly the Targeting Rule path could be created using data source condition.What is the significant difference between these options ?
I have ingested few records to AEP, and with all the required attributes satisfying the required segment qualification . Segment Condition -Include (edwGlobal Ultimate Parent number exists or edwGlobal Ultimate Parent number does not equal "" nor 0)and ((Last name exists and Last name does not equal " nor ' nor 0)or (First name exists and First name does not equal " nor ' nor 0))and (Last Updated Date occurs in last 10 day(s) or AeplastUpdatedDate occurs in last 10 day(s))and email_conditions includes the audienceProfile Attributes - first name - test | Last name - User | address - eady@gmail.com | AEPLastUpdatedDate - 16-11-2025 |edwGlobal Ultimate Parent - exists |"BUT THE PROFILE IS NOT GETTING QUALIFIED"
Hi all,Some component folders under /apps/myproject/components aren’t getting deployed even though they exist in ui.apps/src/main/content/jcr_root/apps/myproject/components.Here’s my filter.xml:<workspaceFilter version="1.0"> <filter root="/apps/myproject"/> <filter root="/content/myproject"/> </workspaceFilter>I rebuilt (mvn clean install) and redeployed to local + Cloud, but still missing those folders.Could this be due to how filter.xml handles subpaths or exclusions?Do I need to explicitly include those component paths or adjust filters to fix it?
Hello All! I'm working on a project to place content into our email using java script and content blocks. I created the content block with the script and place the <script> in the head of my email. When I test it with both the "send test" and actual sending of the email to myself the email is blank. The content block loads in the deployment screen. It does not load in the preview screen when you are in the editor.Can some one help? I might be setting up the content block wrong.
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.