Hi there, Currently I'm working Offers , and I got one requirement to show some offers based on day. For example : I want to show some specific offers on Monday , How we can achieve this ? Thanks in advance.
Hi, I’d like to use a condition within a journey to filter profiles based on email domains, specifically emails with the domain @asd.com from the email object.For example, if a profile has the following emails: [a@asd.com, b@bsd.com, c@mgh.com], I want to ensure the journey only sends emails to thos...
Hello Community, Looking for a defined Standard to setup Journey End Date for always-on Journeys in Journey Properties. if will keep it blank, will the audience get exited after 91 days? Thanks,Akram Husain
Is it possible to send email based on the journey if the profile of the journey is ECID? Or if we want to make event based journey we must add email as an attribute and based on that journey? I noticed that if I do not pass email as a parameter in event emails are not send even though ECID matches w...
Hi I want to send the whole list of emails of a profile to Slack I've tried this: no errors there but I have this error within the journey what am I doing wrong? Thanks
Please find the below script which is not working whereas the code seems proper {% let age1=0 %}{% let datedifference = dateDiff(toDateTimeOnly(currentTimeInMillis()), toDateTimeOnly(profile.person.birthDate))%}{% let age1 = absolute(toInt(roundUp(datedifference/365)))%}{%#if age1=20.0 or age1=30.0 ...
Hi Masters, We've configured push notifications in an Android app. We can send notifications using both the Assurance push test and the AJO Campaign. My question is related to the denylisted field in the (xdm:) pushNotificationDetails. As per [1], "The token can be denylisted for various reasons, li...
Hi, I'm trying to set a journey with a wait, that basically takes the input from an event and waits until 11:30 before allowing the journey to continue with the event. Does anyone know how to write this in the custom wait ? Tx