I’m also having this issue but with outbound links, only.
In my case, setting “Track outbound clicks and download links?” to “No” in this plugin’s settings resolves the issue.
When the setting is set to “Using Javascript (recommended)” I see the following output in the browser debug console and the click event is consumed:
__gaTracker.hasOwnProperty(loaded)
true
__gaTracker.loaded
true
Event.which: 1
El:
<span>Order Today!</span>
Will track: true
Link: Outbound URL
Extension:
Protocol: https:
External: true
Current domain: sparkellc.com
Link domain: www.amazon.com
Type: external
Control Key: false
Shift Key: false
Meta Key: false
Which Key: 1
Target: false
I edited the line that starts with “Link:” to avoid placing an amazon.com URL to our product in this forum.
-
This reply was modified 7 years, 9 months ago by Ed Gifford. Reason: I added browser console output to my message