question about implement)measuring event value on website page
Hi,
I want to implement to measure only event value without pageview on a web site page like as redirect page.
How should do I write html code?
Regards
Hi,
I want to implement to measure only event value without pageview on a web site page like as redirect page.
How should do I write html code?
Regards
Dear Tomo,
Include s.abort = true; in Page Code of Base SC Code using custom script.
Example:
if(URL=A)
{
s.abort = true
}
I didn't write the javascript code, but the logic for your reference.
If you do, base SC Code will not fire for the URL you have defined.
Then create a new Page Loading Rule for the URL and add your tracking event with s.tl() call using Custom JavaScript.
Now on the page load, Base Code will not fire but the s.tl() will fire.
Hope it should work.
Thank You
Arun
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.