Esempio n. 1
0
  // ACTIVITY + INIT
  @Override
  protected void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    actionBarType = ActionBarType.ACTIONBAR_WITH_OVERFLOW_AND_CART;

    // GAv4
    HitBuilders.AppViewBuilder hba = new HitBuilders.AppViewBuilder();
    hba.setCustomDimension(1, MyaccountData.sharedInstance().getMemberPK());
    // ((PrivaliaApplication)getApplicationContext()).trackView("/app/myaccount/orders", hba);
    GATrack.getInstance().trackView(this, "/app/myaccount/orders", hba);

    initUI();
  }