The Snapshot Report incorporates both a header and footer that you can customize via the Partner Center Customization options.
To customize your Snapshot Header, you will need to select the 'source code' option (<>) and insert your custom HTML into the editor.
Remember to use the 'Preview' feature available before saving your changes, to use in-line or scoped CSS when adding your custom source code and that any images must be externally hosted.
Sample HTML Text:
<div id="call-to-action" style="background-color:#3FAAE0; float:left">
<img src="/static/images/cta-computer.png"/>
<span class="action-text">
<h1 class="action-title">Fix Your Online Reputation</h1>
<p>
Nearly 75% of people lose trust in brands with inaccurate business listings and 90% of people look to online
reviews when making purchase decisions. <strong>Make sure you’re not losing real money because of bad listings and reviews.</strong>
</p>
<div class="action-footer">
<span class="action-phone">
Call us at
<a href="tel:(306) 955-5512" class="action-phone-number">
(306) 955-5512
</a>
</span>
</div>
</span>
</div>