Package org.piwik.java.tracking
Class CustomVariable
java.lang.Object
org.matomo.java.tracking.parameters.CustomVariable
org.piwik.java.tracking.CustomVariable
Deprecated.
A user defined custom variable.
Renamed to CustomVariable in 3.0.0.
- Author:
- brettcsorba
-
Constructor Summary
ConstructorsConstructorDescriptionCustomVariable(String key, String value) Deprecated.UseCustomVariableinstead. -
Method Summary
-
Constructor Details
-
CustomVariable
Deprecated.UseCustomVariableinstead.Instantiates a new custom variable.- Parameters:
key- the key of the custom variable (required)value- the value of the custom variable (required)
-
CustomVariableinstead.