Google Conversion Tracking
Last Post 11/05/2007 5:08 AM by patmisan. 6 Replies.
Author Messages
roadman
Nuke Newbie
Nuke Newbie
Posts:2


--
10/15/2007 4:16 PM  

I'm trying to add Google conversion tracking code to track conversions from Google ads we run to registrations on our site.  The site is setup as verified registration so after a user registers it shows the "thanks for registering....check your email for your verification...." message.  It's at that point where we want the google conversion code to execute.  Where do I add the conversion script that Google provides so it executes only after a registration???  Thanks

Joseph Craig
DNN MVP
Posts:11667


--
10/20/2007 11:47 AM  
Hmmm ... any takers?

Joe Craig, Patapsco Research Group
Complete DNN Support
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
10/23/2007 8:42 AM  
ok, I would try this:

Go to the admin menu / languages
Language Editor / Local Resources /
admin / users / App_LocalResources / ManageUsers.ascx.resx
scroll to the bottom,  VerifiedConfirmationMessage.Text
Enter the google code into the text box

- I haven't tested this, but it could be a way of getting the code into the page, let us know if it works, thanks,
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
roadman
Nuke Newbie
Nuke Newbie
Posts:2


--
10/31/2007 1:27 PM  
We did try adding the code to the VerifiedConfirmationMessage.Text and it did work. The code is just ignored. No errors or anything.

However, we did get it working another way but it's not ideal. We went in and edited the ManageUser.ascx file in the admin folder of the dotnetnuke folder and added the google code there and then editied the ManageUser.ascx.vb to include the google code at the same time the verified message appears.

Like I said I'm not at all happy with this solution as we normally try to stay away from modifying and dnn core code but that's life.

Thanks for your help...

And if anyone want the exact code let me know and I'll post it.
CREWealth
Nuke Newbie
Nuke Newbie
Posts:4


--
10/31/2007 1:58 PM  
I added Google Conversion Tracking on the thank you page which shows up after sign ups

Jackie

patmisan
Nuke Newbie
Nuke Newbie
Posts:2


--
11/05/2007 5:08 AM  
i have tried to add google coversion code  in verification text but it giving error on ~DNN 4.6  version Can you please post it  thanks in advance

patmisan
Nuke Newbie
Nuke Newbie
Posts:2


--
11/05/2007 5:08 AM  
i have tried to add google coversion code  in verification text but it giving error on ~DNN 4.6  version Can you please post it  thanks in advance



---