Hi!
I want to track traffic from our website to our LinkedIn page. I’ve set up a goal in Google Analytics to track links according to this structure: <a href=“X, the moonshot factory | LinkedIn” onclick="ga(‘send’, ‘event’, ‘social’, ‘referral’, ‘LinkedIn’);”>
The problem is that our website builder does not allow me to add my own html. I can only add clean url:s. So using UTM-tags at the end of url:s works fine, but adding a full a href-string does not work.
Does anyone know how to convert this html-string ot a regular link? Is it possible?
<a href=“X, the moonshot factory | LinkedIn” onclick="ga(‘send’, ‘event’, ‘social’, ‘referral’, ‘LinkedIn’);”>