From 8eef3e3fc5e27dd8a90a9a80ac5f611c24301be0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Matall=C3=ADn?= Date: Wed, 23 Dec 2015 12:04:36 +0100 Subject: [PATCH] public: add analytics to explore and feed --- app/views/layouts/explore.html.erb | 4 ++++ app/views/layouts/public_user_feed.html.erb | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/app/views/layouts/explore.html.erb b/app/views/layouts/explore.html.erb index 91cec8ace1..4e162c6925 100644 --- a/app/views/layouts/explore.html.erb +++ b/app/views/layouts/explore.html.erb @@ -42,5 +42,9 @@ <%= javascript_include_tag 'cdb.js', 'templates', 'explore_deps', 'explore' %> <%= yield :js %> + + <%= insert_trackjs() -%> + <%= insert_google_analytics('primary') -%> + <%= insert_hubspot() -%> diff --git a/app/views/layouts/public_user_feed.html.erb b/app/views/layouts/public_user_feed.html.erb index 91531c574c..951b7c6436 100644 --- a/app/views/layouts/public_user_feed.html.erb +++ b/app/views/layouts/public_user_feed.html.erb @@ -56,5 +56,9 @@ <%= javascript_include_tag 'cdb.js', 'templates', 'user_feed_deps', 'user_feed' %> <%= yield :js %> + + <%= insert_trackjs() -%> + <%= insert_google_analytics('primary') -%> + <%= insert_hubspot() -%>