@wix/analytics-data_analytics-data
Advanced tools
Comparing version 1.0.6 to 1.0.7
import { RequestOptionsFactory } from '@wix/sdk-types'; | ||
/** Retrieves analytics data, given the provided filtering. */ | ||
/** Retrieves analytics data, given the specified filtering. */ | ||
export declare function getAnalyticsData(payload: object): RequestOptionsFactory<any>; |
@@ -168,3 +168,3 @@ "use strict"; | ||
const PACKAGE_NAME = '@wix/analytics-data_analytics-data'; | ||
/** Retrieves analytics data, given the provided filtering. */ | ||
/** Retrieves analytics data, given the specified filtering. */ | ||
function getAnalyticsData(payload) { | ||
@@ -171,0 +171,0 @@ function __getAnalyticsData({ host }) { |
@@ -9,3 +9,3 @@ import { HttpClient } from '@wix/sdk-types'; | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param - Measurement types. Supported values: | ||
@@ -12,0 +12,0 @@ * |
@@ -25,3 +25,3 @@ /** Site analytics data */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -31,3 +31,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -41,9 +41,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -67,3 +67,3 @@ } | ||
export interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -70,0 +70,0 @@ /** Value. */ |
@@ -9,11 +9,11 @@ "use strict"; | ||
MeasureNameEnum["UNKNOWN_MEASUREMENT_TYPE"] = "UNKNOWN_MEASUREMENT_TYPE"; | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
MeasureNameEnum["TOTAL_SALES"] = "TOTAL_SALES"; | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
MeasureNameEnum["TOTAL_ORDERS"] = "TOTAL_ORDERS"; | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
MeasureNameEnum["CLICKS_TO_CONTACT"] = "CLICKS_TO_CONTACT"; | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
MeasureNameEnum["TOTAL_SESSIONS"] = "TOTAL_SESSIONS"; | ||
})(MeasureNameEnum || (exports.MeasureNameEnum = MeasureNameEnum = {})); | ||
//# sourceMappingURL=analytics-ng-v2-data-analytics-data.types.js.map |
@@ -25,3 +25,3 @@ /** Site analytics data */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -31,3 +31,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -41,9 +41,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -67,3 +67,3 @@ } | ||
export interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -86,3 +86,3 @@ /** Value. */ | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param measurementTypes - Measurement types. Supported values: | ||
@@ -89,0 +89,0 @@ * |
@@ -35,13 +35,13 @@ "use strict"; | ||
MeasureNameEnum["UNKNOWN_MEASUREMENT_TYPE"] = "UNKNOWN_MEASUREMENT_TYPE"; | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
MeasureNameEnum["TOTAL_SALES"] = "TOTAL_SALES"; | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
MeasureNameEnum["TOTAL_ORDERS"] = "TOTAL_ORDERS"; | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
MeasureNameEnum["CLICKS_TO_CONTACT"] = "CLICKS_TO_CONTACT"; | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
MeasureNameEnum["TOTAL_SESSIONS"] = "TOTAL_SESSIONS"; | ||
})(MeasureNameEnum || (exports.MeasureNameEnum = MeasureNameEnum = {})); | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param measurementTypes - Measurement types. Supported values: | ||
@@ -48,0 +48,0 @@ * |
import { RequestOptionsFactory } from '@wix/sdk-types'; | ||
/** Retrieves analytics data, given the provided filtering. */ | ||
/** Retrieves analytics data, given the specified filtering. */ | ||
export declare function getAnalyticsData(payload: object): RequestOptionsFactory<any>; |
@@ -165,3 +165,3 @@ import { toURLSearchParams } from '@wix/sdk-runtime/rest-modules'; | ||
const PACKAGE_NAME = '@wix/analytics-data_analytics-data'; | ||
/** Retrieves analytics data, given the provided filtering. */ | ||
/** Retrieves analytics data, given the specified filtering. */ | ||
export function getAnalyticsData(payload) { | ||
@@ -168,0 +168,0 @@ function __getAnalyticsData({ host }) { |
@@ -9,3 +9,3 @@ import { HttpClient } from '@wix/sdk-types'; | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param - Measurement types. Supported values: | ||
@@ -12,0 +12,0 @@ * |
@@ -25,3 +25,3 @@ /** Site analytics data */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -31,3 +31,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -41,9 +41,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -67,3 +67,3 @@ } | ||
export interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -70,0 +70,0 @@ /** Value. */ |
@@ -6,11 +6,11 @@ /** Available measure names */ | ||
MeasureNameEnum["UNKNOWN_MEASUREMENT_TYPE"] = "UNKNOWN_MEASUREMENT_TYPE"; | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
MeasureNameEnum["TOTAL_SALES"] = "TOTAL_SALES"; | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
MeasureNameEnum["TOTAL_ORDERS"] = "TOTAL_ORDERS"; | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
MeasureNameEnum["CLICKS_TO_CONTACT"] = "CLICKS_TO_CONTACT"; | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
MeasureNameEnum["TOTAL_SESSIONS"] = "TOTAL_SESSIONS"; | ||
})(MeasureNameEnum || (MeasureNameEnum = {})); | ||
//# sourceMappingURL=analytics-ng-v2-data-analytics-data.types.js.map |
@@ -25,3 +25,3 @@ /** Site analytics data */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -31,3 +31,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -41,9 +41,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -67,3 +67,3 @@ } | ||
export interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -86,3 +86,3 @@ /** Value. */ | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param measurementTypes - Measurement types. Supported values: | ||
@@ -89,0 +89,0 @@ * |
@@ -9,13 +9,13 @@ import { transformError as sdkTransformError } from '@wix/sdk-runtime/transform-error'; | ||
MeasureNameEnum["UNKNOWN_MEASUREMENT_TYPE"] = "UNKNOWN_MEASUREMENT_TYPE"; | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
MeasureNameEnum["TOTAL_SALES"] = "TOTAL_SALES"; | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
MeasureNameEnum["TOTAL_ORDERS"] = "TOTAL_ORDERS"; | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
MeasureNameEnum["CLICKS_TO_CONTACT"] = "CLICKS_TO_CONTACT"; | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
MeasureNameEnum["TOTAL_SESSIONS"] = "TOTAL_SESSIONS"; | ||
})(MeasureNameEnum || (MeasureNameEnum = {})); | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param measurementTypes - Measurement types. Supported values: | ||
@@ -22,0 +22,0 @@ * |
{ | ||
"name": "@wix/analytics-data_analytics-data", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"publishConfig": { | ||
@@ -49,3 +49,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "ac71c6a3d159228c012bb4d15a07a8f85d4267c206b59c8a378082ae" | ||
"falconPackageHash": "a056ee5d39993231ef18bbf2c072e321acb6003e5f6259f74d6556cc" | ||
} |
@@ -503,3 +503,3 @@ type HostModule<T, H extends Host> = { | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -509,3 +509,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -519,9 +519,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -545,3 +545,3 @@ } | ||
interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -573,3 +573,3 @@ /** Value. */ | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param - Measurement types. Supported values: | ||
@@ -576,0 +576,0 @@ * |
@@ -503,3 +503,3 @@ type HostModule<T, H extends Host> = { | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -509,3 +509,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -519,9 +519,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -545,3 +545,3 @@ } | ||
interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -573,3 +573,3 @@ /** Value. */ | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param - Measurement types. Supported values: | ||
@@ -576,0 +576,0 @@ * |
@@ -25,3 +25,3 @@ /** Site analytics data */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -31,3 +31,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -41,9 +41,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -67,3 +67,3 @@ } | ||
interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -86,3 +86,3 @@ /** Value. */ | ||
/** | ||
* Retrieves analytics data, given the provided filtering. | ||
* Retrieves analytics data, given the specified filtering. | ||
* @param measurementTypes - Measurement types. Supported values: | ||
@@ -89,0 +89,0 @@ * |
@@ -20,3 +20,3 @@ /** The request to get analytics data */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -26,3 +26,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -36,9 +36,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -62,3 +62,3 @@ } | ||
interface MeasureValue$1 { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -100,3 +100,3 @@ /** Value. */ | ||
/** | ||
* Custom start date in ISO 8601 format. | ||
* Custom start date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. | ||
* If the period from `startDate` to the current date is longer than 62 days, a "Do not have data for this start date" error will be returned. | ||
@@ -106,3 +106,3 @@ */ | ||
/** | ||
* Custom end date in ISO 8601 format. Returned data will include all dates until the requested end date. | ||
* Custom end date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. Returned data will include all dates until the requested end date. | ||
* For example, { start: '2024-01-01', end: '2024-01-03' } will return data for '2024-01-01' and '2024-01-02'. | ||
@@ -116,9 +116,9 @@ */ | ||
UNKNOWN_MEASUREMENT_TYPE = "UNKNOWN_MEASUREMENT_TYPE", | ||
/** Total sales amount. */ | ||
/** Total amount of money expected from all product and service sales, before deducting refunds, shipping, and fees, including both online and manual payments. */ | ||
TOTAL_SALES = "TOTAL_SALES", | ||
/** Total orders count. */ | ||
/** Total amount of income from sales after deducting refunds. */ | ||
TOTAL_ORDERS = "TOTAL_ORDERS", | ||
/** Clicks to contact count. */ | ||
/** Total amount of site sessions where a visitor clicked to contact you via WhatsApp, phone or email. */ | ||
CLICKS_TO_CONTACT = "CLICKS_TO_CONTACT", | ||
/** Total sessions count. */ | ||
/** Total amount of visitor sessions. */ | ||
TOTAL_SESSIONS = "TOTAL_SESSIONS" | ||
@@ -142,3 +142,3 @@ } | ||
interface MeasureValue { | ||
/** Date in ISO 8601 format. */ | ||
/** Date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. */ | ||
date?: string; | ||
@@ -145,0 +145,0 @@ /** Value. */ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116800