Skip to main content
JakubB
Level 1
August 26, 2026
Question

Predictive Content - Analytics

  • August 26, 2026
  • 0 replies
  • 13 views

Hi Community,

I implemented predictive content in html template (not in editor with this code, in test all seems correct columns are displayed) 

<!-- COLUMN 1  -->
<div class="pred-col" style="display:inline-block;width:100%;max-width:300px;vertical-align:top;"><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;"><tr><td align="center" valign="top" bgcolor="#F3F0EC" style="padding:0 8px 20px 8px;background-color:#F3F0EC;"><div class="mktoImg" mktoname="Recommended 1" id="predictive-1" mktolockimgsize="true" mktolockimgstyle="false">
<a href="{{predictive.content:default=layout-6;position-1735365;categories-4761,4763}}" target="_blank" style="text-decoration:none;">
<img src="{{predictive.image:default=layout-6;position-1735365;categories-4761,4763}}" data-mkto-predictive-preview-url="https://rtp-static.marketo.com/rtp/rcmd/layout/6/static_4.png" width="284" alt style="display:block;width:100%;max-width:284px;height:auto;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;line-height:100%;">
</a>
</div></td></tr></table></div>
<!-- COLUMN 2 -->
<div class="pred-col" style="display:inline-block;width:100%;max-width:300px;vertical-align:top;"><table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt;"><tr><td align="center" valign="top" bgcolor="#F3F0EC" style="padding:0 8px;background-color:#F3F0EC;"><div class="mktoImg" mktoname="Recommended 2" id="predictive-2" mktolockimgsize="true" mktolockimgstyle="false">
<a href="{{predictive.content:default=layout-6;position-1766684;categories-4766,4769}}" target="_blank" style="text-decoration:none;">
<img src="{{predictive.image:default=layout-6;position-1766684;categories-4766,4769}}" data-mkto-predictive-preview-url="https://rtp-static.marketo.com/rtp/rcmd/layout/6/static_4.png" width="284" alt style="display:block;width:100%;max-width:284px;height:auto;border:0;outline:none;text-decoration:none;-ms-interpolation-mode:bicubic;line-height:100%;">
</a>
</div></td></tr></table></div>

In predictive content dashboard i see clicks but the analytics tab is still blank with no content maybe someone know why is that?