Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
https://youtu.be/hJ2v0LCWwpM?si=oIsGqReT7CuI-R-q

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

Image RemovedImage Added

On the "Channels" tab, click load channels

Image RemovedImage Added

And choose the channels you need

Image RemovedImage Added

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

Image RemovedImage 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 RemovedImage 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

Save your changes

Image RemovedImage 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

The editor will open

Image RemovedImage 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