You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One or more target URLs. Required for click and pageview metrics.
[optional]
is_active
Boolean
Whether to track a conversion when users take an action. Required for custom metrics. Either <code>isActive</code> or <code>isNumeric</code> may be true, but not both.
[optional]
is_numeric
Boolean
Whether to track numeric changes in value against a baseline. Required for custom metrics. Either <code>isActive</code> or <code>isNumeric</code> may be true, but not both.
[optional]
unit
String
The unit of measure. Only for numeric custom metrics.
[optional]
event_key
String
The event name to use in your code. Required for custom metrics.
[optional]
success_criteria
String
Success criteria. Required for numeric custom metrics.