Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards
SOLVED

Issue with AMP Mailer Image Tags in ACC – Need Permanent Solution

Avatar

Level 3

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.

 

Screenshot 2025-05-26 135909.png

 

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @krishnakanth_patnaik_cc ,

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.

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @krishnakanth_patnaik_cc ,

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.

 

 

https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-ideas/support-for-lt-amp-img...