We're trying to set up a subdomain to use with Campaign. We can't delegate the whole domain via nameserver, so we have to go the CNAME route. Adobe's instructions ask us to set up a CNAME record pointing testdomain.companyname.com to Adobe while ALSO setting up subdomains below that record pointing ...
Hi Community, I would like to know if a user is removed access for the Adobe campaign standard as he is no longer working or changed roles, does it have any affect to the workflows that were created by him/her within the ACS instance? do they run as usual without any hiccups?
Hey Everyone. I need help finding out how to convert the number in "Count" to have a comma. This shows it in the Workflow Task. The formatting is stripped when the parameter is generated during email delivery. This is the current expression. I've used both $long and $float.
Dear community members, Is there any way we can delete or update a specific record inside an Audience, not the complete Audience? Any suggestion will be very helpful.Thanks in advance.
Hi Community,I need some help on below and any insights will be really helpful. is it possible to set up two groups/roles in ACS like companyname-Admin and compnayname-STD and within these groups, I want to add specific users. example abc.com user added to companyname-Admin group will have admin lev...
Dear Community Members, I need to download a file into ACS to create an audience from an SFTP server. The file is placed in the filepath where a folder is named with current date(yyyymmdd).Example: xyz/20250326/sampleFile.csvWhat is the best way to have that folder dynamically in the filepath? You...
We have a formula in enrichment, for example: DaysDiff([cusTable/@Date],GetDate())/7 If the result is 24.14, Adobe is always showing 24.00. I've tried using Round and ToDouble, I cannot see any cause for this rounding. Can anybody point me to how to prevent this rounding happening so we can see the ...
We send emails in Campaign to a list of around 100k. Every single link in an email seems to receive a minimum number of clicks, nothing receives zero. Our suspicion is this maybe automated/non-human (systems checking links don't send users off to dodgy websites, that kind of thing). Is there some wa...
Hi everyone,I'm working on a use case in Adobe Campaign Standard (ACS) where we send emails on behalf of multiple people using a singular delivery. I need to dynamically change the sender name, from email address, and reply-to email based on recipient data stored in the Profile dimension.What I've T...
I need to add a formula in a workflow which should be based on the last date of the month for a given date.This was originally done in SQL by using the function:DATEFIELD > Last_Day(Add_Months(Current_Date+1,+4))Now I am trying to replicate this result in ACS.I am to this point:@DateField > ToDate(D...