Shows on Product Pages
Shoppers are far more likely to tune in to the show and purchase via the show if it features a product that they’re already actively looking for and ready to invest in.
There is a possibility to embed recorded shows on respective PDPs that direct the viewer directly to the part of the show where the products are discussed in-stream. This way, merchants hugely increase the lifespan of shows, nurture longer average viewing times and ultimately increase the chance of achieving higher conversion rates.
How does it work
During a show, a moderator has the possibility to highlight a product that is currently discussed about. That information will be translated into deeplink
which is available for you to fetch through our REST APIs.
You can then use the deeplink
in player configuration on your product page, which will bring your customers directly to the point in time in your show when the product is highlighted and demonstrated.
Integration Steps
Step 1: Create your API Key
To create an API key, navigate to your BamHub -> Settings -> Integrations -> API Keys. Required scope for this guide is READ_PRODUCTS
.
This will enable you to make https
requests to our REST APIs. This is the same API that you might already have interacted with in our Live Shopping product offering.
It is recommended to integrate the Live Video Shopping REST API from a secure backend environment. If you already have such an environment, you can simply call the Live Video Shopping REST API directly.
The Live Video Shopping REST API implements Rate Limiting, thus implementers are encouraged to minimize the usage of the API. In particular you should not call the Live Video Shopping REST API directly from a frontend environment, since apart from posing security risks related to API Keys, this results in very many erroneous requests which may end up rate limiting your usage.
Read more here.
Step 2: Fetch deeplinks
Product Bundles are not supported to be fetched through the REST API.
Most common use case to fetch deeplinks is described in below two steps: