@maxim_mazurok/gapi.client.analyticsdata-v1beta 0.3.20260907 → 0.3.20260909

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.
Files changed (2) hide show
  1. package/index.d.ts +30 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
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: 20260907
12
+ // Revision: 20260909
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -157,6 +157,33 @@ declare namespace gapi.client {
157
157
  /** Names of dimensions. The names must refer back to names in the dimensions field of the request. */
158
158
  dimensionNames?: string[];
159
159
  }
160
+ interface DataTruncationDateRange {
161
+ /** The end date in the format YYYY-MM-DD (inclusive). */
162
+ endDate?: string;
163
+ /** The start date in the format YYYY-MM-DD (inclusive). */
164
+ startDate?: string;
165
+ }
166
+ interface DataTruncationReason {
167
+ /** The data truncation date in the format YYYY-MM-DD. Indicates data before this date is truncated. */
168
+ dataTruncationDate?: string;
169
+ /** The truncated date ranges. */
170
+ dataTruncationDateRanges?: DataTruncationDateRange[];
171
+ /** A descriptive message explaining the data truncation. */
172
+ dataTruncationMessage?: string;
173
+ /** The type of data truncation. */
174
+ dataTruncationType?:
175
+ | 'DATA_TRUNCATION_TYPE_UNSPECIFIED'
176
+ | 'DATA_TRUNCATION_TYPE_RULES_BASED_MODELS'
177
+ | 'DATA_TRUNCATION_TYPE_DATA_DRIVEN_ATTRIBUTION'
178
+ | 'DATA_TRUNCATION_TYPE_DV360'
179
+ | 'DATA_TRUNCATION_TYPE_CM360'
180
+ | 'DATA_TRUNCATION_TYPE_ITEM_SCOPED_ECOMMERCE_METRICS'
181
+ | 'DATA_TRUNCATION_TYPE_EVENT_SCOPED_ECOMMERCE_METRICS'
182
+ | 'DATA_TRUNCATION_TYPE_DATE_RANGE'
183
+ | 'DATA_TRUNCATION_TYPE_PROPERTY'
184
+ | 'DATA_TRUNCATION_TYPE_CONVERSIONS'
185
+ | 'DATA_TRUNCATION_TYPE_GOOGLE_ADS';
186
+ }
160
187
  interface DateRange {
161
188
  /** The inclusive end date for the query in the format `YYYY-MM-DD`. Cannot be before `start_date`. The format `NdaysAgo`, `yesterday`, or `today` is also accepted, and in that case, the date is inferred based on the property's reporting time zone. */
162
189
  endDate?: string;
@@ -473,6 +500,8 @@ declare namespace gapi.client {
473
500
  currencyCode?: string;
474
501
  /** If true, indicates some buckets of dimension combinations are rolled into "(other)" row. This can happen for high cardinality reports. The metadata parameter dataLossFromOtherRow is populated based on the aggregated data table used in the report. The parameter will be accurately populated regardless of the filters and limits in the report. For example, the (other) row could be dropped from the report because the request contains a filter on sessionSource = google. This parameter will still be populated if data loss from other row was present in the input aggregate data used to generate this report. To learn more, see [About the (other) row and data sampling](https://support.google.com/analytics/answer/13208658#reports). */
475
502
  dataLossFromOtherRow?: boolean;
503
+ /** If set, indicate there is data truncation in the report. */
504
+ dataTruncationReasons?: DataTruncationReason[];
476
505
  /** If empty reason is specified, the report is empty for this reason. */
477
506
  emptyReason?: string;
478
507
  /** If this report results is [sampled](https://support.google.com/analytics/answer/13331292), this describes the percentage of events used in this report. One `samplingMetadatas` is populated for each date range. Each `samplingMetadatas` corresponds to a date range in order that date ranges were specified in the request. However if the results are not sampled, this field will not be defined. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsdata-v1beta",
3
- "version": "0.3.20260907",
3
+ "version": "0.3.20260909",
4
4
  "description": "TypeScript typings for Google Analytics Data API v1beta",
5
5
  "repository": {
6
6
  "type": "git",