Tag

The Tag component is used to segment users in the broadcasting list. It works on all platforms.

Tag must be installed at the very top of the screen before the other components.

Tag is added inside the bot script at the place where the user is segmented into a group.

To assign a tag to a user, you need:

  1. Add a Tag component to the screen.
  2. Click the Add button inside the component.
  3. In the window that opens, assign an arbitrary name to the tag.
  4. Select the Add function.

To remove the tag from a user, you need:

  1. Add a Tag component to the screen.
  2. Click the Add button inside the component.
  3. In the window that opens, specify the name of the tag you want to remove.
  4. Select the Remove function.

You can remove all tags at once by selecting the Remove All function.

You can get the tag name from a variable, for example, when a user logs in using a Deeplink.

If you output a variable from the Deeplink event in the tag name, all the users clicking on the Deeplink will be taken to the same screen and each user will get their own tag, which will be the same as the parameter of the link they clicked on.

For example, if the user Deeplink parameter is written to the trigger variable, enter the shortcut name in the field {{trigger}} when creating a shortcut on the login screen.

You can also add tags without special screens or mailing lists by using the Label Editor for individual users. You need to go to the Users section, find a specific user, click Edit Tags and add or remove shortcuts for the specific user. If you add or remove a label in the editor, the trigger events associated with it will be added or removed automatically

To the beginning ↑