Mobile app version of vmapp.org
Login or Join
Barnes591

: Google analytics event tracking doesn't show the related revenue We're tracking clicks on certain banners on a site using synchroneous tracking: var pageTracker = _gat._getTracker(''+ ga_acc_code

@Barnes591

Posted in: #Analytics #ClickTracking #Ecommerce #GoogleAnalytics #Tracking

We're tracking clicks on certain banners on a site using synchroneous tracking:

var pageTracker = _gat._getTracker(''+ ga_acc_code +'');
pageTracker._trackEvent('click_1', 'Home', '%title%');


The site uses asynchroneous tracking and this is synchroneous tracking. But it works and the events are being registered.

The site analytics is in "ecommerce mode".

On the Top Events report we don't see revenues for these segments (see image below).
What is wrong? Could it be related to the fact we are using synchronous while the analytics script is set for async tracking?

For other events which are tracked asynchronously we do see related revenues.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Barnes591

1 Comments

Sorted by latest first Latest Oldest Best

 

@Jessie594

I would definitely update to use Async code. What shopping cart are you using?

The event tracking code I use on a header search box is below. There are more parameters available I only have the first two set.

onclick="_gaq.push(['_trackEvent', 'Site wide', 'Search']);"

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme