All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.brsanthu.googleanalytics.GoogleAnalyticsStats Maven / Gradle / Ivy

package com.brsanthu.googleanalytics;

public interface GoogleAnalyticsStats {

    long getPageViewHits();

    long getEventHits();

    long getScreenViewHits();

    long getItemHits();

    long getTransactionHits();

    long getTimingHits();

    long getSocialHits();

    long getExceptionHits();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy