Convertri Help - How to Create Dynamic Links
[Note: This feature is available on the Pro / Agency / Scale and Maximize Plans. If you need this feature and you would like to upgrade to a different plan please contact us at support@convertri.com]
Video:
Coming soon
Article:
One of our most often-requested features is a way to be able to adjust links based on data passed into the page.
Think of links being updated via query string the same way as dynamic text. You create a query string and then set up a way of telling Convertri to replace a bit of the link with what you entered in that query string or use a default.
You can now do this in Convertri using dynamic links.
Here’s how you can set it up.
- Create your main page, your special page, and your default page.
- On your main page editor, set up your dynamic links. Go to Page Settings > Dynamic Links.
- In the Dynamic links dialogue, set up the following.
- Shortcode: [THEIRNAME] - this will be used as the container of your query string
- Query string: pageid
- Default: standardoffer - this is the path name of your default page.
Note: The value of these fields are just an example, you can use your own descriptions.
- Once the dynamic link is set up, click Done.
- On your page, you can set up the redirect link like this.
yourdefaultlink/[THEIRNAME].
If you send the following link to a person on your e-mail list:
yourmainpagelink/mainpage?pageid=Dave
Your user will be redirected to yourdefaultlink/Dave. (This is the path name of your special page)
If there is no query string on the main page link like this yourmainpagelink/mainpage
Your user will be redirected to yourdefaultlink/standardoffer.