Button with click tracking

A link with click notification has a specific format, making it ideal to embed within a button for a better user experience.

To create a tracking link, you need to call the function proxy('YOUR_LINK') in the calculator. For example, define a variable, say link, whose value is the function with your link:

You can now use the variable containing the tracking link in one of two ways: insert it directly into the message text or assign it to a button.

Example 1: Using the link in message text

You can insert the link directly into a message using the #{variable} syntax.

Example 2: Implementing a trackable link via button configuration

1. Create a button

  1. In the URL field, enter your variable using the #{YOUR_LINK} syntax and set the button's function to "Default".

Helpful articles:

1. You can read about functions for creating links with click notifications and expiration times in the article "Working with Links."

2. For more details on how to place a link in a button, see the article "Buttons"

Last updated