November 10, 2023

New Features

We're releasing something big in our next release that will further ease your job of demo creation. So do keep an eye out.

๐Ÿ’กHint: This will enable you to not fret about your demo customizations anymore ๐Ÿ˜‰

Let's dive in!

  • Multiple CRM Integrations: For companies that use more than one CRM today, it's now possible to integrate all your CRMs and Marketing Automation tools with Storylane. With this, you can have your lead data flowing into multiple tools, from your Storylane demos simultaneously.

  • Replace Background Screen from any Demo: Up until now, you could replace background screens of your demos with any other screen as long as the new one is in the same demo. However, after the current update, you'll be able to replace the background screen with any screen from even the existing demos in your dashboard. It's a simple dropdown where you select the demo from where you want to add a screen. This will populate all the screens from the selected demo for you to pick one from. Additionally, you can also now upload new screens right inside the replace background popup with a simple click of a button.

  • GA4 Integration: For new users of Storylane, we've now made super easy for anyone to integrate Storylane with their Google Analytics 4 account. All you'll need is your GA4 measurement id that you'll need to replace in the below code and then add it at the end of your webpage <head> tag where the Storylane demo is embedded.

<script measurement-id="GA4-MEASUREMENT-ID" 
src="https://js.storylane.io/js/v1/storylane.js"></script>

Here's a breakdown of all the Storylane analytics data you can send to your GA4 as custom events - https://docs.storylane.io/storylane-knowledge-base/analytics/integrations/google-analytics

Last updated