@mustufam5967803
Weekly and daily frequency cap was added in AJO release 24.1- You can now specify the maximum number of messages sent to a customer profile in a week or a day, in addition to month. The frequency cap is based on the selected calendar period and reset at the beginning of the corre...
@o_X
I don't think it's a good idea to use typology as It may not be scalable for big deliveries.
Easiest way is to create a workflow (scheduled or use post process in external account), collect new broadlogs and update your table 'cus:unsub' .
You can also do it in your campaign workflow in cas...
@Kumar_27
auto sequence were added to ACC to avoid OOTB sequence exhaustion when using autopk in schema.
It's allowing tables to have their own sequence and not use xtkID used by delivery logs tracking logs etc.
It was introduced because customers with big data volume were having issue with dat...
@SorenDP
The cryptString() function is salted with the time, so will never produce the specific value you've been asked to get.
If you encrypt same string with same password and without salt, you will get same result
Thanks,
David
Hi there,
I need help to get the data from a JSON object using SQL in AJO.
{
"consent": {
"idSpecific": {
"Phone": {
"75708": {
"marketing": {
"sms": {
"val": "y",
"time": "2023-12-06T17:22:46.118Z"
}
}
...
Hi @nirshani
avoid sending on the first day of the month --> [David] use the same logic as for point 3 avoid weekend --> [David] use condition with time condition as parameter. I explained it hereavoid holidays --> [David] use condition with data source condition and define your holidays. see th...
@alnavarg
from your screenshot, it seems the mid sourcing is not able to identify the delivery template associated to your alert.
Please check it and update.
Thanks,
David