@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.2.20260316 → 0.2.20260603

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 (3) hide show
  1. package/index.d.ts +104 -66
  2. package/package.json +1 -1
  3. package/readme.md +24 -0
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://analyticsadmin.googleapis.com/$discovery/rest?version=v1alpha
12
- // Revision: 20260316
12
+ // Revision: 20260603
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -186,7 +186,7 @@ declare namespace gapi.client {
186
186
  displayName?: string;
187
187
  /** Output only. The URI for a Google Marketing Platform organization resource. Only set when this account is connected to a GMP organization. Format: marketingplatformadmin.googleapis.com/organizations/{org_id} */
188
188
  gmpOrganization?: string;
189
- /** Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100" */
189
+ /** Identifier. Resource name of this account. Format: accounts/{account} Example: "accounts/100" */
190
190
  name?: string;
191
191
  /** Country of business. Must be a Unicode CLDR region code. */
192
192
  regionCode?: string;
@@ -198,7 +198,7 @@ declare namespace gapi.client {
198
198
  account?: string;
199
199
  /** Display name for the account referred to in this account summary. */
200
200
  displayName?: string;
201
- /** Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000" */
201
+ /** Identifier. Resource name for this account summary. Format: accountSummaries/{account_id} Example: "accountSummaries/1000" */
202
202
  name?: string;
203
203
  /** List of summaries for child accounts of this account. */
204
204
  propertySummaries?: GoogleAnalyticsAdminV1alphaPropertySummary[];
@@ -475,7 +475,7 @@ declare namespace gapi.client {
475
475
  | 'SECONDS'
476
476
  | 'MINUTES'
477
477
  | 'HOURS';
478
- /** Output only. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
478
+ /** Identifier. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
479
479
  name?: string;
480
480
  /** Output only. Types of restricted data that this metric contains. */
481
481
  restrictedMetricType?:
@@ -553,6 +553,8 @@ declare namespace gapi.client {
553
553
  skadnetworkConversionValueSchema?: GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema;
554
554
  /** A snapshot of a SubpropertySyncConfig resource in change history. */
555
555
  subpropertySyncConfig?: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig;
556
+ /** A snapshot of a UserProvidedDataSettings resource in change history. */
557
+ userProvidedDataSettings?: GoogleAnalyticsAdminV1alphaUserProvidedDataSettings;
556
558
  }
557
559
  interface GoogleAnalyticsAdminV1alphaChangeHistoryEvent {
558
560
  /** The type of actor that made this change. */
@@ -637,7 +639,7 @@ declare namespace gapi.client {
637
639
  deletable?: boolean;
638
640
  /** Immutable. The event name for this conversion event. Examples: 'click', 'purchase' */
639
641
  eventName?: string;
640
- /** Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} */
642
+ /** Identifier. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} */
641
643
  name?: string;
642
644
  }
643
645
  interface GoogleAnalyticsAdminV1alphaConversionEventDefaultConversionValue {
@@ -687,7 +689,7 @@ declare namespace gapi.client {
687
689
  disallowAdsPersonalization?: boolean;
688
690
  /** Required. Display name for this custom dimension as shown in the Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a letter. Legacy system-generated display names may contain square brackets, but updates to this field will never permit square brackets. */
689
691
  displayName?: string;
690
- /** Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension} */
692
+ /** Identifier. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension} */
691
693
  name?: string;
692
694
  /** Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions. */
693
695
  parameterName?: string;
@@ -712,7 +714,7 @@ declare namespace gapi.client {
712
714
  | 'SECONDS'
713
715
  | 'MINUTES'
714
716
  | 'HOURS';
715
- /** Output only. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
717
+ /** Identifier. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
716
718
  name?: string;
717
719
  /** Required. Immutable. Tagging name for this custom metric. If this is an event-scoped metric, then this is the event parameter name. May only contain alphanumeric and underscore charactes, starting with a letter. Max length of 40 characters for event-scoped metrics. */
718
720
  parameterName?: string;
@@ -743,7 +745,7 @@ declare namespace gapi.client {
743
745
  | 'TWENTY_SIX_MONTHS'
744
746
  | 'THIRTY_EIGHT_MONTHS'
745
747
  | 'FIFTY_MONTHS';
746
- /** Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
748
+ /** Identifier. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
747
749
  name?: string;
748
750
  /** If true, reset the retention period for the user identifier with every event from that user. */
749
751
  resetUserDataOnNewActivity?: boolean;
@@ -757,7 +759,7 @@ declare namespace gapi.client {
757
759
  | 'FIFTY_MONTHS';
758
760
  }
759
761
  interface GoogleAnalyticsAdminV1alphaDataSharingSettings {
760
- /** Output only. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
762
+ /** Identifier. Resource name. Format: accounts/{account}/dataSharingSettings Example: "accounts/1000/dataSharingSettings" */
761
763
  name?: string;
762
764
  /** Deprecated. This field is no longer used and always returns false. */
763
765
  sharingWithGoogleAnySalesEnabled?: boolean;
@@ -779,7 +781,7 @@ declare namespace gapi.client {
779
781
  displayName?: string;
780
782
  /** Data specific to iOS app streams. Must be populated if type is IOS_APP_DATA_STREAM. */
781
783
  iosAppStreamData?: GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData;
782
- /** Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
784
+ /** Identifier. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
783
785
  name?: string;
784
786
  /** Required. Immutable. The type of this DataStream resource. */
785
787
  type?:
@@ -827,7 +829,7 @@ declare namespace gapi.client {
827
829
  campaignDataSharingEnabled?: boolean;
828
830
  /** Immutable. Enables the import of cost data from Display & Video 360 into the Google Analytics property. This can only be enabled if `campaign_data_sharing_enabled` is true. After link creation, this can only be updated from the Display & Video 360 product. If this field is not set on create, it will be defaulted to true. */
829
831
  costDataSharingEnabled?: boolean;
830
- /** Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID */
832
+ /** Identifier. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID */
831
833
  name?: string;
832
834
  }
833
835
  interface GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal {
@@ -843,7 +845,7 @@ declare namespace gapi.client {
843
845
  costDataSharingEnabled?: boolean;
844
846
  /** Output only. The status information for this link proposal. */
845
847
  linkProposalStatusDetails?: GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails;
846
- /** Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display & Video 360 Advertiser ID */
848
+ /** Identifier. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display & Video 360 Advertiser ID */
847
849
  name?: string;
848
850
  /** Input only. On a proposal being sent to Display & Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display & Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display & Video 360 Advertiser may approve the proposal. */
849
851
  validationEmail?: string;
@@ -961,13 +963,13 @@ declare namespace gapi.client {
961
963
  interface GoogleAnalyticsAdminV1alphaFirebaseLink {
962
964
  /** Output only. Time when this FirebaseLink was originally created. */
963
965
  createTime?: string;
964
- /** Output only. Example format: properties/1234/firebaseLinks/5678 */
966
+ /** Identifier. Example format: properties/1234/firebaseLinks/5678 */
965
967
  name?: string;
966
968
  /** Immutable. Firebase project resource name. When creating a FirebaseLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, returned FirebaseLinks will always have a project_name that contains a project number. Format: 'projects/{project number}' Example: 'projects/1234' */
967
969
  project?: string;
968
970
  }
969
971
  interface GoogleAnalyticsAdminV1alphaGlobalSiteTag {
970
- /** Output only. Resource name for this GlobalSiteTag resource. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag" */
972
+ /** Identifier. Resource name for this GlobalSiteTag resource. Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag Example: "properties/123/dataStreams/456/globalSiteTag" */
971
973
  name?: string;
972
974
  /** Immutable. JavaScript code snippet to be pasted as the first item into the head tag of every webpage to measure. */
973
975
  snippet?: string;
@@ -983,7 +985,7 @@ declare namespace gapi.client {
983
985
  creatorEmailAddress?: string;
984
986
  /** Immutable. Google Ads customer ID. */
985
987
  customerId?: string;
986
- /** Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. */
988
+ /** Identifier. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. */
987
989
  name?: string;
988
990
  /** Output only. Time when this link was last updated. */
989
991
  updateTime?: string;
@@ -1247,7 +1249,7 @@ declare namespace gapi.client {
1247
1249
  interface GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret {
1248
1250
  /** Required. Human-readable display name for this secret. */
1249
1251
  displayName?: string;
1250
- /** Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} */
1252
+ /** Identifier. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} */
1251
1253
  name?: string;
1252
1254
  /** Output only. The measurement protocol secret value. Pass this value to the api_secret field of the Measurement Protocol API when sending hits to this secret's parent property. */
1253
1255
  secretValue?: string;
@@ -1312,7 +1314,7 @@ declare namespace gapi.client {
1312
1314
  | 'SPORTS'
1313
1315
  | 'JOBS_AND_EDUCATION'
1314
1316
  | 'SHOPPING';
1315
- /** Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
1317
+ /** Identifier. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
1316
1318
  name?: string;
1317
1319
  /** Immutable. Resource name of this property's logical parent. Note: The Property-Moving UI can be used to change the parent. Format: accounts/{account}, properties/{property} Example: "accounts/100", "properties/101" */
1318
1320
  parent?: string;
@@ -1472,7 +1474,7 @@ declare namespace gapi.client {
1472
1474
  campaignDataSharingEnabled?: boolean;
1473
1475
  /** Immutable. Enables the import of cost data from Search Ads 360 to the Google Analytics property. This can only be enabled if campaign_data_sharing_enabled is enabled. After link creation, this can only be updated from the Search Ads 360 product. If this field is not set on create, it will be defaulted to true. */
1474
1476
  costDataSharingEnabled?: boolean;
1475
- /** Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID */
1477
+ /** Identifier. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID */
1476
1478
  name?: string;
1477
1479
  /** Enables export of site stats with this integration. If this field is not set on create, it will be defaulted to true. */
1478
1480
  siteStatsSharingEnabled?: boolean;
@@ -1523,7 +1525,8 @@ declare namespace gapi.client {
1523
1525
  | 'CALCULATED_METRIC'
1524
1526
  | 'REPORTING_DATA_ANNOTATION'
1525
1527
  | 'SUBPROPERTY_SYNC_CONFIG'
1526
- | 'REPORTING_IDENTITY_SETTINGS'[];
1528
+ | 'REPORTING_IDENTITY_SETTINGS'
1529
+ | 'USER_PROVIDED_DATA_SETTINGS'[];
1527
1530
  }
1528
1531
  interface GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsResponse {
1529
1532
  /** Results that were accessible to the caller. */
@@ -1534,7 +1537,7 @@ declare namespace gapi.client {
1534
1537
  interface GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema {
1535
1538
  /** If enabled, the GA SDK will set conversion values using this schema definition, and schema will be exported to any Google Ads accounts linked to this property. If disabled, the GA SDK will not automatically set conversion values, and also the schema will not be exported to Ads. */
1536
1539
  applyConversionValues?: boolean;
1537
- /** Output only. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema */
1540
+ /** Identifier. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema */
1538
1541
  name?: string;
1539
1542
  /** Required. The conversion value settings for the first postback window. These differ from values for postback window two and three in that they contain a "Fine" grained conversion value (a numeric value). Conversion values for this postback window must be set. The other windows are optional and may inherit this window's settings if unset or disabled. */
1540
1543
  postbackWindowOne?: GoogleAnalyticsAdminV1alphaPostbackWindow;
@@ -1624,6 +1627,14 @@ declare namespace gapi.client {
1624
1627
  /** Required. The access binding to update. */
1625
1628
  accessBinding?: GoogleAnalyticsAdminV1alphaAccessBinding;
1626
1629
  }
1630
+ interface GoogleAnalyticsAdminV1alphaUserProvidedDataSettings {
1631
+ /** Optional. Whether this property allows a Google Tag to automatically collect user-provided data from your website. This setting only takes effect if `user_provided_data_collection_enabled` is also true. */
1632
+ automaticallyDetectedDataCollectionEnabled?: boolean;
1633
+ /** Identifier. Resource name of this setting. Format: properties/{property}/userProvidedDataSettings Example: "properties/1000/userProvidedDataSettings" */
1634
+ name?: string;
1635
+ /** Optional. Whether this property accepts user-provided data sent to it. */
1636
+ userProvidedDataCollectionEnabled?: boolean;
1637
+ }
1627
1638
  interface GoogleProtobufEmpty {}
1628
1639
  interface GoogleTypeDate {
1629
1640
  /** Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant. */
@@ -2137,9 +2148,9 @@ declare namespace gapi.client {
2137
2148
  key?: string;
2138
2149
  /** OAuth 2.0 token for the current user. */
2139
2150
  oauth_token?: string;
2140
- /** The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
2151
+ /** Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
2141
2152
  pageSize?: number;
2142
- /** A page token, received from a previous `ListAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccounts` must match the call that provided the page token. */
2153
+ /** Optional. A page token, received from a previous `ListAccounts` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccounts` must match the call that provided the page token. */
2143
2154
  pageToken?: string;
2144
2155
  /** Returns response with indentations and line breaks. */
2145
2156
  prettyPrint?: boolean;
@@ -2166,7 +2177,7 @@ declare namespace gapi.client {
2166
2177
  fields?: string;
2167
2178
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2168
2179
  key?: string;
2169
- /** Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100" */
2180
+ /** Identifier. Resource name of this account. Format: accounts/{account} Example: "accounts/100" */
2170
2181
  name: string;
2171
2182
  /** OAuth 2.0 token for the current user. */
2172
2183
  oauth_token?: string;
@@ -2197,7 +2208,7 @@ declare namespace gapi.client {
2197
2208
  fields?: string;
2198
2209
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
2199
2210
  key?: string;
2200
- /** Output only. Resource name of this account. Format: accounts/{account} Example: "accounts/100" */
2211
+ /** Identifier. Resource name of this account. Format: accounts/{account} Example: "accounts/100" */
2201
2212
  name: string;
2202
2213
  /** OAuth 2.0 token for the current user. */
2203
2214
  oauth_token?: string;
@@ -2403,9 +2414,9 @@ declare namespace gapi.client {
2403
2414
  key?: string;
2404
2415
  /** OAuth 2.0 token for the current user. */
2405
2416
  oauth_token?: string;
2406
- /** The maximum number of AccountSummary resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
2417
+ /** Optional. The maximum number of AccountSummary resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
2407
2418
  pageSize?: number;
2408
- /** A page token, received from a previous `ListAccountSummaries` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountSummaries` must match the call that provided the page token. */
2419
+ /** Optional. A page token, received from a previous `ListAccountSummaries` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListAccountSummaries` must match the call that provided the page token. */
2409
2420
  pageToken?: string;
2410
2421
  /** Returns response with indentations and line breaks. */
2411
2422
  prettyPrint?: boolean;
@@ -3575,7 +3586,7 @@ declare namespace gapi.client {
3575
3586
  fields?: string;
3576
3587
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3577
3588
  key?: string;
3578
- /** Output only. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
3589
+ /** Identifier. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
3579
3590
  name: string;
3580
3591
  /** OAuth 2.0 token for the current user. */
3581
3592
  oauth_token?: string;
@@ -3606,7 +3617,7 @@ declare namespace gapi.client {
3606
3617
  fields?: string;
3607
3618
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3608
3619
  key?: string;
3609
- /** Output only. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
3620
+ /** Identifier. Resource name for this CalculatedMetric. Format: 'properties/{property_id}/calculatedMetrics/{calculated_metric_id}' */
3610
3621
  name: string;
3611
3622
  /** OAuth 2.0 token for the current user. */
3612
3623
  oauth_token?: string;
@@ -3960,9 +3971,9 @@ declare namespace gapi.client {
3960
3971
  key?: string;
3961
3972
  /** OAuth 2.0 token for the current user. */
3962
3973
  oauth_token?: string;
3963
- /** The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
3974
+ /** Optional. The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
3964
3975
  pageSize?: number;
3965
- /** A page token, received from a previous `ListConversionEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConversionEvents` must match the call that provided the page token. */
3976
+ /** Optional. A page token, received from a previous `ListConversionEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConversionEvents` must match the call that provided the page token. */
3966
3977
  pageToken?: string;
3967
3978
  /** Required. The resource name of the parent property. Example: 'properties/123' */
3968
3979
  parent: string;
@@ -3989,7 +4000,7 @@ declare namespace gapi.client {
3989
4000
  fields?: string;
3990
4001
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
3991
4002
  key?: string;
3992
- /** Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} */
4003
+ /** Identifier. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} */
3993
4004
  name: string;
3994
4005
  /** OAuth 2.0 token for the current user. */
3995
4006
  oauth_token?: string;
@@ -4020,7 +4031,7 @@ declare namespace gapi.client {
4020
4031
  fields?: string;
4021
4032
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4022
4033
  key?: string;
4023
- /** Output only. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} */
4034
+ /** Identifier. Resource name of this conversion event. Format: properties/{property}/conversionEvents/{conversion_event} */
4024
4035
  name: string;
4025
4036
  /** OAuth 2.0 token for the current user. */
4026
4037
  oauth_token?: string;
@@ -4198,9 +4209,9 @@ declare namespace gapi.client {
4198
4209
  key?: string;
4199
4210
  /** OAuth 2.0 token for the current user. */
4200
4211
  oauth_token?: string;
4201
- /** The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). */
4212
+ /** Optional. The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). */
4202
4213
  pageSize?: number;
4203
- /** A page token, received from a previous `ListCustomDimensions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomDimensions` must match the call that provided the page token. */
4214
+ /** Optional. A page token, received from a previous `ListCustomDimensions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListCustomDimensions` must match the call that provided the page token. */
4204
4215
  pageToken?: string;
4205
4216
  /** Required. Example format: properties/1234 */
4206
4217
  parent: string;
@@ -4227,7 +4238,7 @@ declare namespace gapi.client {
4227
4238
  fields?: string;
4228
4239
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4229
4240
  key?: string;
4230
- /** Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension} */
4241
+ /** Identifier. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension} */
4231
4242
  name: string;
4232
4243
  /** OAuth 2.0 token for the current user. */
4233
4244
  oauth_token?: string;
@@ -4258,7 +4269,7 @@ declare namespace gapi.client {
4258
4269
  fields?: string;
4259
4270
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4260
4271
  key?: string;
4261
- /** Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension} */
4272
+ /** Identifier. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension} */
4262
4273
  name: string;
4263
4274
  /** OAuth 2.0 token for the current user. */
4264
4275
  oauth_token?: string;
@@ -4465,7 +4476,7 @@ declare namespace gapi.client {
4465
4476
  fields?: string;
4466
4477
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4467
4478
  key?: string;
4468
- /** Output only. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
4479
+ /** Identifier. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
4469
4480
  name: string;
4470
4481
  /** OAuth 2.0 token for the current user. */
4471
4482
  oauth_token?: string;
@@ -4496,7 +4507,7 @@ declare namespace gapi.client {
4496
4507
  fields?: string;
4497
4508
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
4498
4509
  key?: string;
4499
- /** Output only. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
4510
+ /** Identifier. Resource name for this CustomMetric resource. Format: properties/{property}/customMetrics/{customMetric} */
4500
4511
  name: string;
4501
4512
  /** OAuth 2.0 token for the current user. */
4502
4513
  oauth_token?: string;
@@ -5115,9 +5126,9 @@ declare namespace gapi.client {
5115
5126
  key?: string;
5116
5127
  /** OAuth 2.0 token for the current user. */
5117
5128
  oauth_token?: string;
5118
- /** The maximum number of resources to return. If unspecified, at most 10 resources will be returned. The maximum value is 10. Higher values will be coerced to the maximum. */
5129
+ /** Optional. The maximum number of resources to return. If unspecified, at most 10 resources will be returned. The maximum value is 10. Higher values will be coerced to the maximum. */
5119
5130
  pageSize?: number;
5120
- /** A page token, received from a previous `ListMeasurementProtocolSecrets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMeasurementProtocolSecrets` must match the call that provided the page token. */
5131
+ /** Optional. A page token, received from a previous `ListMeasurementProtocolSecrets` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListMeasurementProtocolSecrets` must match the call that provided the page token. */
5121
5132
  pageToken?: string;
5122
5133
  /** Required. The resource name of the parent stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets */
5123
5134
  parent: string;
@@ -5144,7 +5155,7 @@ declare namespace gapi.client {
5144
5155
  fields?: string;
5145
5156
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5146
5157
  key?: string;
5147
- /** Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} */
5158
+ /** Identifier. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} */
5148
5159
  name: string;
5149
5160
  /** OAuth 2.0 token for the current user. */
5150
5161
  oauth_token?: string;
@@ -5175,7 +5186,7 @@ declare namespace gapi.client {
5175
5186
  fields?: string;
5176
5187
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5177
5188
  key?: string;
5178
- /** Output only. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} */
5189
+ /** Identifier. Resource name of this secret. This secret may be a child of any type of stream. Format: properties/{property}/dataStreams/{dataStream}/measurementProtocolSecrets/{measurementProtocolSecret} */
5179
5190
  name: string;
5180
5191
  /** OAuth 2.0 token for the current user. */
5181
5192
  oauth_token?: string;
@@ -5322,9 +5333,9 @@ declare namespace gapi.client {
5322
5333
  key?: string;
5323
5334
  /** OAuth 2.0 token for the current user. */
5324
5335
  oauth_token?: string;
5325
- /** The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
5336
+ /** Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
5326
5337
  pageSize?: number;
5327
- /** A page token, received from a previous `ListSKAdNetworkConversionValueSchemas` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSKAdNetworkConversionValueSchema` must match the call that provided the page token. */
5338
+ /** Optional. A page token, received from a previous `ListSKAdNetworkConversionValueSchemas` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSKAdNetworkConversionValueSchema` must match the call that provided the page token. */
5328
5339
  pageToken?: string;
5329
5340
  /** Required. The DataStream resource to list schemas for. Format: properties/{property_id}/dataStreams/{dataStream} Example: properties/1234/dataStreams/5678 */
5330
5341
  parent: string;
@@ -5351,7 +5362,7 @@ declare namespace gapi.client {
5351
5362
  fields?: string;
5352
5363
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5353
5364
  key?: string;
5354
- /** Output only. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema */
5365
+ /** Identifier. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema */
5355
5366
  name: string;
5356
5367
  /** OAuth 2.0 token for the current user. */
5357
5368
  oauth_token?: string;
@@ -5382,7 +5393,7 @@ declare namespace gapi.client {
5382
5393
  fields?: string;
5383
5394
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5384
5395
  key?: string;
5385
- /** Output only. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema */
5396
+ /** Identifier. Resource name of the schema. This will be child of ONLY an iOS stream, and there can be at most one such child under an iOS stream. Format: properties/{property}/dataStreams/{dataStream}/sKAdNetworkConversionValueSchema */
5386
5397
  name: string;
5387
5398
  /** OAuth 2.0 token for the current user. */
5388
5399
  oauth_token?: string;
@@ -5639,7 +5650,7 @@ declare namespace gapi.client {
5639
5650
  fields?: string;
5640
5651
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5641
5652
  key?: string;
5642
- /** Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
5653
+ /** Identifier. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
5643
5654
  name: string;
5644
5655
  /** OAuth 2.0 token for the current user. */
5645
5656
  oauth_token?: string;
@@ -5670,7 +5681,7 @@ declare namespace gapi.client {
5670
5681
  fields?: string;
5671
5682
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
5672
5683
  key?: string;
5673
- /** Output only. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
5684
+ /** Identifier. Resource name of this Data Stream. Format: properties/{property_id}/dataStreams/{stream_id} Example: "properties/1000/dataStreams/2000" */
5674
5685
  name: string;
5675
5686
  /** OAuth 2.0 token for the current user. */
5676
5687
  oauth_token?: string;
@@ -6235,7 +6246,7 @@ declare namespace gapi.client {
6235
6246
  fields?: string;
6236
6247
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
6237
6248
  key?: string;
6238
- /** Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID */
6249
+ /** Identifier. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID */
6239
6250
  name: string;
6240
6251
  /** OAuth 2.0 token for the current user. */
6241
6252
  oauth_token?: string;
@@ -6266,7 +6277,7 @@ declare namespace gapi.client {
6266
6277
  fields?: string;
6267
6278
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
6268
6279
  key?: string;
6269
- /** Output only. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID */
6280
+ /** Identifier. The resource name for this DisplayVideo360AdvertiserLink resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinks/{linkId} Note: linkId is not the Display & Video 360 Advertiser ID */
6270
6281
  name: string;
6271
6282
  /** OAuth 2.0 token for the current user. */
6272
6283
  oauth_token?: string;
@@ -6593,9 +6604,9 @@ declare namespace gapi.client {
6593
6604
  key?: string;
6594
6605
  /** OAuth 2.0 token for the current user. */
6595
6606
  oauth_token?: string;
6596
- /** The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
6607
+ /** Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
6597
6608
  pageSize?: number;
6598
- /** A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFirebaseLinks` must match the call that provided the page token. */
6609
+ /** Optional. A page token, received from a previous `ListFirebaseLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListFirebaseLinks` must match the call that provided the page token. */
6599
6610
  pageToken?: string;
6600
6611
  /** Required. Format: properties/{property_id} Example: `properties/1234` */
6601
6612
  parent: string;
@@ -6711,9 +6722,9 @@ declare namespace gapi.client {
6711
6722
  key?: string;
6712
6723
  /** OAuth 2.0 token for the current user. */
6713
6724
  oauth_token?: string;
6714
- /** The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). */
6725
+ /** Optional. The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum). */
6715
6726
  pageSize?: number;
6716
- /** A page token, received from a previous `ListGoogleAdsLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGoogleAdsLinks` must match the call that provided the page token. */
6727
+ /** Optional. A page token, received from a previous `ListGoogleAdsLinks` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListGoogleAdsLinks` must match the call that provided the page token. */
6717
6728
  pageToken?: string;
6718
6729
  /** Required. Example format: properties/1234 */
6719
6730
  parent: string;
@@ -6740,7 +6751,7 @@ declare namespace gapi.client {
6740
6751
  fields?: string;
6741
6752
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
6742
6753
  key?: string;
6743
- /** Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. */
6754
+ /** Identifier. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. */
6744
6755
  name: string;
6745
6756
  /** OAuth 2.0 token for the current user. */
6746
6757
  oauth_token?: string;
@@ -6771,7 +6782,7 @@ declare namespace gapi.client {
6771
6782
  fields?: string;
6772
6783
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
6773
6784
  key?: string;
6774
- /** Output only. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. */
6785
+ /** Identifier. Format: properties/{propertyId}/googleAdsLinks/{googleAdsLinkId} Note: googleAdsLinkId is not the Google Ads customer ID. */
6775
6786
  name: string;
6776
6787
  /** OAuth 2.0 token for the current user. */
6777
6788
  oauth_token?: string;
@@ -6918,9 +6929,9 @@ declare namespace gapi.client {
6918
6929
  key?: string;
6919
6930
  /** OAuth 2.0 token for the current user. */
6920
6931
  oauth_token?: string;
6921
- /** The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
6932
+ /** Optional. The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
6922
6933
  pageSize?: number;
6923
- /** A page token, received from a previous `ListKeyEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListKeyEvents` must match the call that provided the page token. */
6934
+ /** Optional. A page token, received from a previous `ListKeyEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListKeyEvents` must match the call that provided the page token. */
6924
6935
  pageToken?: string;
6925
6936
  /** Required. The resource name of the parent property. Example: 'properties/123' */
6926
6937
  parent: string;
@@ -7508,7 +7519,7 @@ declare namespace gapi.client {
7508
7519
  fields?: string;
7509
7520
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
7510
7521
  key?: string;
7511
- /** Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID */
7522
+ /** Identifier. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID */
7512
7523
  name: string;
7513
7524
  /** OAuth 2.0 token for the current user. */
7514
7525
  oauth_token?: string;
@@ -7539,7 +7550,7 @@ declare namespace gapi.client {
7539
7550
  fields?: string;
7540
7551
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
7541
7552
  key?: string;
7542
- /** Output only. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID */
7553
+ /** Identifier. The resource name for this SearchAds360Link resource. Format: properties/{propertyId}/searchAds360Links/{linkId} Note: linkId is not the Search Ads 360 advertiser ID */
7543
7554
  name: string;
7544
7555
  /** OAuth 2.0 token for the current user. */
7545
7556
  oauth_token?: string;
@@ -8215,6 +8226,33 @@ declare namespace gapi.client {
8215
8226
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8216
8227
  uploadType?: string;
8217
8228
  }): Request<GoogleAnalyticsAdminV1alphaReportingIdentitySettings>;
8229
+ /** Looks up settings related to user-provided data for a property. */
8230
+ getUserProvidedDataSettings(request?: {
8231
+ /** V1 error format. */
8232
+ '$.xgafv'?: '1' | '2';
8233
+ /** OAuth access token. */
8234
+ access_token?: string;
8235
+ /** Data format for response. */
8236
+ alt?: 'json' | 'media' | 'proto';
8237
+ /** JSONP */
8238
+ callback?: string;
8239
+ /** Selector specifying which fields to include in a partial response. */
8240
+ fields?: string;
8241
+ /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8242
+ key?: string;
8243
+ /** Required. The name of the user provided data settings to retrieve. Format: properties/{property}/userProvidedDataSettings */
8244
+ name: string;
8245
+ /** OAuth 2.0 token for the current user. */
8246
+ oauth_token?: string;
8247
+ /** Returns response with indentations and line breaks. */
8248
+ prettyPrint?: boolean;
8249
+ /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
8250
+ quotaUser?: string;
8251
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
8252
+ upload_protocol?: string;
8253
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8254
+ uploadType?: string;
8255
+ }): Request<GoogleAnalyticsAdminV1alphaUserProvidedDataSettings>;
8218
8256
  /** Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found. */
8219
8257
  list(request?: {
8220
8258
  /** V1 error format. */
@@ -8233,9 +8271,9 @@ declare namespace gapi.client {
8233
8271
  key?: string;
8234
8272
  /** OAuth 2.0 token for the current user. */
8235
8273
  oauth_token?: string;
8236
- /** The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
8274
+ /** Optional. The maximum number of resources to return. The service may return fewer than this value, even if there are additional pages. If unspecified, at most 50 resources will be returned. The maximum value is 200; (higher values will be coerced to the maximum) */
8237
8275
  pageSize?: number;
8238
- /** A page token, received from a previous `ListProperties` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProperties` must match the call that provided the page token. */
8276
+ /** Optional. A page token, received from a previous `ListProperties` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListProperties` must match the call that provided the page token. */
8239
8277
  pageToken?: string;
8240
8278
  /** Returns response with indentations and line breaks. */
8241
8279
  prettyPrint?: boolean;
@@ -8262,7 +8300,7 @@ declare namespace gapi.client {
8262
8300
  fields?: string;
8263
8301
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8264
8302
  key?: string;
8265
- /** Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
8303
+ /** Identifier. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
8266
8304
  name: string;
8267
8305
  /** OAuth 2.0 token for the current user. */
8268
8306
  oauth_token?: string;
@@ -8293,7 +8331,7 @@ declare namespace gapi.client {
8293
8331
  fields?: string;
8294
8332
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8295
8333
  key?: string;
8296
- /** Output only. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
8334
+ /** Identifier. Resource name of this property. Format: properties/{property_id} Example: "properties/1000" */
8297
8335
  name: string;
8298
8336
  /** OAuth 2.0 token for the current user. */
8299
8337
  oauth_token?: string;
@@ -8556,7 +8594,7 @@ declare namespace gapi.client {
8556
8594
  fields?: string;
8557
8595
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8558
8596
  key?: string;
8559
- /** Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
8597
+ /** Identifier. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
8560
8598
  name: string;
8561
8599
  /** OAuth 2.0 token for the current user. */
8562
8600
  oauth_token?: string;
@@ -8587,7 +8625,7 @@ declare namespace gapi.client {
8587
8625
  fields?: string;
8588
8626
  /** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
8589
8627
  key?: string;
8590
- /** Output only. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
8628
+ /** Identifier. Resource name for this DataRetentionSetting resource. Format: properties/{property}/dataRetentionSettings */
8591
8629
  name: string;
8592
8630
  /** OAuth 2.0 token for the current user. */
8593
8631
  oauth_token?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.2.20260316",
3
+ "version": "0.2.20260603",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -11,6 +11,23 @@ Install typings for Google Analytics Admin API:
11
11
  npm install @types/gapi.client.analyticsadmin-v1alpha --save-dev
12
12
  ```
13
13
 
14
+ ## TypeScript 6.0+
15
+
16
+ TypeScript 6.0 changed `types` to default to `[]`. You must now explicitly list type packages in `tsconfig.json`:
17
+
18
+ ```json
19
+ {
20
+ "compilerOptions": {
21
+ "types": [
22
+ "gapi",
23
+ "gapi.auth2",
24
+ "gapi.client",
25
+ "gapi.client.analyticsadmin-v1alpha"
26
+ ]
27
+ }
28
+ }
29
+ ```
30
+
14
31
  ## Usage
15
32
 
16
33
  You need to initialize Google API client in your code:
@@ -182,6 +199,13 @@ await gapi.client.analyticsadmin.properties.getReportingIdentitySettings({
182
199
  name: 'name',
183
200
  });
184
201
 
202
+ /*
203
+ Looks up settings related to user-provided data for a property.
204
+ */
205
+ await gapi.client.analyticsadmin.properties.getUserProvidedDataSettings({
206
+ name: 'name',
207
+ });
208
+
185
209
  /*
186
210
  Returns child Properties under the specified parent Account. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.
187
211
  */