Skip to main content

Reviews SmartBlocks

Display reviews from your customers in your emails and on your website.

Updated over a week ago

Depending on your review provider, the reviews you display can be about your products, site, or service.


Create a Reviews SmartBlock

  1. Go to Content > SmartBlocks.

  2. Configure your SmartBlock in the following tabs:

  3. Layout:

    • Use the dropdown menus and text fields to enter fonts, colors, and styles for the review elements.

  4. Properties:

    • Name your SmartBlock and add tags.

    • Add an optional Redirect URL. If you’re displaying product reviews, set {{ review.product.u }} as the redirect URL to allow customers to click through to the product's site page.

      • Add UTM tags for link tracking purposes.

  5. Data Sources:

    • Expand the Review Type drop-down menu and select either Product or Service reviews. The available review types depend on the review provider you use.
      Learn more in Review providers.

    • Enter the number of reviews you want to display.

  6. Options:

    • Enter the maximum score for Max Stars that a customer can give your product or service.

    • Optionally, enter the maximum number of characters that a review can display for Maximum Review Length.

    • Select any sorting or shuffling filters for Reorder Results to avoid always showing the same reviews when using data sources that do not change frequently.

  7. Filtering:

    • Use the options to control which reviews you display.
      Filter by Site Brand, Currency, Language, Review Date, Rating, and Product ID.

    • For quick filtering, pass values for Product ID (prid), Site Brand (sbr), Currency (curr), or Language (lang) in the query string. If no filter is already set up, these values select the correct product(s) to show reviews for.

  8. When you’re happy with the setup of your SmartBlock, select PUBLISH.


Filter options

Name

Description

Date

Show reviews that were published within a specified period of time.

Rating

Show reviews where the rating given by the customer falls within a specified range. For example, Greater than 3, Does not equal 3, etc.

Product ID

Show reviews for specific products filtered by product ID.

Contains

Filter reviews by keywords and phrases in the review text.

Options:

  • Contains: matches any reviews that contain the words or phrases in the filter.

  • Does Not Contain: excludes any reviews that contain the text in the filter.

  • Text Match: special matching mode that does a full text search on the review text:

    • Enter a single word to match anywhere: boys will match Boys jumper but not Blue Jumper.

    • Enter more words to match any of the terms, in any order: jumper boys matches Jumper (Blue) Boys and also Girls Jumper.

    • Enclose multiple terms in quotes to ensure all terms are matched in any order: "jumper" "boys" matches Jumper (Blue) Boys but not Girls Jumper.

    • Enclose phrases in quotes to ensure the whole phrase is matched: "Boys Jumper" does not match Jumper (Blue) Boys but matches Boys Jumper - Blue.

    • Put a - before terms to exclude them: Jumper -boys doesn’t match Jumper (Blue) Boys but matches Girls Jumper. You cannot use only a negated term, like -boys, as no results are returned. Instead, use the does not contain operator.

Template variables

If you are modifying an existing template or designing a new one, here is a list of all Product and Review merge fields that can be used in the template

The fields available depend on your review provider.

Review Merge Field

Description

{{ review.body }}

The text of the review.

{{ review.rating }}

The score given by the reviewer.

{{ review.curr }}

Currency code, for example, GBP.

{{ review.author }}

Author name.

{{ review.sbr }}

Site Brand code.

{{ review.location }}

Where the reviewer is located.

{{ review.dt }}

The date stamp of when the review was published.

{{ review.type }}

Whether the review is a product review or a service review.

{{ review.lang }}

Review language code.

{{ review.attributes }}

Sub scores of the review.

This varies depending on the review provider.

The following merge fields can only be used if you are displaying product reviews:

Product Merge Field

Description

{{ review.product.n }}

The name of the product.

{{ review.product.u }}

The URL of the product page.

{{ review.product.img }}

The image URL of the product.

{{ review.product.img_tn }}

The image thumbnail URL of the product.

{{ review.product.desc }}

A brief description of the product.


Review providers

Different review providers support different review types. The provider you use dictates which types are available for you to include in your SmartBlocks.

Review Provider

Supports product reviews

Supports site/service reviews

Trustpilot

Yes ✅

Yes ✅

TrustpilotV2

Yes ✅

Yes ✅

Reevoo

Yes ✅

Yes ✅

Feefo

Yes ✅

Yes ✅

Bazaarvoice

Yes ✅

No ❌

Yotpo

Yes ✅

Yes ✅

PowerReviews

Yes ✅

No ❌

ReviewsIO

Yes ✅

Yes ✅

Learn more in Import review data.

Did this answer your question?