Upload HTML containing fixed and dynamic images
Hello,
Has anyone found a simple solution to simply load HTML containing both fixed images and dynamic images (i.e. images whose url is retrieved in the targeting workflow) into Adobe Campaign?
By default, the upload fails because Adobe tries to upload all images, including dynamic ones (img src="<%= targetData.img %>").
One solution is to comment out in my HTML the parts containing the dynamic images. This way, Adobe manages to load the HTML and upload the fixed images.
And then I deactivate the upload of the images so that Adobe does not try to upload the images again when preparing the delivery.
And finally, I enable the parts that were in comments.
It works but it's really not practical and I'm surprised that such a "simple" use case requires such a user unfriendly method.
Thanks in advance