Static Checkout Placements
Static Post-Checkout Success Image for Unlimited
Mulberry offers a static image banner for the Mulberry Unlimited subscription that can be added anywhere within your HTML structure. Adding the image can be done by wrapping either of the image URLs in anchor tags and including your retailer_id
as the utm_source
in the href link. The full image will be clickable and redirect users to the Mulberry Unlimited landing page for signup.
Please see the code examples and two image options below:
Option 1 - Large
https://mulberry-images.s3.amazonaws.com/unlimited-banner-large
<a href="https://www.getmulberry.com/mulberry-unlimited?utm_source={RETAILER_ID}" >
<img src="https://mulberry-images.s3.amazonaws.com/unlimited-banner-large" />
</a>
Option 2 - Small
https://mulberry-images.s3.amazonaws.com/unlimited-banner-small
<a href="https://www.getmulberry.com/mulberry-unlimited?utm_source={RETAILER_ID}" >
<img src="https://mulberry-images.s3.amazonaws.com/unlimited-banner-small" />
</a>
Updated over 1 year ago