This guide provides an example of how you can insert your SUBID value from the querystring into a HTML link.
Assume you have this simple landing page:
subid
- for example: https://domain.com/page/?subid=12
https://outgoinglink.com/page/?subid=12
or insert it in a link quertystring where it specifies the placeholder {{subid}}
These are the steps to go through in summary:
See the detailed steps below.
This is a simple html page we will use in this example. It includes 3 example links.
?subid=value
,{{subid}}
is present