Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wptipsntricks

    (@wptipsntricks)

    Hi, Please provide a link to the page in question so I can check the issue.

    Thread Starter hahutzy

    (@hahutzy)

    Plugin Author wptipsntricks

    (@wptipsntricks)

    Hi, It looks like a redirection. I did see some debug info from this block of code when it was redirecting:

    if (track) {
    						if(window._gat){ //Classic
    							_gaq.push(['_trackEvent', elEv.category.toLowerCase(), elEv.action.toLowerCase(), elEv.label.toLowerCase(), elEv.value, elEv.non_i]);
    						}else{ //Universal
    							ga('send','event', elEv.category.toLowerCase(),elEv.action.toLowerCase(),elEv.label.toLowerCase(),elEv.value);
    						}
    						if (target == "_blank"){
    								window.open(elEv.loc);
    						}else{
    							setTimeout(function() {window.location.href = elEv.loc;}, 400);
    						}
    						if ( window.console && window.console.log ) {console.log ( 'Outbound: ' + elEv.label);}
    						return false;
    					}

    I believe the code is coming from “Google Analytics Tracking by Google Analyticator” plugin. Do you want to temporarily deactivate that plugin to see how it goes?

    Thread Starter hahutzy

    (@hahutzy)

    That did it, thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Inline implementation not working properly?’ is closed to new replies.