Hi All, I'm trying to extract SMS (every sms delivery sent until date) delivery logs for pending and failed states. Whch exact table contains this information in ACS ? Thank you, Rutuja Kelkar
Hi ACS Community, I've sent out some emails without editing the Tracking URL Category, which is quite bad for reporting and the manual work needed to cover for the missing categories... Is there any way that ACS can take into consideration Tracking URL Categories added retrospectively (-> after the...
Hi All, I'm trying to create an export workflow to fetch SMS delivery records (with delivery percentage more than 60%) for pending and failed state using an incremental query. I'm keen to know the exact inbuilt delivery log table and field names for the above from where I can fetch these records. ...
Hi all, In the documentation of Adobe, it is explained how to get a profile using an API by the criteria of a field. This is the example, using the field "LastName" -X GET https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile/byText?text=Miller&filterType=lastName \ -H 'Content-...
I'd like to create a content block that my users can use to change their base urls according to the profile's state but I can't quite get there. If context.profile.location.stateCode = AL then www.domain.com/al else if context.profile.location.stateCode = TX then www.domain.com/tx else www.domain.co...
Hi there, I'm new with Standard version, could anyone help with these beginner questions about email/delivery? 1. Is it possible to move an email created under one campaign(folder) to another campaign(folder)?2. if I create an email, and didn't fill the "campaign" field at the properties during the ...
Hi, We have a custom field, "fullName", that we have created extending profile resource. We want to to get profile, filtering by that field through API. According to Adobe documentation, we have created the following endpoint. https://mc.adobe.io/{tenant}/campaign/profileAndServicesExt/profile/b...
Is it possible in ACS to send email to a list of people by uploading a file on ad-hoc basis? I get a file with email addresses which I want to upload in ACS, send an email to them. It’s more like creating an audience using the data in the file for only one time use. Next time I get a new file which ...
is there a way to not send a transactional message to the customer if the api has certain string value in one of the conetex field ? We have an transactional message that is going in error. We would like to filter those message and not send the notification. Something like a typology rule. May be it...
Hi, I am trying to see the no of days between a task's actual completion vs actual start. I wrote the query like this. But it is not giving me any result. displayname=Differencetextmode=truevalueexpression=WEEKDAYDIFF({actualCompletionDate},{actualStartDate}) valueformat=HTML