Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
Sign In
Enable Content AI is not Available for Image
Article Options
Article History
Subscribe to RSS Feed
Bookmark
Subscribe
Printer Friendly Page
Report Inappropriate Content
Enable Content AI is not Available for Image
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
Issue
When right clicking an image in an email to enable Content AI, the option is greyed out when following:
https://docs.marketo.com/display/public/DOCS/Enable+Content-AI+in+Emails
Solution
The image element in your email is likely defined as an <img class="mktoImg"> element. Content AI requires the ability to add a clickable link to the element which can only be done if the image element is defined via a <div class="mktoImg">.
Email Syntax:
https://docs.marketo.com/display/public/DOCS/Email+Template+Syntax