Hello,bad practice as condition in your filter:1- try to avoid "exist such as" condition in a general way... It's better to use a specific filtering dimension:targeting dimension: recipientfiltering dimension: recipient delivery logs2- try to avoid at maximum functions on your table attributes: if a...
No, as the webTracking tag has been designed in order to track what recipients are doing on the website after clicking in the email.For your need, you cannot use this approach and more rely on different solutions such as AEM / google analytics / mix panel / etc
Not sure to understand fully the need.On my side, I prefer to use an array in JSON and to loop directly in the delivery in order to build the HTML:javascript is prohibited in emails, at least, for deliverability purpose
Hello @Luca_Lattarini ,Best practice is to just "import" required data.There are 3 main reasons:1- performance is better on your local database: your WKF will 2- when you create a schema (so queryable) through FDA, there is a lot of intrusive objects that are created on the external database a- AC ...
Hi David,Could you create a variable in your personalization block like:var UTM="?utm_source=newsletter&utm_medium=email&utm_campaign=unitedkingdom-bau&utm_content=newsletter_november_2021-professionalDate12/11/2021";and then include it in your delivery but calling the URL like this: https://www.som...
Carefull about kind of implementation like "grabbing a whole memo field to personalize an email":If the memo field is common to all recipients of the delivery, you'll then have use a delivery variable like here:Add variables from a Workflow in a Delivery in Adobe Campaign | Blog by Florian CourgeyYo...
The change in the deployment wizard will not affect existing deliveries but only the new templates created (templates will herit from the new default value).Once you'll have templates with the new value, all deliveries created from those templates will then pick this value.The other way is to create...
Perfect answer, but carefull with this kind of methodology:Root cause of the issue should always be addressed in priority...I remember a customer that made in the past a such mechanism (but for none OOTB workflows) despite support recommandation: he burned in 5 monthes his xtkNewId sequence
Hi @RP08 ,Unfortunately there is no such degree of audit as AC never handeled natively versionning.Here how you can investigate on an issue:0- try to know when the modification arrised1- if the "modified by" and "last Modified" cannot be trust or found on the objects that have been modified, you ca...
Hello, unfortunately, there is no miracle solution if you're dealing about pressure rule... And specially in a predictive method.Adobe Campaign: Campaign Optimization using Pressure rulesYou'll then need your recurring delivery to be schedulled in advance in order to set a future contact date (exemp...