Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

Select Growth Tools > Widgets

Click +Create

Select “Landing Page“ and write the name

Click on the name of the widget

The editing window and widget preview will open

You can add fields to the form

Such as phone, email and make them mandatory or optional

Edit description and title

Choose the text color for the title and description

Download page background

Download the main image clicking on it

On the "Channels" tab, click load channels

And choose the channels you need

On the page tab, you can set Meta tags such as Title, Description, Keywords

On the “Action” tab, you can select the required action that will be performed after the client subscribes to the bot using this widget

On the “Setup” tab, you can view the URL of this widget, copy the script for inserting the widget inside your page, as well as an example code for transferring data from outside to Smart Sender

Save your changes

For a particular widget, you can create an opt-in message or flow. This message delivers even if there is a subscription to the funnel. Click on this icon

The editor will open

To pass certain variables inside the widget itself (eg Google user ID, Facebook ads) use the following syntax

<script>
   window.scope = [
      {
          name: 'variable1',
          value: 'something',
      },
      {
          name: 'variable2',
          value: 'something',
      },
   ];
</script>

Variables must be created in the Smart Sender Console before use

  • No labels