@pushwoosh/rpc-gateway-statistics-api 1.3.705 → 1.3.707
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/data.js
CHANGED
|
@@ -1241,6 +1241,23 @@ export const data = {
|
|
|
1241
1241
|
},
|
|
1242
1242
|
"timestampTo": {
|
|
1243
1243
|
"type": "string"
|
|
1244
|
+
},
|
|
1245
|
+
"interval": {
|
|
1246
|
+
"type": "pushwoosh.statistics.types.TimeInterval"
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
},
|
|
1250
|
+
"pushwoosh.statistics.statistics.v1.FrequencyCappingMetricWithTimestamp": {
|
|
1251
|
+
"type": "I",
|
|
1252
|
+
"fields": {
|
|
1253
|
+
"timestamp": {
|
|
1254
|
+
"type": "string"
|
|
1255
|
+
},
|
|
1256
|
+
"frequencyCappingSuppressions": {
|
|
1257
|
+
"type": "number"
|
|
1258
|
+
},
|
|
1259
|
+
"frequencyCappingUniqueUsers": {
|
|
1260
|
+
"type": "number"
|
|
1244
1261
|
}
|
|
1245
1262
|
}
|
|
1246
1263
|
},
|
|
@@ -1252,6 +1269,10 @@ export const data = {
|
|
|
1252
1269
|
},
|
|
1253
1270
|
"frequencyCappingUniqueUsers": {
|
|
1254
1271
|
"type": "number"
|
|
1272
|
+
},
|
|
1273
|
+
"rows": {
|
|
1274
|
+
"type": "pushwoosh.statistics.statistics.v1.FrequencyCappingMetricWithTimestamp",
|
|
1275
|
+
"array": true
|
|
1255
1276
|
}
|
|
1256
1277
|
}
|
|
1257
1278
|
},
|
|
@@ -4091,5 +4112,95 @@ export const data = {
|
|
|
4091
4112
|
"array": true
|
|
4092
4113
|
}
|
|
4093
4114
|
}
|
|
4115
|
+
},
|
|
4116
|
+
"pushwoosh.statistics.statistics.v2.statistics.GetControlGroupAnalyticsRequest.WindowDays": {
|
|
4117
|
+
"type": "E",
|
|
4118
|
+
"values": [
|
|
4119
|
+
"WINDOW_DAYS_UNSPECIFIED",
|
|
4120
|
+
"WINDOW_DAYS_3",
|
|
4121
|
+
"WINDOW_DAYS_7",
|
|
4122
|
+
"WINDOW_DAYS_30"
|
|
4123
|
+
]
|
|
4124
|
+
},
|
|
4125
|
+
"pushwoosh.statistics.statistics.v2.statistics.GetControlGroupAnalyticsRequest": {
|
|
4126
|
+
"type": "I",
|
|
4127
|
+
"fields": {
|
|
4128
|
+
"application": {
|
|
4129
|
+
"type": "string"
|
|
4130
|
+
},
|
|
4131
|
+
"windowDays": {
|
|
4132
|
+
"type": "pushwoosh.statistics.statistics.v2.statistics.GetControlGroupAnalyticsRequest.WindowDays"
|
|
4133
|
+
}
|
|
4134
|
+
}
|
|
4135
|
+
},
|
|
4136
|
+
"pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsGroup": {
|
|
4137
|
+
"type": "I",
|
|
4138
|
+
"fields": {
|
|
4139
|
+
"users": {
|
|
4140
|
+
"type": "number"
|
|
4141
|
+
},
|
|
4142
|
+
"conversions": {
|
|
4143
|
+
"type": "number"
|
|
4144
|
+
},
|
|
4145
|
+
"conversionRate": {
|
|
4146
|
+
"type": "number"
|
|
4147
|
+
},
|
|
4148
|
+
"eventsPerUser": {
|
|
4149
|
+
"type": "number"
|
|
4150
|
+
}
|
|
4151
|
+
}
|
|
4152
|
+
},
|
|
4153
|
+
"pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsEvent.Significance": {
|
|
4154
|
+
"type": "E",
|
|
4155
|
+
"values": [
|
|
4156
|
+
"SIGNIFICANCE_UNSPECIFIED",
|
|
4157
|
+
"SIGNIFICANCE_NOT_ENOUGH_DATA",
|
|
4158
|
+
"SIGNIFICANCE_NOT_SIGNIFICANT",
|
|
4159
|
+
"SIGNIFICANCE_SIGNIFICANT"
|
|
4160
|
+
]
|
|
4161
|
+
},
|
|
4162
|
+
"pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsEvent": {
|
|
4163
|
+
"type": "I",
|
|
4164
|
+
"fields": {
|
|
4165
|
+
"event": {
|
|
4166
|
+
"type": "string"
|
|
4167
|
+
},
|
|
4168
|
+
"treatment": {
|
|
4169
|
+
"type": "pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsGroup"
|
|
4170
|
+
},
|
|
4171
|
+
"control": {
|
|
4172
|
+
"type": "pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsGroup"
|
|
4173
|
+
},
|
|
4174
|
+
"upliftPct": {
|
|
4175
|
+
"type": "number"
|
|
4176
|
+
},
|
|
4177
|
+
"incrementalEvents": {
|
|
4178
|
+
"type": "number"
|
|
4179
|
+
},
|
|
4180
|
+
"percentOfTreatment": {
|
|
4181
|
+
"type": "number"
|
|
4182
|
+
},
|
|
4183
|
+
"zScore": {
|
|
4184
|
+
"type": "number"
|
|
4185
|
+
},
|
|
4186
|
+
"pValue": {
|
|
4187
|
+
"type": "number"
|
|
4188
|
+
},
|
|
4189
|
+
"confidencePct": {
|
|
4190
|
+
"type": "number"
|
|
4191
|
+
},
|
|
4192
|
+
"significance": {
|
|
4193
|
+
"type": "pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsEvent.Significance"
|
|
4194
|
+
}
|
|
4195
|
+
}
|
|
4196
|
+
},
|
|
4197
|
+
"pushwoosh.statistics.statistics.v2.statistics.GetControlGroupAnalyticsResponse": {
|
|
4198
|
+
"type": "I",
|
|
4199
|
+
"fields": {
|
|
4200
|
+
"events": {
|
|
4201
|
+
"type": "pushwoosh.statistics.statistics.v2.statistics.ControlGroupAnalyticsEvent",
|
|
4202
|
+
"array": true
|
|
4203
|
+
}
|
|
4204
|
+
}
|
|
4094
4205
|
}
|
|
4095
4206
|
};
|
package/package.json
CHANGED
|
@@ -695,3 +695,53 @@ export type GetUserFCSuppressionsResponse = {
|
|
|
695
695
|
/** List of suppression records */
|
|
696
696
|
suppressions: FCSuppressionRecord[];
|
|
697
697
|
};
|
|
698
|
+
/** WindowDays is the analytics window preset */
|
|
699
|
+
export type GetControlGroupAnalyticsRequest_WindowDays = 'WINDOW_DAYS_UNSPECIFIED' | 'WINDOW_DAYS_3' | 'WINDOW_DAYS_7' | 'WINDOW_DAYS_30';
|
|
700
|
+
/** GetControlGroupAnalyticsRequest represents a request for Global Control Group analytics */
|
|
701
|
+
export type GetControlGroupAnalyticsRequest = {
|
|
702
|
+
/** Application Code */
|
|
703
|
+
application: string;
|
|
704
|
+
/** Analytics window preset */
|
|
705
|
+
windowDays: GetControlGroupAnalyticsRequest_WindowDays;
|
|
706
|
+
};
|
|
707
|
+
/** ControlGroupAnalyticsGroup contains metrics for one side of the experiment (treatment or control) */
|
|
708
|
+
export type ControlGroupAnalyticsGroup = {
|
|
709
|
+
/** Number of users in the group */
|
|
710
|
+
users: number;
|
|
711
|
+
/** Number of users who performed the event */
|
|
712
|
+
conversions: number;
|
|
713
|
+
/** conversions / users */
|
|
714
|
+
conversionRate: number;
|
|
715
|
+
/** Total events / users */
|
|
716
|
+
eventsPerUser: number;
|
|
717
|
+
};
|
|
718
|
+
/** Significance is the statistical significance verdict for the uplift */
|
|
719
|
+
export type ControlGroupAnalyticsEvent_Significance = 'SIGNIFICANCE_UNSPECIFIED' | 'SIGNIFICANCE_NOT_ENOUGH_DATA' | 'SIGNIFICANCE_NOT_SIGNIFICANT' | 'SIGNIFICANCE_SIGNIFICANT';
|
|
720
|
+
/** ControlGroupAnalyticsEvent contains Control-vs-Treatment metrics for a single event */
|
|
721
|
+
export type ControlGroupAnalyticsEvent = {
|
|
722
|
+
/** Event name */
|
|
723
|
+
event: string;
|
|
724
|
+
/** Treatment group metrics */
|
|
725
|
+
treatment: ControlGroupAnalyticsGroup;
|
|
726
|
+
/** Control group metrics */
|
|
727
|
+
control: ControlGroupAnalyticsGroup;
|
|
728
|
+
/** Relative uplift of treatment over control, percent */
|
|
729
|
+
upliftPct: number;
|
|
730
|
+
/** Estimated events attributable to messaging */
|
|
731
|
+
incrementalEvents: number;
|
|
732
|
+
/** Incremental events as percent of treatment events */
|
|
733
|
+
percentOfTreatment: number;
|
|
734
|
+
/** Z-score of the uplift */
|
|
735
|
+
zScore: number;
|
|
736
|
+
/** P-value of the uplift */
|
|
737
|
+
pValue: number;
|
|
738
|
+
/** Confidence level, percent */
|
|
739
|
+
confidencePct: number;
|
|
740
|
+
/** Statistical significance verdict */
|
|
741
|
+
significance: ControlGroupAnalyticsEvent_Significance;
|
|
742
|
+
};
|
|
743
|
+
/** GetControlGroupAnalyticsResponse contains per-event Control-vs-Treatment analytics */
|
|
744
|
+
export type GetControlGroupAnalyticsResponse = {
|
|
745
|
+
/** Per-event analytics rows */
|
|
746
|
+
events: ControlGroupAnalyticsEvent[];
|
|
747
|
+
};
|