Skip to content

Commit

Permalink
tracker still not working :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
drseb committed Aug 28, 2015
1 parent a6ab06f commit bc0d584
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/hpoweb/HpowebUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,11 @@ protected void init(VaadinRequest request) {
searchBar.setWidth("100%");
IEntityDataProvider dataProvider = null;

tracker = new GoogleAnalyticsTracker("UA-62837903-2", "human-phenotype-ontology.org");
tracker = new GoogleAnalyticsTracker("UA-62837903-2");
addExtension(tracker);
tracker.extend(UI.getCurrent());
tracker.extend(this);
tracker.trackPageview(Page.getCurrent().toString());

if (parameterMap.containsKey(CONSTANTS.hpRequestId)) {

Expand Down

0 comments on commit bc0d584

Please sign in to comment.