Re: variable data on lead froms from URL parameters

Anonymous
Not applicable
Is there a way to have a different phone number show up on a landing page based off of a value I will be passing from a URL (Google AdWords).

For example, if I pass www.mydomain.com?var1=s

then on the landing page if I have an s it shows (1.888.555.5555)....or if I pass t is shows (1.888.666.6666)

Thanks
Tags (1)
4 REPLIES 4
Anonymous
Not applicable
Scott,

Easiest way would probably be to create a segmentation. Javascript works as well as Josh mentioned.

To do it using segmentation, using the info above as an example, you'd:
  1. Create a segmentation called "var1"
  2. Make a "s" and "t" segment
  3. On the landing page, segment the element you want to be dynamic with the segmentation you just created.
  4. Change the number for the "t" value to (1.888.666.6666) and "s" to (1.888.555.5555)
Josh_Hill13
Level 10 - Champion Alumni
what do you mean exactly? You could use email scripting, but in this case you need Javascript OR a Segmentation to manage that change in value.
Anonymous
Not applicable
Is there anyway to have multiple levels of a token?
 
Josh_Hill13
Level 10 - Champion Alumni
You would need javascript to do this.