Getting a sp.js error

Hi,

The link click tracking is an automatic feature of the Snowplow library. I’m not sure why it is not tracking the target url as it should be according to the documentation. I’ve tried using the “manual” link click tracking to see if we manually pass our own targetURL, but there is an error thrown.

See attached.

https://p14.zdusercontent.com/attachment/918199/zzPji6JNW5J4w4pCrGb0vRKQa?token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0..3gbS1V9gPTclEGcpzLXO0A.HibNf73XVrK85TmBrhci_Bu-EKcFzneP2iLI5Fm-K5GoFKNCS2VLT9l3zsAavfcZuuUHwEibWNaw6Osk69h7VY4NisO6heuFvJvL5AFHCbGtXDJ-Btony3TTXr_SVCFNz-rP918PFH7jtVsl9NTUHYhMbLBVgbAL5T_GGiSYfuo3oaY2M_-w4gM2SnodruDyHKoA6ZodS1oz8xfkebKgBa0Gt9-Rmx0TU1z1tQxKtFmnbbm63GuGsU8aiX5Lkisi6Kg4CS9tWfIJUd9nBB5lVQ.6vCXG1l7-2I1xq7Cp4ztMQ

I even tried this hardcoding this on a local test page without using Tealium and it still gives me the same error.

See attached.

https://p14.zdusercontent.com/attachment/918199/tKVpCuaVBgRzR05wC4WYOFNYp?token=eyJhbGciOiJkaXIiLCJlbmMiOiJBMTI4Q0JDLUhTMjU2In0..Gg2mcx2Dv2OEjaYfSwiIXw.OFO28OFMPV03qqeDXdFmyc-eQLC352aVjjydOKqeUgGr9FEBTnq3Kyr_wt-Gx3UkFBAN941937UiZFe8LZo1UsVW0Tf10kOEPnDewnNUYbTfg9toj6thhjzdcM2J72UFs49ouczQrk60x86ZWajozvGSoLl3ffl2Ug1_ZRwKYanVcKCu0yF-i8cvsxVhyfzIWYosQPDHL6D-i_-ShHp6d7DtXkip3U2wZRTFvEAVnVcvK0YcUcPdcStFoOWKCkzzZuFlo_To0geDn4v1hd0cZg.eQzu9Ag9QpNt3cbz4ww7Hg

I will have to defer to support from Snowplow at this point. I am more than happy to get on a call with them to figure out what needs to be done at this point.

Regards,
Wayne

@waspesi,

Looks like you misspelt the method name. It has to be trackLinkClick and NOT trackLinkCLick (capital L in the middle).

3 Likes

thanks!