jquery - Omniture: send virtual pageview on click -


ok, i'm trying send virtual pageview upon click before continuing purchase process

i tested next function on button:

$('a:contains("continuar compra")').mouseover(function() { s.pagename="carro de compras: continuar"; s.tl(); }); 

and works charm (used debugger , console confirm) when changing click function:

$('a:contains("continuar compra")').click(function() { s.pagename="carro de compras: continuar"; s.tl(); }); 

it not send pageview, ideas?

thanks, felipe

s.t send pageview request, not s.tl (link tracking).


Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -