Skip to content

Constructor

Constructor is a search and product discovery platform that uses AI and machine learning to deliver personalized search, recommendations, and browsing experiences for ecommerce and retail websites.

With the Braze and Constructor integration, you can use Constructor’s Offsite Product Discovery to dynamically generate and deliver personalized product recommendations in Braze messages.

Use cases

  • Abandoned cart and post-order follow-ups: Generate dynamic product recommendations based on user behavior and cart contents to send personalized abandoned cart reminders or post-order suggestions.
  • Similar product recommendations for abandoned cart items: Suggest similar products to items left in a user’s cart to keep them engaged and offer alternatives.
  • Recently viewed item reminders: Notify users about items they recently viewed but haven’t purchased yet, encouraging them to complete their purchase.
  • Promotion campaigns: Deliver personalized promotional messages with curated product recommendations tailored to user preferences for seasonal sales or special offers.
  • Visually similar product suggestions: Recommend visually similar items to those a user recently viewed, helping them discover related options they might prefer.

Prerequisites

Integration

Work with your Constructor onboarding team to complete the integration process. Make sure behavioral data from your website or other relevant data sources is available to enable personalized product recommendations. Your Constructor onboarding team will also help configure the necessary HTML snippets for use in Braze messages.

Constructor’s Offsite Discovery API URL

You can use Constructor’s Offsite Discovery API URL to render product images and direct users to the appropriate product detail page. Below is a breakdown of the endpoint structure and an example of how to use it:

Example

1
2
3
4
5
6
7
8
<a href="https://offsite-discovery.cnstrc.com/v1/product/url?position=[position]&ui=[ui]&pod_id=[pod_id]&key=[key]&style_id=[style_id]&campaign_id=[campaign_id]" target="_blank">
  <img 
    src="https://offsite-discovery.cnstrc.com/v1/product/image?position=[position]&ui=[ui]&pod_id=[pod_id]&key=[key]&style_id=[style_id]&campaign_id=[campaign_id]"
    width="200" 
    border="0" 
    alt="Shop Now" 
  />
</a>

Parameters

Optional inputs

HOW HELPFUL WAS THIS PAGE?
New Stuff!