Hi Everyone,
While uploading an AMP mailer using the Browser folder option in the Email Delivery template, I noticed that Adobe Campaign Classic (ACC) does not properly update image paths to URLs. Upon investigation, I found that the issue is due to the use of <amp-img> tags in AMP mailers, whereas ACC expects standard <img> tags.
As a temporary workaround, I’m currently renaming all <amp-img> tags to <img> before uploading the HTML into ACC, which resolves the issue for now.
However, I’d like to understand if there’s a permanent solution to this—perhaps by making changes in the Input Forms or updating configurations in serverConf.xml to support <amp-img> or custom image extensions?
Any guidance or recommendations would be greatly appreciated.
Thanks,
Krishna
Solved! Go to Solution.
Views
Replies
Total Likes
You can try to write a script in typology rule - To search for <amp-img> and replace it with <img>.
Also, you can drop this as a product idea / enhancement in IDEAS section.
You can try to write a script in typology rule - To search for <amp-img> and replace it with <img>.
Also, you can drop this as a product idea / enhancement in IDEAS section.
Thank for the input,
I have shared an Idea like you suggested.
Views
Likes
Replies
Views
Likes
Replies