Hi @25203576 ,
Navigate to /Administration/Audit/AuditTrail/ and > Advance filter > dataDiff contains <workflow_internal name>
You might get some information on those workflow.
@at7140 , You can add additional condition as,
OR
ExclusionLog exist such as
[delivery/@deliveryCode] equal to abc123
If you want to get all the deliveries of a particualar campaign, wither provide condition as deliveryCode is included in abc1,abc2,abc3
or [delivery/@operation-id] equal to 123...
Hi @at7140,
If you have a delivery code or internal name of the delivery, you can query as below,
Targeting and filtering dimension as Recipients, and Filtering condition as,
Recipient delivery logs exist such as
[delivery/@deliveryCode] equals to abcd
AND
Tracking logs do not exist such a...
@MariBa , Say you're running the campaign on Day-1 of the every week and need to target those who have birthday on this week, you can try below condition,
Day(@birthDate) on or after Day( GetDate())
AND
Day(@birthDate) on or before Day(AddDays( GetDate() , 7))
ANDMonth(@birthDate) on or after Month(...
Hi @MariBa ,
You can try the Query as,
ToInteger((DaysDiff(@birthDate, ToDateTime('01/01/'+Year(@birthDate))))/7)
Equals to
ToInteger((DaysDiff(GetDate(), ToDateTime('01/01/'+Year(GetDate()))))/7)
Hi @michaelwilding ,
To exclude few domains from target list (example, domain.com, domain1.com, domain2.com) use condition as, email domain is included in 'domain.com,domain2.com,domain3.com'
The above typology rule excluded all who has domain as domain.com,domain2.com,domain3.com.
Whereas to ...
Hi @michaelwilding ,
Filtering Typology with condition as email domain equal to 'domain.com' excludes whoever has mail id has domain @domain.com
When targeting recipients with @domain.com will get excluded in delivery,
@DimitrisChatzos , sometimes it does depends on the size of the attachment. So to check it, Just try to export only 4 or 5 rows in it and check whether you're able to send the file as attachment.
Open Expression editor and paste it,
Still If you face the error 'Power()' function is not available in your database function list. So ask your DB team to create it or from adobe campaign console create a power() function in /Administration/Configuration/SQL scripts/ and execute the SQL script. Di...