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
Post a Comment