Hi team, Is there a way to round the decimal points for the function below:(percent([indicators/@estimatedRecipientOpen],[indicators/@successWithoutSeeds]))*100 I tried adding round:round((percent([indicators/@estimatedRecipientOpen],[indicators/@successWithoutSeeds]))*100, 2)but it throws an error...
Hi, I've created a 1-to-1 relationship between table ABC and Recipients.This question is related to this one. Now, We need to empty the table ABC every day, to ingest new data only. This is done using a SQL activity and doing a truncate on the table, so we only keep the headers.Beign the relationsh...
Hello guys, i ve been trying to enable the one click unsub functionality by following the approach suggested by Adobe (and making sure the unsublink is correct with service parameter and access not anonymous) but for some reason no unsub button pops up in my gmail account. Anybody having any input? ...
can I use read list activity and list update activity both pointing to same list. basically, I first read a list as suppression list then lastly, insert any new data into the same list it seems to have error if i do like that. but if I read list activity and list update activity using different list...
We recently implemented a One Click Unsubscribe web app and email header to comply with the June 1 deadline for google/yahoo. After the first few days we have received several one click unsubscribe records in our process from google/yahoo but also from domains outside of google/yahoo. Ranging from ...
Hello Adobe Campaign Community,I am hoping someone from the Adobe Campaign Community might be able to help with bizzar issue I am facing.Let me try explain the issue. What I am trying to do:For One-Click Unsubscribe (Gmail and Yahoo requirement) I am building a typology rule which will add SMTP head...
Hi Team,We need to send operational emails such as T&Cs or Recall emails.As they are critical messages they are similar to Transactional messages without Optout links and checks. But they are targeted in Bulk. I do not think transactional Servers should be used to shoot out messages in Builk.Can you...
Hi there, Is there a way to use not in operator for the below conditional content for example if language not in ("EN","FR","ES") <% if (language == "EN" ) { %> <DIV id=en-version>Hello <%= recipient.firstName %>,</DIV> <DIV>Discover your new offers!</DIV> <DIV><a href="https://www.adobe.com/product...
Hi Team, I am using a query in a workflow that group records and concats field. The result of this concat field sometimes extend beyond 255, which triggers an error in the Query workflow activity, is there a way to accommodate characters > 255, in a temporary worktable. The idea is to use that conca...