From b9599df7083a5c04e9c355b7ae00a87d6761e1f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20D=C5=82ugosz?= Date: Wed, 21 Nov 2012 21:44:04 +0100 Subject: [PATCH] tune GA links --- src/calibre/gui2/store/stores/publio_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/store/stores/publio_plugin.py b/src/calibre/gui2/store/stores/publio_plugin.py index be714300a9..6854d4e5e7 100644 --- a/src/calibre/gui2/store/stores/publio_plugin.py +++ b/src/calibre/gui2/store/stores/publio_plugin.py @@ -24,7 +24,7 @@ from calibre.gui2.store.web_store_dialog import WebStoreDialog class PublioStore(BasicStoreConfig, StorePlugin): def open(self, parent=None, detail_item=None, external=False): - google_analytics = '?utm_source=tdcalibre' + google_analytics = '?utm_source=tdcalibre&utm_medium=calibre' url = 'http://www.publio.pl/e-booki.html' + google_analytics if external or self.config.get('open_external', False):