Merge pull request #6314 from CartoDB/6288-vendor

public: add analytics to explore and feed
pull/6322/head
Carlos Matallín 9 years ago
commit 7b739f865f

@ -42,5 +42,9 @@
<%= javascript_include_tag 'cdb.js', 'templates', 'explore_deps', 'explore' %>
<%= yield :js %>
<%= insert_trackjs() -%>
<%= insert_google_analytics('primary') -%>
<%= insert_hubspot() -%>
</body>
</html>

@ -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() -%>
</body>
</html>

Loading…
Cancel
Save