Multiple: Using Keyword Insertion & Dynamic Text Replacement

  • 1 March 2017
  • 1 reply
  • 10 views

Is it possible to have more than 1 parameters.

Example copy …. “Hey looking for {Dynamic Text 1: Indian, Italian, Spanish} restaurants in {Dynamic Text 2: New York, Washington, Chicago}

For this example the dynamic text 1 will be from googles Adwords insertion tool and the dynamic text 2 will be a pre-specific URL for that particular ad.

For e.g.

www.findrestaurants.co.uk/?location=new%20york

now how do I add the google ads keyword insertion

?[parameter]={KeyWord:DefaultText}
?cuisine={KeyWord:Indian}


Full URL would be…

www.findrestaurants.co.uk/?location=new%20york [WHAT GOES HERE] ?cuisine={KeyWord:Indian}

I really hope someone understands the above 🙂


1 reply

Userlevel 7
Badge +3

Hi @247Leads,

In order to list out multiple variables in the URL the format should be as follows:

…/?location=new%20york&cuisine={KeyWord:Indian}

Only the first URL variable gets a questions mark “?” before it. All others are listed with an ampersand “&”.

Best,
Hristian

Reply