Closed khawkins98 closed 4 years ago
This looks like it might be a separate issue with a missing
getElementsByTagName("img")[0]
in// is there an inner image? if (linkName.length == 0 && actedOnItem.getElementsByTagName("img")) { if (actedOnItem.getElementsByTagName("img")[0]) { if (actedOnItem.getElementsByTagName("img")[0].hasAttribute("src")) { linkName = actedOnItem.src.split("/").vfGaLinkLast(); } } }
In vf-analtyics-google, there's bug when you click on footer logos European commission or any logo link:
Originally posted by @sandykadam in https://github.com/visual-framework/vf-core/issues/1210#issuecomment-723100300