Hi, how can I create the query for the following requierement?:"All recipients who have received any email over the past 90 days" Could it work like this? But then how can I introduce that date? Thank you very much for your help!!
Hello, I am setting a personalization bloc to encrypt and decrypt as the following:<%var IV_SIZE = 8; // Replace with the desired sizeString.prototype.hexEncode = function () {var result = '';for (var i=0; i<this.length; i++) {result += this.charCodeAt(i).toString(16);}return result;}function genera...
Hi I wish to create a custom delivery channel (lets say telemarket) and use the direct mail template as a delivery template in this channel.For example:I want to extract all the target customers into a file (like it creates a file in direct mail delivery) and mark the delivery as a 'telermarket' del...
Hi everyone, Happy New Year!I've set up a WebApp with the following flow: Preloading > Page > Storage > Thank You Page > End.In the survey section, there are three questions where participants are asked to rate various features on a scale of 1 to 10. I am looking for a way to dynamically adjust thes...
Hi All, I am getting an annoying error on Campaign Dashboard. While Adobe trying to load the Campaign Dashboard, it is showing following error:Error:The object which you are trying to access is either unavailable or you don’t have the required rights to view it.When I look at the Web logs, I can see...
Hi Everyone, We have a requirement to send the delivery logs to my local computer.Note:We don't have access to SFTP access.I have a query activity to extract delivery logs, and then I connected it with a data extraction activity to upload it to the server. Now I need to download the uploaded file to...
Hi all, As per a campaign technote posted here: https://experienceleague.adobe.com/docs/campaign/technotes-ac/tn-new/ims-migration.html there are some steps mentioned how we should migrate our technical operators (ones using native authentication, such as webapp, messagecenter, etc.) to the Adobe ad...
Hello everyone,In Query I have to fetch @account is included in '111','222','333','444' In my workflow the above (dynamic) values are stored in an instance variable in JavaScript before the Query.instance.vars.dynamicVariable = "'111','222','333','444'"; In Query, I have to call this instance varia...