@maxim_mazurok/gapi.client.analyticsdata-v1beta 0.0.20250122 → 0.0.20250127
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/index.d.ts +11 -11
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://analyticsdata.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250127
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Google Analytics Data API v1beta */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://analyticsdata.googleapis.com/$discovery/rest?version=v1beta'
|
|
19
|
+
urlOrObject: 'https://analyticsdata.googleapis.com/$discovery/rest?version=v1beta',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'analyticsdata', version: 'v1beta'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'analyticsdata',
|
|
26
26
|
version: 'v1beta',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace analyticsdata {
|
|
@@ -675,7 +675,7 @@ declare namespace gapi.client {
|
|
|
675
675
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
676
676
|
uploadType?: string;
|
|
677
677
|
},
|
|
678
|
-
body: AudienceExport
|
|
678
|
+
body: AudienceExport,
|
|
679
679
|
): Request<Operation>;
|
|
680
680
|
/** Gets configuration metadata about a specific audience export. This method can be used to understand an audience export after it has been created. See [Creating an Audience Export](https://developers.google.com/analytics/devguides/reporting/data/v1/audience-list-basics) for an introduction to Audience Exports with examples. Audience Export APIs have some methods at alpha and other methods at beta stability. The intention is to advance methods to beta stability after some feedback and adoption. To give your feedback on this API, complete the [Google Analytics Audience Export API Feedback](https://forms.gle/EeA5u5LW6PEggtCEA) form. */
|
|
681
681
|
get(request?: {
|
|
@@ -791,7 +791,7 @@ declare namespace gapi.client {
|
|
|
791
791
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
792
792
|
uploadType?: string;
|
|
793
793
|
},
|
|
794
|
-
body: QueryAudienceExportRequest
|
|
794
|
+
body: QueryAudienceExportRequest,
|
|
795
795
|
): Request<QueryAudienceExportResponse>;
|
|
796
796
|
}
|
|
797
797
|
interface PropertiesResource {
|
|
@@ -851,7 +851,7 @@ declare namespace gapi.client {
|
|
|
851
851
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
852
852
|
uploadType?: string;
|
|
853
853
|
},
|
|
854
|
-
body: BatchRunPivotReportsRequest
|
|
854
|
+
body: BatchRunPivotReportsRequest,
|
|
855
855
|
): Request<BatchRunPivotReportsResponse>;
|
|
856
856
|
/** Returns multiple reports in a batch. All reports must be for the same Google Analytics property. */
|
|
857
857
|
batchRunReports(request: {
|
|
@@ -909,7 +909,7 @@ declare namespace gapi.client {
|
|
|
909
909
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
910
910
|
uploadType?: string;
|
|
911
911
|
},
|
|
912
|
-
body: BatchRunReportsRequest
|
|
912
|
+
body: BatchRunReportsRequest,
|
|
913
913
|
): Request<BatchRunReportsResponse>;
|
|
914
914
|
/** This compatibility method lists dimensions and metrics that can be added to a report request and maintain compatibility. This method fails if the request's dimensions and metrics are incompatible. In Google Analytics, reports fail if they request incompatible dimensions and/or metrics; in that case, you will need to remove dimensions and/or metrics from the incompatible report until the report is compatible. The Realtime and Core reports have different compatibility rules. This method checks compatibility for Core reports. */
|
|
915
915
|
checkCompatibility(request: {
|
|
@@ -967,7 +967,7 @@ declare namespace gapi.client {
|
|
|
967
967
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
968
968
|
uploadType?: string;
|
|
969
969
|
},
|
|
970
|
-
body: CheckCompatibilityRequest
|
|
970
|
+
body: CheckCompatibilityRequest,
|
|
971
971
|
): Request<CheckCompatibilityResponse>;
|
|
972
972
|
/** Returns metadata for dimensions and metrics available in reporting methods. Used to explore the dimensions and metrics. In this method, a Google Analytics property identifier is specified in the request, and the metadata response includes Custom dimensions and metrics as well as Universal metadata. For example if a custom metric with parameter name `levels_unlocked` is registered to a property, the Metadata response will contain `customEvent:levels_unlocked`. Universal metadata are dimensions and metrics applicable to any property such as `country` and `totalUsers`. */
|
|
973
973
|
getMetadata(request?: {
|
|
@@ -1052,7 +1052,7 @@ declare namespace gapi.client {
|
|
|
1052
1052
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1053
1053
|
uploadType?: string;
|
|
1054
1054
|
},
|
|
1055
|
-
body: RunPivotReportRequest
|
|
1055
|
+
body: RunPivotReportRequest,
|
|
1056
1056
|
): Request<RunPivotReportResponse>;
|
|
1057
1057
|
/** Returns a customized report of realtime event data for your property. Events appear in realtime reports seconds after they have been sent to the Google Analytics. Realtime reports show events and usage data for the periods of time ranging from the present moment to 30 minutes ago (up to 60 minutes for Google Analytics 360 properties). For a guide to constructing realtime requests & understanding responses, see [Creating a Realtime Report](https://developers.google.com/analytics/devguides/reporting/data/v1/realtime-basics). */
|
|
1058
1058
|
runRealtimeReport(request: {
|
|
@@ -1110,7 +1110,7 @@ declare namespace gapi.client {
|
|
|
1110
1110
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1111
1111
|
uploadType?: string;
|
|
1112
1112
|
},
|
|
1113
|
-
body: RunRealtimeReportRequest
|
|
1113
|
+
body: RunRealtimeReportRequest,
|
|
1114
1114
|
): Request<RunRealtimeReportResponse>;
|
|
1115
1115
|
/** Returns a customized report of your Google Analytics event data. Reports contain statistics derived from data collected by the Google Analytics tracking code. The data returned from the API is as a table with columns for the requested dimensions and metrics. Metrics are individual measurements of user activity on your property, such as active users or event count. Dimensions break down metrics across some common criteria, such as country or event name. For a guide to constructing requests & understanding responses, see [Creating a Report](https://developers.google.com/analytics/devguides/reporting/data/v1/basics). */
|
|
1116
1116
|
runReport(request: {
|
|
@@ -1168,7 +1168,7 @@ declare namespace gapi.client {
|
|
|
1168
1168
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
1169
1169
|
uploadType?: string;
|
|
1170
1170
|
},
|
|
1171
|
-
body: RunReportRequest
|
|
1171
|
+
body: RunReportRequest,
|
|
1172
1172
|
): Request<RunReportResponse>;
|
|
1173
1173
|
audienceExports: AudienceExportsResource;
|
|
1174
1174
|
}
|
package/package.json
CHANGED
package/readme.md
CHANGED