Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
Hi,in my project I need to write the event type field in my XDM schema using data prep on source attribute.The problem is that, the condition are multiple.For example :iif(statuscode == 'open' && status == 'option' && isPostponed == 'false', 'newoption', 'undefined')In the same flow I have other con...
Hi everyone, I've been stuck trying to set a rule to fire on specific pages. I've tried by cc, value comparison, JS variable (and other ways). This is using Medallia Digital Experience Analytics extension. The event is set up as: Events - Data Layer Manager Extension: pageLoad Conditions:Logic Typ...
Hi, How the merge policies required for the segment. In segment builder there is the merge policies details getting used shown and also while retrieving the segment details using the API payload contains merge policies used which is different everytime, on what basis the merge policies gets selecte...
Hi,I am implementing Adobe Experience Push Servicees for iOS platform. I have followed the same for implementation from below link :-https://www.youtube.com/watch?v=t36Xjhukmro&t=2433sFollowed below link from Adobe :-https://experienceleague.adobe.com/en/docs/journey-optimizer/using/push/push-config...
Hi Team,I am implementing activity map through websdk, I have followed the steps given in below document, but unable to see the data under web interaction.https://experienceleague.adobe.com/en/docs/analytics/analyze/activity-map/getting-started/activitymap-enableIs there any additional settings, whi...
Looking for options if we can configure different CRON schedule for different batch audiences (Lets assume custom schedule is always more than 24 hours). When below request was sent to create a schedule for a specific audience, it is throwing error response as below. If there is not such capability,...
Hi Team,Using Calculated Attribute feature, I am trying to Convert default UTC to EST time. Ho do we do it?zone_date_to_zone(now(), 'America/New_York') --> this is not working