Add Marketo munchkin tracking via angulartics
This commit is contained in:
parent
119cc917fb
commit
9158fe38ee
10 changed files with 71 additions and 199 deletions
|
@ -207,6 +207,7 @@ def render_page_template(name, route_data=None, **kwargs):
|
|||
vuln_priority_set=json.dumps(PRIORITY_LEVELS),
|
||||
enterprise_logo=app.config.get('ENTERPRISE_LOGO_URL', ''),
|
||||
mixpanel_key=app.config.get('MIXPANEL_KEY', ''),
|
||||
munchkin_key=app.config.get('MUNCHKIN_KEY', ''),
|
||||
google_tagmanager_key=app.config.get('GOOGLE_TAGMANAGER_KEY', ''),
|
||||
sentry_public_dsn=app.config.get('SENTRY_PUBLIC_DSN', ''),
|
||||
is_debug=str(app.config.get('DEBUGGING', False)).lower(),
|
||||
|
|
Reference in a new issue