@pushwoosh/rpc-gateway-statistics-api 1.3.736 → 1.3.737
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -969,7 +969,7 @@ export type ControlGroupAnalyticsGroup = {
|
|
|
969
969
|
users: number;
|
|
970
970
|
/** Number of users who performed the event */
|
|
971
971
|
conversions: number;
|
|
972
|
-
/** conversions / users */
|
|
972
|
+
/** conversions / users * 100 */
|
|
973
973
|
conversionRate: number;
|
|
974
974
|
/** Total events / users */
|
|
975
975
|
eventsPerUser: number;
|