Explore product-specific spaces to ask questions, share insights, and learn best practices.
Recently active
I have got project for telco company. The user might have multiple subscriptions. We are still in the discovery phase. I see that subscriptions might be included in the Data Model in two following ways. 1. XDM Individual Profile Class + Subscription Data Type Pros:It would be included in RTCP However when I tried to model something like that I got the error:Do you know what it might be about??? 2. Custom Subscription Class + Subscription Data Type Pros: Might be more customizable?
We had a field that would capture the date a status changed but it looks like it's not working anymore. The calc used the {lastNote}.{auditText} field to determine if the status was changed then it would record the date but this calculation no longer works (Not sure how long it hasn't been working for or perhaps it never worked, not sure). Has anyone found a good method to record the date of the most recent status change? I understand we can find it if we use a note report but Id like to have it on a calculated field.
Hi all, Could you please direct me to a data sly call example with a tutorial that I could run and try out?The concept is not very clear to me. Appreciate all your replies. Thanks,RK.
Hi folks, our team noticed an issue yesterday (5/21) where confirmation emails are not being sent post form submission. We have not made any changes that would change email send functionality. Is anyone else also experiencing this issue of deliverability?
We currently have log time to future dates turned on in timesheet preferences, but leadership is asking that to be turned off, with the exception of vacation days, so those hours can still be entered in advance. If we can automate hours getting logged as vacation based on time-off calendar entries, the Fusion scenario could backdoor the future task dates setting (I think), while also making it easier on the users, so they don't have to update the calendar, AND log time on their timesheet for the same dates.
Hello everyone, We have many workflows planned by external signal or by schedule, and sometimes we have errors that cause the workflows to fail, is there any way to rerun the workflows all at once without having to go in one by one and do it manually? Thanks in advance
For email campaigns within Adobe Marketing or events within Adobe Message Center are you always following the recommendation to exclude quarantined email addresses? While we understand the ISP health and deliverability stance from Adobe on sending emails to quarantined email addresses, we have recently identified a population of previously quarantined email addresses that we know are valid and are now reconsidering recommended approach to what we consider standard “servicing” and “marketing” email communication. Please note, this question is specifically targeting email addresses that are considered quarantined by adobe standards and not “denylist – spam complaints”. In addition, have you considered periodically resetting quarantined email addresses back to valid?
Hello all. Logged in/off Status QuestioneVar expires at hit, so it doesn't matter the allocation (first, linear, last) and has to be set on each hit page load or web action. Wondering of the implications to set either logged off or logged on every hit, comparing e.g. not having the value even present or populated in the data layer prior login, whats best for segmenting and overall usage? I'm trying to visualize how it would be:Visitor arrives to site, set to 'logged off' default status in the data layer when landing on the page.Visitor authenticates, value changes to 'logged in'Visitor x's out and comes back after 40 mins or the next day, will it be set to logged in or off?Would devs read the ECID and automatically log the user in and keep the value for an arbitrary amount of time?How does the authentication status remains or changes? User Membership Level QuestioneVar expires at visit, most recent allocation, values: gold, silver, bronze.As of now on the first page
We have click rule which has a event click with a css selector as anchor tag. Rule is pretty small without any conditions. Custom code in the set Variable action is pretty small. I'm just fetching some of the data attribute in action and mapping it to eVars. We see beacons are getting cancelled for the rule , does anyone have any idea ?Even though server call getting cancelled with 307 as status. We see partially data being captured in Adobe Analytics. Has anyone faced such issue ? Note : Unfortunately I can't use time delay.
Hi everyone, Our organization captures Adobe Analytics data across three different digital touchpoints - mobile app, website, and certain embedded webviews that users may access post-login. A typical user journey can span across these environments. For instance:A user may start on the mobile app, then navigate to a web page via an in-app link.Or they might begin on the website, log in, and then transition to a post-login experience hosted within a separate platform (captured as a different feed).Each of these streams is tracked independently, with their own unique hit identifiers and collection logic. My question:What are the best practices for stitching together a single user session that spans across these different platforms/feeds in Adobe Analytics?Are there any recommended identifiers we should rely on for stitching?How do we ensure continuity of session data across app-to-web or web-to-platform transitions?Are there any implementation patterns or processing techniques t
I want to know if users add to their cart from a certain page.I have verified that, when they do, the event scAdd is triggered and sent in the same beacon as the Pagename.That makes me think that I should be able to use Page as a dimension and Cart Additions as a metric.Can anyone confirm?
Hello,Have you ever experienced an outlier in the line chat that makes you impossible to read the normal values? I'm referring to this chart
My application is SPA in react ,in both child and parent component we have written sendAnalytics in componentDidMount. method expected behavior - both the event should fire on page opening or page reload current behavior - in console logs i can see both the event is getting fired but in omnibug/network tab i can see two request with the same name , its not certain sometime its working as expected , sometime it fired parent component event twice and sometime child component event twice first two screenshot is for unexpected behavior and 3rd screenshot is for expected behavior
Hi Everyone, I would like to check if someone has come across this type of request for data nalysis with Adobe data feed.To achieve this i am trying to build a data pipeline. i have a medallion architecture in mind. And the goal is to have one table at the visit level and aggregated tables as per business requirement. Please share your thoughts/challenges/experience if you have any regarding this. Thanks
What should be the value of tracking server and secure tracking server? whether it should be first party or third party?
I'm currently implementing Google Analytics on my website using both the Google Universal Analytics and gtag extensions in Adobe Launch.Consent management is handled through OneTrust, using the official extension, with the consent model set to opt-out by default. I’ve successfully configured custom code to ensure all Adobe-related cookies are only set after the user provides the appropriate consent.However, I've encountered an issue where Google Analytics cookies (_ga, _gid, and _gat) are being dropped on page load, even when the user has not yet consented. From my investigation, it appears these cookies are automatically set by the Google Universal Analytics and gtag extensions, regardless of consent status.Question:Is there a recommended way to prevent these GA cookies from being set until the user has explicitly opted in — ideally while still using the Google Analytics and gtag extensions in Adobe Launch? Or does this require a more manual approach (e.g., loading GA scripts conditio
Hi all,I'm using the AEM Dispatcher Optimizer Tool (DOT) https://github.com/adobe/aem-dispatcher-optimizer-tool to validate my dispatcher configurations. It works well, but I’d like to exclude or ignore certain rules from validation (eg. specific filter rules or cache sections that are intentionally customized for our use case).Is there a way to skip or disable specific validations when running DOT?Thanks in advance!
I am trying to use the Excel based health dash as posted here by Adobe - https://new.express.adobe.com/webpage/y6DGOeWmpo7UhI am getting error message that the product maynot be supported by Adobe anymore. Any advice here to use this or a similar product to actively monitor the health of a report suite and all its props and evars is much appreciated.
I am on AEM 6.5 and i have implemented the Color picker as a plugin in my RTE using https://experience-aem.blogspot.com/2017/06/aem-63-touch-ui-rte-rich-text-editor-color-picker-plugin-inplace-dialog-edit.htmlBut when i use it on the page , I see a blank pop up while inspecting i found html is getting rendered but display : none style is getting applied. So is this supported in AEM 6.5 and AEM cloud because i will be shifting to cloud soon. How can i fix this or is there any better way to get the Color picker (AEM coral color picker) as a plugin in my RTEI want this type of color picker which AEM provides
We're trying to open up access to a request queue to users who have view access to a queue. However when we do this, users who are associated with the project group (users who were not apart of the primary company) lose the ability to submit request to this queue even though they have view access. Does anyone know why this would happen?
In Adobe Journey Optimizer (AJO), I'm defining an audience using a rule where:registration_date <= expect_date - 3 months. The format of the registration_date is:2025-03-10T14:43:57Zand the format of the expect_date is:2025-06-03T00:00:00Z.This means that expect_date - 3 months evaluates to approximately:2025-03-03T00:00:00Z.Since 2025-03-10T14:43:57Z is after 2025-03-03T00:00:00Z, the profile should not meet the condition and should be excluded from the audience.However, in practice, this profile is still included in the audience. could you please advise why AJO behaves like that.
Is it possible to bring AA audience to AEP?
Hi,My organisation has recently migrated to the Admin Console for managing users. We added 4 external requestors to WF and when I checked these in the console, their ID type's were Federated. We have not federated them and I assumed they would be assigned as Adobe ID types.I'm waiting to hear back from the clients if they have access but want to understand this better.Is there a better process to follow to make sure they are Adobe ID's?ThanksMatt
We have .pgp encrypted files being ingested from Data Landing Zone via API. We would like to reference a source field attribute and update an existing target attribute that does not exist in the schema (or source file). Is this possible via Data Prep? Or would this require a post ingestion ETL with something like Data Distiller?
is it a possible option to collect data for the purpose of web analytics like "average time spent on page" even without user consent. we can consider collecting data without an ability to track back to the user. for ex: instead of collecting ECID as an identity, we can consider some other random identity and so this identity wont have an ability to track back to the user. reason asking this question because significant amount of user browsing is without consent, which means we also lose the ability to run visitor and page level metrics. Thanks
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.