@pushwoosh/rpc-gateway-statistics-api 1.3.822 → 1.3.824
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
package/package.json
CHANGED
|
@@ -965,6 +965,13 @@ export type AdCampaignStatisticsItem = {
|
|
|
965
965
|
totalClicks: number;
|
|
966
966
|
/** sends the creative was attached to */
|
|
967
967
|
messages: number;
|
|
968
|
+
/**
|
|
969
|
+
* A push has no link click of its own: what a recipient does with it is a tap,
|
|
970
|
+
* counted apart from the banner clicks of a letter.
|
|
971
|
+
*/
|
|
972
|
+
pushTaps: number;
|
|
973
|
+
/** every tap on it */
|
|
974
|
+
totalPushTaps: number;
|
|
968
975
|
};
|
|
969
976
|
export type GetAdCampaignStatisticsResponse = {
|
|
970
977
|
items: AdCampaignStatisticsItem[];
|