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 -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -