Where should the Campaign developer create a sub-folder for workflow to import data to the recipient schema by utilize the standard directory structure?
Hello all. I have two questions, SQL related.what are some ways to use the SQL activity? is it possible to write my own SQL in that activity to query a list of recipients instead of using the query activity?second, is there a way to call a stored procedure in adobe campaign classic?any info on this ...
Hi All,I am looking for any documentation which can help me to integrate between facebook lead Ads with adobe campaign classic. I want to retrieve all lead data directly from facebook back to Adobe campaign. I have already checked below links but they are only describing how to connect with facebook...
Hello all,I'm facing an issue while creating a new channel in the delivery type. - I've created a new channel in the enumeration in the delivery data schema. - I've mapped to recipient in the target mapping- While executing the delivery, it's showing the following error. Error: "The output message f...
Hi There,I've been asked to get a specific Encrypted value through adobe cryptString funtion and I'm not able to. Is there a reason why it will happen and also I'm getting % sign in start of the Encrypted value with escapeUrl and If i don't use escapeUrl I get @ sign in front of Encrypted value. Als...
Question, Has a client that is looking to set up the approval process using a group of Operators (3 - 5). However, due to the nature of their campaigns, some have a tight turn. Can you set the delivery up so that 1 approval from the group is received, the email can be sent?
i have a requirement where in an input form i need to populate updatedBy field with the current operator name. So whenever a new record is inserted or an existing record is updated by an user using input form, i want that username to be populated in the updatedBy field. I tried using the default="Cu...
Hi , I am pulling the fields from SQL into Adobe in which Email address is in BINARY 64 as data type , which is creating issue in reading the email field in Adobe campaign. How can I convert the data type Binary 64 (data type is showing as BIN in Adobe) for email field so that I can join this BIN da...
As a part of some library, I want to be able to throw some custom exception. I define my exception class like this:loadLibrary("xtk:shared/nl.js")LibException = function(message, data) { this.message = message this.data = data}LibException.getMessage = function() { return this.message}LibExceptio...