FAQ on ABM Pages

Modified on Thu, 22 Feb 2024 at 08:12 PM

This document provides answers to the most frequently asked questions on ABM Pages:


You can also click here to watch Hushly's ABM Videos.

Q: What size should the images be on an ABM Page?

A: The ABM Page Image for each element section is mentioned below which will render nicely across your ABM Page. 

Element Sections Image Size
Logo + Prospect LogoThe image's maximum height should be 40px
Banner Irrespective of the image dimensions, the height limit is set up to 300px
ComplimentaryIrrespective of the image dimensions, the height limit is set up to 300px
PromotionsThe image in the tile section should be Height -110px and width - 110px.
Image Gallery The Images should be either Small 150x150, Medium 300x300 or any Custom Size.


Q: What formats should the media be on an ABM Page? 

A: The media formats that an ABM Page supports are

MediaFormats
Image.png, .jpg, .jpeg, .gif, and .svg
Video 

Mp4, Ogg, Ogv, WebM


Q: Does Hushly support Tokens for CTA Links?

A: Yes, we do support Tokens for CTA Links, here is how to do it.

  1. Set up a custom field (let's call it CTA_URL) at the account level (Setup > Field Management > Select Account (top left) > Add Custom Field (CTA_URL).               
  2. For each Account (ABM > Accounts) set the Custom Fields CTA_URL.

  3. Select ABM > Pages. Configure a CTA URL with a Token Account CTA for any existing CTA buttons in the Banner, Promotions, and Complimentary elements.


Q: Can I adjust the width of an ABM Page?

A:  Yes, You can alter the width of an ABM Page, add the following CSS Code in your Hub > Branding > CSS to alter the width of the ABM page. Set the desired value for width in px accordingly.

@media only screen and (max-width: 9999px) {
.hly-page-container {
width: 1200px;
}
}

@media only screen and (min-width: 1200px) {
.abm-page-preview {
max-width: 1200px;
margin: 0 auto !important;
}
}



Related Topics:
Lead Suppression Rules - FAQ
FAQ on Topics
FAQ on SEO

FAQ on Hubs
FAQ on AI
FAQ on RSS Feeds

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article