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.UseCustomVariable
instead. -
Method Summary
-
Constructor Details
-
CustomVariable
Deprecated.UseCustomVariable
instead.Instantiates a new custom variable.- Parameters:
key
- the key of the custom variable (required)value
- the value of the custom variable (required)
-
CustomVariable
instead.