Button with click tracking
Integrating a trackable link into a button
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.

Important: The variable must be inserted using the #{your_link} syntax.
Example 2: Implementing a trackable link via button configuration
1. Create a button

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

Last updated