Custom code and " or '
-
Hello,
I had this custom code to control bounce rate:
setTimeout(function() {
ga(“send”, “event”, {
eventCategory: “NoBounce”,
eventAction: “NoBounce”,
eventLabel: “Over 20 sectonds”
});
},20*1000);With all lasts versions it worked fine but with 5.0.6 it does not work fine . The Analytics code in webpage sourcecode looks like:
setTimeout(function() {
ga(\”send\”, \”event\”, {
eventCategory: \”NoBounce\”,
eventAction: \”NoBounce\”,
eventLabel: \”Over 20 sectonds\”
});
},20*1000);Regards,
https://www.ads-software.com/plugins/google-analytics-for-wordpress/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom code and " or '’ is closed to new replies.