mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-24 12:15:16 +01:00
tune GA links
This commit is contained in:
parent
bae22ca387
commit
b9599df708
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
|||
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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue