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

io.featurehub.client.GoogleAnalyticsApiClient Maven / Gradle / Ivy

package io.featurehub.client;

public interface GoogleAnalyticsApiClient {
  // if you wish to pass in the "value" field to analytics, add this to the "other" map
  String GA_VALUE = "gaValue";

  void postBatchUpdate(String batchData);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy