Where do i put the dynamic urls?

  • 15 October 2014
  • 1 reply
  • 10 views

trying to pass through dynamic text via urls. how do i do this once I’ve designated the default value and names the parameter?

like where do i put several url parameters on page?


1 reply

Userlevel 3
Badge +1

Hi Cara - if you’ve already set Dynamic Text Replacement parameters in your page content, you can set values via URL parameters. For example, if your parameters were named “size”, “shape”, and “colour” and your landing page URL is www.yourlandingpage.com, you could set values for those parameters by creating a link, like so:
http://www.yourlandingpage.com?size=small&shape=round&colour=blue

Your first parameter should be separated by your landing page URL with a question mark and then each parameter after the first can be added with an ampersand.

Other than triggering the Dynamic Text Replacement on your page, those URL parameters won’t have any other effect on your page content.

Reply