Connecting Tech Pros Worldwide Forums | Help | Site Map

Google website optimizer problem in ASP?

Familiar Sight
 
Join Date: Jul 2007
Posts: 138
#1: Sep 10 '09
Hi All,

I have implemented google website optimizer (GWO) in my asp application. It is not working? I have a dynamic asp page which contains header, footer and some contents in body. I have some radiobuttons in my page and I need to compare these radio buttons design by placing dropdown list?

I could not able to apply GWO because header and footer belongs to one project and body belongs to an other project. I am including 2nd project in 1st project so in browser it is rendering as a single page.

According to GWO standards, some control scripts needs to be placed in header and footer and variations needs to be placed in body. In my case header and footer belongs to 1st project and body belongs to 2nd project?

Plz any one help me.

CroCrew's Avatar
Expert
 
Join Date: Jan 2008
Location: Michigan
Posts: 338
#2: Oct 7 '09

re: Google website optimizer problem in ASP?


Hello bhappy,

Did you find your answer to this?

All the best,
CroCrew~
Familiar Sight
 
Join Date: Jul 2007
Posts: 138
#3: Oct 9 '09

re: Google website optimizer problem in ASP?


My above problem has been solved. We can place control script at any plaec. But, Still i am searching for ASP code.

We can't place asp code in GWO variations sections?
CroCrew's Avatar
Expert
 
Join Date: Jan 2008
Location: Michigan
Posts: 338
#4: Oct 9 '09

re: Google website optimizer problem in ASP?


What is it that your trying to do?

CroCrew~
CroCrew's Avatar
Expert
 
Join Date: Jan 2008
Location: Michigan
Posts: 338
#5: Oct 9 '09

re: Google website optimizer problem in ASP?


Hello bhappy,

Have you read:
www.google.com/websiteoptimizer/techieguide.pdf

Hope that it helps,
CroCrew~
Familiar Sight
 
Join Date: Jul 2007
Posts: 138
#6: Oct 13 '09

re: Google website optimizer problem in ASP?


Hi,
Thanks for ur reply. I had gone through the PDF but i could not able to find any solution to my problem.

In my ASP application, i need to place GWO script for a button in only one page. The button found in header and is common for all pages. So if i place code like the below specified code, GWO is not finding the page sections?

Code:
Quote:
<%if thispage = "mypage" then%>
<script>utmx_section("Top")</script>
<FORM action="mypage.asp" method="POST" style="margin:0">
<INPUT name="checkout" type=image border='0' src="../images/cart_checkout.gif">
</FORM>
<%end if%>
</noscript>
CroCrew's Avatar
Expert
 
Join Date: Jan 2008
Location: Michigan
Posts: 338
#7: Oct 13 '09

re: Google website optimizer problem in ASP?


Sorry, I don't use Google's Web Site Optimizer so mmy help is very limited on this topic.

Good luck on finding the answer,
CroCrew~
Reply

Tags
asp, gwo


Similar ASP / Active Server Pages bytes