Actions > pages from translation site .... v 1.5.1

Using v 1.5.1

Looking at the actions > pages data, I found out that pages treated through a translation site do get registered on my piwik data. I am using the js technique to track. Reading from the forum, I thought that it was fixed way back then (version 0.6 I belived) in the .js library sitting on my server !

here the link of the registered page :
http://98.139.168.220/babelfish/translate_url_content?.intl=ca&lp=fr_en&trurl=http%3A%2F%2Fwww.mysite.com%2Fnet%2Findex.php

How can I stop those type of pages to be stop from being registered in my piwik DB. How can I erase those data from the DB.

Much apprecitated

Maxime

Can you try to add in the JS:

piwikTracker.killFrame();

(Not tested)

Mat

Currently in the JS I only the following function calls …

piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();

Where should I put your suggestion, before, after or within an if/else

merci

before trackPageView()