Parent: [3f72a4] (diff)

Child: [c1be33] (diff)

Download this file

analytics.py    8 lines (5 with data), 134 Bytes

1
2
3
4
5
6
7
import ew
class GoogleAnalytics(ew.Widget):
template='jinja:analytics.html'
params=['account']
account='UA-XXXXX-X'