Tracking with GA
-
I’ve added this code to the js:
$(‘.accordion-title’).click(function() {
ga(‘send’, ‘event’, ‘Click’, ‘View-Accordion’, {
nonInteraction: true
});But I’m getting this error:
Executing Google Analytics commands.
analytics_debug.js:9 Running command: ga(“send”, {hitType: “event”, eventCategory: “click”, eventAction: “reveal”, eventLabel: “View-Accordion”})
analytics_debug.js:9 Command ignored. Unknown target: undefinedAny suggestions?
Thanks.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Tracking with GA’ is closed to new replies.