Parent: [67df1e] (diff)

Child: [391e46] (diff)

Download this file

analytics.py    10 lines (6 with data), 193 Bytes

1
2
3
4
5
6
7
8
9
import ew
class GoogleAnalytics(ew.Widget):
template='jinja:allura:templates/widgets/analytics.html'
defaults=dict(
ew.Widget.defaults,
account='UA-XXXXX-X')