17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1943 Views |
-
Adding Conversion tracking code to ONE page only

5 June 2008 at 10:47am Last edited: 5 June 2008 11:21am
Hello,
I need to add Google AdWords conversion tracking code to one page only (for instance the "Thank you page on Silverstripe" to track registrations to a newsletter)
If I try to do this via the Silverstripe interface using the "HTML" button it does not save properly and does not allow me to do so : dev.untanglemyweb.com/ConversionTrackingSilverStripe.pdf
Anyone would have a solution for this?
Thanks a lot for your help!
Fabie
-
Re: Adding Conversion tracking code to ONE page only

5 June 2008 at 11:22pm Last edited: 5 June 2008 11:22pm
one simple solution might be, hacking your page.ss file
<% if MenuTitle = "yourthankspageMenueTitle" %>
... here comes your AdWordsCode ...
<% end_if %>g
Helmut -
Re: Adding Conversion tracking code to ONE page only

5 June 2008 at 11:23pm
Hi Helmut,
Thanks for that, seems like a great simple hack!
Appreciate it
fabie
| 1943 Views | ||
|
Page:
1
|
Go to Top |


