Package org.matomo.java.tracking
Class CustomVariable
java.lang.Object
org.matomo.java.tracking.parameters.CustomVariable
org.matomo.java.tracking.CustomVariable
Deprecated.
A user defined custom variable.
- Author:
- brettcsorba
-
Constructor Summary
ConstructorsConstructorDescriptionCustomVariable
(@NonNull String key, @NonNull String value) Deprecated.Instantiates a new custom variable. -
Method Summary
-
Constructor Details
-
CustomVariable
Deprecated.Instantiates a new custom variable.- Parameters:
key
- the key of the custom variable (required)value
- the value of the custom variable (required)
-
EcommerceItem
instead.