Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Select Growth Tools > Widgets

Image Added

Click +Create

Image Added

Select “Landing Page“ and write the name

Image Added

Click on the name of the widget

Image Added

The editing window and widget preview will open

Image Added

You can add fields to the form

Image Added

Such as phone, email and make them mandatory or optional

Image Added

Edit description and title

Image Added

Choose the text color for the title and description

Image Added

Download page background

Image Added

Download the main image clicking on it

Image Added

On the "Channels" tab, click load channels

Image Added

And choose the channels you need

Image Added

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

Image Added

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

Image Added

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

Image Added

Image Added

Save your changes

Image Added

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

Image Added

The editor will open

Image Added

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

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

Variables must be created in the Smart Sender Console before use