@pushwoosh/rpc-gateway-statistics-api 1.3.804 → 1.3.806
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
|
@@ -928,6 +928,8 @@ export type GetEmailLinkStatisticsResponseItem = {
|
|
|
928
928
|
fullLinks: FullLinkStatistics[];
|
|
929
929
|
/** stable anchor id (data-pw-lid); empty for clicks from unstamped templates */
|
|
930
930
|
linkId: string;
|
|
931
|
+
/** every click, where `clicks` counts unique devices */
|
|
932
|
+
totalClicks: number;
|
|
931
933
|
};
|
|
932
934
|
export type GetEmailLinkStatisticsResponse = {
|
|
933
935
|
items: GetEmailLinkStatisticsResponseItem[];
|