Parent: [17f281] (diff)

Child: [e7e356] (diff)

Download this file

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

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