Register

Display top products by revenue using custom HTML

You can make your email campaigns even more appealing by adding your top products, based on your website's revenue, directly inside your campaign. Connect your website to our platform and then use HTML code to display the top products based on revenue. All information from the product tags are repeatedly displayed for as many products as defined on the size parameter. Please note that you can have a maximum size value of 10.

A. The HTML code

Using the code below you can add product tags such as the unique product code, the product title, the product's image URL, its price, the URL of the product page, the product category, and the product manufacturer or brand name. 

#products:top_by_revenue:website:website_ID:size#
#product:code#  <!-- A unique code for the product, e.g. COW-T-SHIRT  -->
#product:title# <!-- The name/title of this product, e.g. Cow T-Shirt -->
#product:image# <!-- The image URL of this product, e.g. http://my.store/product-blue.jpg -->
#product:price# <!-- The price of this product, e.g. 12.02 -->
#product:url#   <!-- The URL to the relevant product page, e.g. http://my.store/product-101 -->
#product:category# <!-- the category of this product, e.g. T-Shirts -->
#product:manufacturer# <!--the manufacturer, brand name of this product, e.g. Acme co -->
#products:top_by_revenue:end#

Replace website_ID with your unique website ID, e.g.

#products:top_by_revenue:website:d61a0b5a62a44343:size#

In the top navigation bar, click Account_icon.png and click Websites.NEWIntegration.png

When you are inside your website list, you can find your website ID by clicking on the website. If no website ID is provided on your HTML code, then the information displayed will be taken from the website listed at the top of your Websites list.
Replace size with the number of products to be displayed on the dispatched email, e.g.

#products:top_by_revenue:website:d61a0b5a62a44343:5#

If no number is defined, the maximum number is displayed, which is 10. You can also use zero (0) if you wish to display the maximum number. 

B. HTML code examples

  1. The following example fetches the top 5 items, based on the website's revenue, from your website with ID d61a0b5a62a44343.
    #products:top_by_revenue:website:d61a0b5a62a44343:5#
  2. In this example we have omitted the size parameter altogether; this fetches the maximum number of items (10), based on the website's revenue, from your website with ID d61a0b5a62a44343.
    #products:top_by_revenue:website:d61a0b5a62a44343#
  3. In the example below, omitting the website parameter will fetch the top 5 items, based on the website's revenue, from the first activated website listed on your Tracked Websites list.
    #products:top_by_revenue:5#

Note: You can further expand your email campaign's content by displaying the user's shopping cart, your your top products by number of orders, or your top products by views, using equally simple HTML code. But you cannot have more than one case of the ones described above in your campaign (products by order, top products by revenue, top products by views, displaying the user's shopping cart).