Hello, We are currently gathering the requirements for the development of a B2B Price Communication Solution (in 2 different countries) in Adobe Campaign Standard. We already have the process implemented in the B2C Country A dimension, that is simpler. We receive pricing information from a Prici...
Is it ideal to have two extract file and transfer file activities in a workflow ? Does it hamper workflow performance?Does it take consume extra DB space than expected ? Thanks
I'm trying to look at the amount of bounces that are coming from a certain group of customers that are in a subscription service. How many in our Paperless subscribers have bounced.
I would like to personalize an email using the label of an enumerated field instead of the number. My email currently displays: "thanks for your interest in 3 classes" It should say: "thanks for your interest in Pottery classes" (obviously, Pottery's enumerated value is 3 Thanks
I have a workflow that is creating Additional Data that is collected from a 1:N table. I have saved the output to a list audience but the insert personalization tool does not recognize the fields in the audience. Is it possible to personalize emails from data in a list audience and if so, what is th...
Hello, We have implemented the import and transfer of files from an amazon S3 bucket. Everything is working. However, these files do not always have a common ending but the beginning does. For example: TEST_FILES_DD_MM_YYYY The * or % character after "TEST_FILES" does not work. Can you help me p...
I feel like i'm going in circles on this. I have a welcome sms that has the app name and we have to include the ®. I feel like i'm going to need to code a content block for it to work but I'm not that verse in coding that type of thing. Can anyone help me with this?
Hi everyone, We need to extract data from Adobe, generating a file. The external source requieres to store that file in a SFTP server. We have currently one that we use to import data from another external source, so we need to create a new one. We can't share because we don't want to have each ex...
Is there a public link to the "schema/structure" of the delivery logs from adobe campaign standard? My use-case is to keep getting a incremental flow of the "raw data" from the delivery of campaigns and its tracking status. For this, I intend to use the workflow builder including extract file ...
Hello all,How to work with RTE collection in content block?Example:I have some payload:{"ctx":{"firstName":"string127","myCollection":[{"doc":"string127 #1"},{"doc":"string127 #2"}]}} How to make from it an array? I need to get data for each doc from my collection. <%var myCollection= context.rtEven...