Fri Aug 02 2019
Copied to clipboard! Copy reply
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
try
		{
			s.clearVars(); // this removes the events and eVars you've already sent so they don't get counted twice
			s.linkTrackVars='events';
			s.linkTrackEvents='event121';
			s.addEvent('event121');
			s.tl(true, 'o','Language Clicked -' + langCode); // Send data to Adobe. 'this' is passed because clicked object has href attribute
		}
		catch (e)
		{
			// didn't register click
		}