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

com.brsanthu.googleanalytics.discovery.RequestParameterDiscoverer Maven / Gradle / Ivy

package com.brsanthu.googleanalytics.discovery;

import com.brsanthu.googleanalytics.GoogleAnalyticsConfig;
import com.brsanthu.googleanalytics.request.DefaultRequest;

/**
 * Mechanism to discover some default request parameters.
 */
public interface RequestParameterDiscoverer {

    public DefaultRequest discoverParameters(GoogleAnalyticsConfig config, DefaultRequest request);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy