Link Templates
A Link Template is a predefined URL structure that allows you to create and manage multiple URLs efficiently by defining common elements in advance. It helps standardize and automate the creation of URLs, especially when dealing with dynamic or frequently changing content within URL.
Key Aspects of Link Templates:
Reusable Structure: A link template provides a consistent format for URLs, which can be reused across different scenarios. This reduces the need to manually create individual URLs for similar types of content or campaigns.
Dynamic Parameters: Templates often include placeholders or dynamic parameters that can be replaced with specific values when generating actual URLs. For example, a template might look like https://example.com/product/{product_id}
, where {product_id}
is replaced with the actual product identifier when the URL is generated.
Consistency: Using link templates ensures that URLs follow a standardized format, which can improve user experience and make link management more efficient.
Customization: Link templates can be customized with various parameters to suit different needs, such as tracking codes, geographic information, or user-specific data.
URL
Specify the full URL where the redirection should occur. You can optionally enclose dynamic variables in curly brackets {}
. These variables will be substituted with the corresponding data when the redirection rule is triggered.
Dynamic variable name
- It is case sensitive.
- It should contain only alphabets.