Hi @Rim ,
You're using:
window.s_c_il[0].tl();
But instead of firing an event call (non-pageview), it's sending a pageview hit (s.t() call). This is not expected, since s.tl() should only send a custom link/event hit (like for downloads, outbound links, etc.).
What s.tl() Needs to Work Prope...