With the dynamic editor, you can add any "available" field into the link URL.If you need any computed fields not stored in the DB, you need to use a workflow to compute the value. Then you can use it in the editor and can add it to the link
Unfortunately no.The landing pages are using the PKey of the profile as a parameter to identify which user opened the page.This is not available for test profiles and thus the links won't be working
Can you post the JavaScript which you used?There is no standard function to do this conversion.JavaScript via a content block / inline code should work though.
The images are stored on the server and there is no library etc. for the images.Only way to reuse an image is to open the old e-Mail and to copy the image URL from there
What do you mean with publish? What you can do:Upload an image in the E-Mail DesignerYou then also can see the image URLThis can be then also copied to other emailsOther option may be to use Assets Core Service
Sure. Option to check via delivery * query for target dimension delivery * check that the parent delivery is the recurring delivery * check contact date = today (contact date is updated automatically) * Add a test activity to check if rowCount is > 0, then exit Via an option: * Use update data activ...
No, I don't have a working solution. There is nothing officially documented, so even if it may work now, it's not guaranteed to be working in the future, so recommendation would indeed be to not use such a function
Few things you could do: * store an option when the last mail has been sent and then check on this option * check on the latest delivery log date on the reporting delivery which sends the notification * recurring delivery + daily aggregation may also help if the duplicate address filter is active on...
Hi David,technically functions can be called at this place.Though there is no list of officially supported functions and that may change any time. Sometimes the functions available in Campaign Classic work in Campaign Standard as well. There seems to be a MD5 function in ACC, but not sure if it work...