When do you see the discrepancy? During send preparation?Then you could
check the delivery details.Just click on the "..." and check the tab
"Exclusion Causes" which may show which rule excluded those addresses
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 activity to set the date when an email is sent * To
check, just use a test activity and GetOption() function which
was added in the recent ACS release
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