我正在编辑一个 Wordpress 插件,我需要在其中使用 Google Analytics 的事件跟踪 javascript 代码跟踪出站点击。挑战是,我只能编辑产生多个链接的一个 php 文件。在下面的代码中,我只需要将“this.getAttribute('href')”部分替换为该链接的 href。如何才能做到这一点?我已经尝试了 this.getAttribute('href') 代码,但它没有执行。
<a href="http://lifeplace.com.au/" onclick="trackOutboundLink(this, 'Outbound Links', this.getAttribute('href')); return false;" title=""><img class="soliloquy-item-image" src="http://www.96five.com/wp-content/uploads/2013/03/image.jpg" alt="" title="Lifeplace"></a>