Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
Interested if anyone has insight into this.....If a lookup table was ingested into CJA, would it still be able to feed the identity graph that is leveraged for graph-based stitching in CJA? Let's say I want to do a lookup on an appointment event, with the customer ID available on the appointment lookup record....can the ID available on that lookup record still be leveraged for g-b stitching? As in, that customer ID (given it's marked as a primary ID, dataset is marked for profile) can be stitched to the events with matching appointment keys?
Hi all! Would love to hear your thoughts on what an ideal email send cadence would be for an operational email going to all our clients, including non-marketable persons that we rarely reach out to? Details below:There are about 68,000 recipients of an upcoming operational email, that otherwise rarely receive any Marketo outreach from usWhat would be a low-risk way to make sure the operational email reaches these folks without risking a lowered sender reputation? Should we aim to send it to 5,000 people per day? Should we go even smaller, such as 1,000 people per day? If I end up using the number 1,000, is it risky to do 2 batches per day instead of just 1? Thank you very much
can we track traffic movement across own platforms (website-to-APP and Vice versa)? And while movement how can we retain - 1) ECID and 2) internal and external campaign tracking code?
i have seen majorly dataLake size is smaller than profile store, and in very few cases dataLake size is larger than profile store.based on my understanding, one of the reason dataLake size is comparatively is smaller bcz dataLake uses compression technique to store the data, hence the size is smaller that profile store.And if dataSet is enabled for profile, much after the data ingestion has been done already . this causes very less profile to get ingested into profile store, which causes dataLake size to be higher than profile store. Apart from above two reason, what are the other explanation for these size variance between dataLake and profile store ?I have attached screenshot for reference.
Hi All I have a question regarding the potential impact of removing a Profile Enabled Custom Class Lookup Schema. This schema has an established relationship with another Experience Event schema, which is also profile-enabled. The plan is to remove the relationship in the Experience Event schema and then drop the Custom Class Lookup dataset and schema. While it seems like a feasible technical action, I’d like to understand if there could be any negative impacts. Since the Custom Class Lookup schema does not participate in the union schema, I assume dropping it won't affect the union schema, but I wanted to double-check with the community. Looking forward to your insights!
Hello everyone, I noticed something odd while checking opportunity details in Advanced BI Analytics. The opportunity count shows the same number for every month and even for different programs. It also shows counts for months in 2026, which seems off. The count looks more like the all-time total opportunities rather than month-wise numbers, as you can see in the attached image. Has anyone else faced this? Any idea why the numbers are not changing across months and programs? Would really appreciate any guidance or solutions. Thanks in advance!
Is there a way to run a report that shows all the places a specific custom form is attached?
Hi All, I wanted to know if anyone has created a Fusion scenario to generate a $$USER.ID report displaying all of the active proofs a user is listed as just a 'reviewer' on a report. This is something I've been meaning to tackle for a long time. I imagine others would benefit from this to.
After bulk uploading a large amount of assets to AEM Assets, I noticed that the Dynamic Renditions for some assets with the same name were getting "mixed up" - they have the wrong image content in the renditions. For example:I upload two assets: /content/dam/page1/HeroImage.png and /content/dam/page2/HeroImage.png.Dynamic Media requires unique filenames, so these were created in DM as HeroImage.png and HeroImage-1.png respectively.When I look at the Dynamic Renditions in AEM Assets for /content/dam/page1/HeroImage.png, it's showing the HeroImage-1.png renditions. What is the correct workaround for this? It's not realistic to expect every asset in the DAM to have a unique name.
We renamed some content fragments but when we go to the component using those fragments, the old names still appear. What can we do to refresh them? Please help!
Hi everyone,I’m working on a project to analyze the impact of Generative AI tools (e.g., ChatGPT, Google AI Overview) on our website traffic and engagement metrics using Adobe Analytics.We recently lifted AI crawler restrictions in mid-July, allowing GenAI tools to index our website. Since then, we’ve noticed changes in traffic patterns, especially on informational pages.However, since traffic from AI Overview is categorized as organic search by default, I’m looking for alternative methods or best practices to:Identify which pages were impacted post-July (e.g., drop in page views or engagement).Infer GenAI-driven traffic despite the lack of direct referrer data.Compare pre- and post-crawler lift performance using Adobe Workspace.Has anyone tackled similar challenges or found alternative ways to isolate GenAI impact in Adobe Analytics?Any tips, segment logic, or dashboard examples would be greatly appreciated!Thanks
It is not explicitly said in the documentation.
Is there a way we can the list of pages where target activity running in Adobe Analytics. I tried using the Target Activities exists segment on a hit level and pulled the URL report. But the report has huge no.of pages where it is giving all the pages which are associated within Activity Journey on that visit. Can anyone please help me getting the report?
Hi, I have a few hundred projects that don't have a project owner, so we're going to update these with the person who entered the project e.g. Entered By:Name Is that possible to do without using Fusion? If not, I'll have to do it manually which will ruin my Monday! 😉 ThanksMatt
Hi Team, I have a requirement to display a banner/teaser once per session using a Profile Script in Adobe Target. This functionality is needed for multiple use cases.Could you please provide guidance on how to implement this across the various use cases?Thank you! Best regards,Devakrishna R S V
hi all, I want to dispatch a call to the Adobe Target with all the relevant parameters (at the moment I am only interested in pageName, but would like to expand to entity.id etc.) as soon as alloy library is ready (window.alloy is ready). I have tried the following:to set up a separate tag with the "eventType": "decisioning.propositionDisplay" and add pageName as xdm.web.webPageDetails.name - doesn't work!to set up a separate tag with the "eventType": "decisioning.propositionDisplay" and add pageName to the data obj - doesn't work either!It seems like its not possible to separate AT and analytics calls at the moment. My main concern is that at some point (when we add more variables and some "extra" dependencies pop up) the analytics calls will become too heavy and will impact the AT performance. Please a advise.
Hello, I have a similar posting titled "DNA Sample Dynamic Form not working properly" that I've made strides with the pros on AEM community. I'll post here & there with the hopes of getting proper guidance to being able to put this issue to bed once & for all.My first issue has been met. I was able to get the barcode (PDF417) to read printing & viewing from Adobe Acrobat Pro.It seemed to work with the exception of bringing it into Reader and the Barcode & QR code in certain instances every time you bring it into AEM (6.5) both objects turns gray without making changes to it. In other instances, when you type in a certain field, both objects (Barcode & QR code) turns gray.Upon researching this issue, I am kind of all over the place and I need help pin pointing the problem, come up with a few or couple of guaranteed doable suggestions for possible execution for the client and move on. My initial thought to the prob, how the old form is able to read the barcode bu
Hi everyone, I’m trying to track the clicks made on a Landing Page, but I haven’t been able to make it work.I’ve tried it in two ways:Tracking it using Adobe’s native method.I tried it without adding anything to the HTML of my Landing Page, but it didn’t work.Then I tried adding part of the code to the CTA I want to track, and another part at the end of the HTML, inside the body.//Inside CTA onclick="sendTagClick('clickcontratar_cta'); return true;"//At the bottom, inside body. <script> function sendTagClick(tagName) { try { if (document.controller && typeof document.controller.submitTag === "function") { document.controller.submitTag(tagName); console.log("Tag enviada:", tagName); } } catch (e) { console.error("Error al enviar tracking tag:", e); } } </script>The other method I’ve tried is manually inserting a pixel into the Landing Page, but it hasn’t worked either.What I did in this case was insert this piec
Hi, Does anyone able to retrieve cq:lastReplicated in JSON output as String? I am using Query builder to retrieve query result. ValueMap properties = hit.getProperties() if (properties.get("cq:lastReplicated") != null) { LOGGER.info("Published Date" + properties.get("cq:lastReplicated").toString()); contentObject.addProperty("publishDate", properties.get("cq:lastReplicated").toString());}Output coming as :Output coming inJSON as : "publishDate": "java.util.GregorianCalendar[time=1707236418257,areFieldsSet=true,areAllFieldsSet=true,lenient=false,zone=sun.util.calendar.ZoneInfo[id=\"GMT-05:00\",offset=-18000000,dstSavings=0,useDaylight=false,transitions=0,lastRule=null],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2024,MONTH=1,WEEK_OF_YEAR=6,WEEK_OF_MONTH=2,DAY_OF_MONTH=6,DAY_OF_YEAR=37,DAY_OF_WEEK=3,DAY_OF_WEEK_IN_MONTH=1,AM_PM=0,HOUR=11,HOUR_OF_DAY=11,MINUTE=20,SECOND=18,MILLISECOND=257,ZONE_OFFSET=-18000000,DST_OFFSET=0]",Please let me know if I
Adobe API Mesh (Local Development setup using Github Codespaces)Additional resolversTrying to import a .js file consisting of a very large mapping that is required in the additional resolver logic.Whenever trying to import a .js extension file inside the addtional resolver file , be it via commonjs or ES modules it is not supporting it.It throws an error: Error: LintError in File ./resolvers.js: Unexpected use of 'require'. require is› not supportedTried importing via both ES modules and CommonJS"@adobe/aio-cli": "^10.0.0",
The source dataflow is failing with the above error. Some one kindly give some information about this. I am seeing this error for the first time.
I am trying to create a calculated field in a custom form that will show me the average turn around time form Project Initiation To Approved Go Live date on all completed projects. I cannot figure out how to get two expressions in the calculated field. I know one would be DATEDIFF({DE:Approved Implementation Date},{DE:Project Initiation Date})but I don't know how to add the expression to get the average. Any suggestions?
We are importing bulk Issues into Workfront for an upcoming onboarding of Projects. Usually, each one generates 3 different associated notifications. We don't want users to be burdened with mass notifications.I know there is a Project status that can be used "Planning" so modifications can be made to the Project that won't send out notifications. Is there a similar status that can be used for Issues?
Hi Team, i need help on this below question 1) When I check the dashboard report in Adobe Campaign Classic, it appears empty—even though the delivery is correctly linked. We’re using a custom target mapping, so I’m trying to determine whether this issue is related to access permissions or a problem with the campaign configuration. Can someone help me identify the root cause? attached screenshot . 2) I send daily emails to around 10,000 customers. I want to implement a rule to exclude any profile that has already received more than 3 emails within the same week from receiving additional emails. Note : without control from typology because i dont have admin access
We have opportunities created via SOAP `syncMObjects` API that are not accessible through the REST API. We need to understand the relationship between SOAP M Objects and REST objects, and how to properly migrate or access this data.I see similar question without the answer https://nation.marketo.com/t5/product-discussions/issue-s-with-switching-from-soap-api-to-rest-api-for/m-p/201612#M146895. **SOAP Opportunity Creation (Working):** { "opportunity": { "type": "Opportunity", "id": 18577, "externalKey": { "attrName": "opportunities.id", "attrValue": "8bb9da36-ab39-11f0-80e8-cefbdec3b66f" }, "attribList": { "attrib": [ {"name": "Name", "value": "NAme"}, {"name": "Amount", "value": "99"}, {"name": "Stage", "value": "In Progress"} ] } }, "action": "UPSERT" } - `getMObjects` with ID 18577 successfully returns opportunity data but all&n
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.