@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20250708 → 0.0.20250713

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 +1 -344
  2. package/package.json +1 -1
  3. package/readme.md +0 -34
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: 20250708
12
+ // Revision: 20250713
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -540,12 +540,6 @@ declare namespace gapi.client {
540
540
  /** Required. The string value to be matched against. */
541
541
  value?: string;
542
542
  }
543
- interface GoogleAnalyticsAdminV1alphaConnectedSiteTag {
544
- /** Required. User-provided display name for the connected site tag. Must be less than 256 characters. */
545
- displayName?: string;
546
- /** Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345). */
547
- tagId?: string;
548
- }
549
543
  interface GoogleAnalyticsAdminV1alphaConversionEvent {
550
544
  /** Optional. The method by which conversions will be counted across multiple events within a session. If this value is not provided, it will be set to `ONCE_PER_EVENT`. */
551
545
  countingMethod?: string;
@@ -586,13 +580,6 @@ declare namespace gapi.client {
586
580
  /** Required. Formats: - accounts/{account} - properties/{property} */
587
581
  parent?: string;
588
582
  }
589
- interface GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest {
590
- /** Required. The tag to add to the Universal Analytics property */
591
- connectedSiteTag?: GoogleAnalyticsAdminV1alphaConnectedSiteTag;
592
- /** The Universal Analytics property to create connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234 */
593
- property?: string;
594
- }
595
- interface GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse {}
596
583
  interface GoogleAnalyticsAdminV1alphaCreateRollupPropertyRequest {
597
584
  /** Required. The roll-up property to create. */
598
585
  rollupProperty?: GoogleAnalyticsAdminV1alphaProperty;
@@ -711,12 +698,6 @@ declare namespace gapi.client {
711
698
  /** Required. Formats: - accounts/{account}/accessBindings/{accessBinding} - properties/{property}/accessBindings/{accessBinding} */
712
699
  name?: string;
713
700
  }
714
- interface GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest {
715
- /** The Universal Analytics property to delete connected site tags for. This API does not support GA4 properties. Format: properties/{universalAnalyticsPropertyId} Example: properties/1234 */
716
- property?: string;
717
- /** Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345). */
718
- tagId?: string;
719
- }
720
701
  interface GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink {
721
702
  /** Enables personalized advertising features with this integration. If this field is not set on create/update, it will be defaulted to true. */
722
703
  adsPersonalizationEnabled?: boolean;
@@ -859,18 +840,6 @@ declare namespace gapi.client {
859
840
  /** Required. The string value to be matched against. */
860
841
  value?: string;
861
842
  }
862
- interface GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest {
863
- /** Required. The UA property to get the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234 */
864
- property?: string;
865
- }
866
- interface GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse {
867
- /** The opt out status for the UA property. */
868
- optOut?: boolean;
869
- }
870
- interface GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse {
871
- /** The GA4 property connected to the UA property. An empty string is returned when there is no connected GA4 property. Format: properties/{property_id} Example: properties/1234 */
872
- property?: string;
873
- }
874
843
  interface GoogleAnalyticsAdminV1alphaFirebaseLink {
875
844
  /** Output only. Time when this FirebaseLink was originally created. */
876
845
  createTime?: string;
@@ -993,14 +962,6 @@ declare namespace gapi.client {
993
962
  /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
994
963
  nextPageToken?: string;
995
964
  }
996
- interface GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest {
997
- /** The Universal Analytics property to fetch connected site tags for. This does not work on GA4 properties. A maximum of 20 connected site tags will be returned. Example Format: `properties/1234` */
998
- property?: string;
999
- }
1000
- interface GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse {
1001
- /** The site tags for the Universal Analytics property. A maximum of 20 connected site tags will be returned. */
1002
- connectedSiteTags?: GoogleAnalyticsAdminV1alphaConnectedSiteTag[];
1003
- }
1004
965
  interface GoogleAnalyticsAdminV1alphaListConversionEventsResponse {
1005
966
  /** The requested conversion events */
1006
967
  conversionEvents?: GoogleAnalyticsAdminV1alphaConversionEvent[];
@@ -1335,13 +1296,6 @@ declare namespace gapi.client {
1335
1296
  /** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
1336
1297
  nextPageToken?: string;
1337
1298
  }
1338
- interface GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest {
1339
- /** The status to set. */
1340
- optOut?: boolean;
1341
- /** Required. The UA property to set the opt out status. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internalWebPropertyId} Example: properties/1234 */
1342
- property?: string;
1343
- }
1344
- interface GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutResponse {}
1345
1299
  interface GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema {
1346
1300
  /** 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. */
1347
1301
  applyConversionValues?: boolean;
@@ -7783,60 +7737,6 @@ declare namespace gapi.client {
7783
7737
  },
7784
7738
  body: GoogleAnalyticsAdminV1alphaProperty,
7785
7739
  ): Request<GoogleAnalyticsAdminV1alphaProperty>;
7786
- /** Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties. */
7787
- createConnectedSiteTag(request: {
7788
- /** V1 error format. */
7789
- '$.xgafv'?: string;
7790
- /** OAuth access token. */
7791
- access_token?: string;
7792
- /** Data format for response. */
7793
- alt?: string;
7794
- /** JSONP */
7795
- callback?: string;
7796
- /** Selector specifying which fields to include in a partial response. */
7797
- fields?: string;
7798
- /** 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. */
7799
- key?: string;
7800
- /** OAuth 2.0 token for the current user. */
7801
- oauth_token?: string;
7802
- /** Returns response with indentations and line breaks. */
7803
- prettyPrint?: boolean;
7804
- /** 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. */
7805
- quotaUser?: string;
7806
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7807
- upload_protocol?: string;
7808
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7809
- uploadType?: string;
7810
- /** Request body */
7811
- resource: GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest;
7812
- }): Request<{}>;
7813
- createConnectedSiteTag(
7814
- request: {
7815
- /** V1 error format. */
7816
- '$.xgafv'?: string;
7817
- /** OAuth access token. */
7818
- access_token?: string;
7819
- /** Data format for response. */
7820
- alt?: string;
7821
- /** JSONP */
7822
- callback?: string;
7823
- /** Selector specifying which fields to include in a partial response. */
7824
- fields?: string;
7825
- /** 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. */
7826
- key?: string;
7827
- /** OAuth 2.0 token for the current user. */
7828
- oauth_token?: string;
7829
- /** Returns response with indentations and line breaks. */
7830
- prettyPrint?: boolean;
7831
- /** 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. */
7832
- quotaUser?: string;
7833
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7834
- upload_protocol?: string;
7835
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7836
- uploadType?: string;
7837
- },
7838
- body: GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest,
7839
- ): Request<{}>;
7840
7740
  /** Create a roll-up property and all roll-up property source links. */
7841
7741
  createRollupProperty(request: {
7842
7742
  /** V1 error format. */
@@ -7918,141 +7818,6 @@ declare namespace gapi.client {
7918
7818
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7919
7819
  uploadType?: string;
7920
7820
  }): Request<GoogleAnalyticsAdminV1alphaProperty>;
7921
- /** Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties. */
7922
- deleteConnectedSiteTag(request: {
7923
- /** V1 error format. */
7924
- '$.xgafv'?: string;
7925
- /** OAuth access token. */
7926
- access_token?: string;
7927
- /** Data format for response. */
7928
- alt?: string;
7929
- /** JSONP */
7930
- callback?: string;
7931
- /** Selector specifying which fields to include in a partial response. */
7932
- fields?: string;
7933
- /** 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. */
7934
- key?: string;
7935
- /** OAuth 2.0 token for the current user. */
7936
- oauth_token?: string;
7937
- /** Returns response with indentations and line breaks. */
7938
- prettyPrint?: boolean;
7939
- /** 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. */
7940
- quotaUser?: string;
7941
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7942
- upload_protocol?: string;
7943
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7944
- uploadType?: string;
7945
- /** Request body */
7946
- resource: GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest;
7947
- }): Request<{}>;
7948
- deleteConnectedSiteTag(
7949
- request: {
7950
- /** V1 error format. */
7951
- '$.xgafv'?: string;
7952
- /** OAuth access token. */
7953
- access_token?: string;
7954
- /** Data format for response. */
7955
- alt?: string;
7956
- /** JSONP */
7957
- callback?: string;
7958
- /** Selector specifying which fields to include in a partial response. */
7959
- fields?: string;
7960
- /** 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. */
7961
- key?: string;
7962
- /** OAuth 2.0 token for the current user. */
7963
- oauth_token?: string;
7964
- /** Returns response with indentations and line breaks. */
7965
- prettyPrint?: boolean;
7966
- /** 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. */
7967
- quotaUser?: string;
7968
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7969
- upload_protocol?: string;
7970
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7971
- uploadType?: string;
7972
- },
7973
- body: GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest,
7974
- ): Request<{}>;
7975
- /** Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property. */
7976
- fetchAutomatedGa4ConfigurationOptOut(request: {
7977
- /** V1 error format. */
7978
- '$.xgafv'?: string;
7979
- /** OAuth access token. */
7980
- access_token?: string;
7981
- /** Data format for response. */
7982
- alt?: string;
7983
- /** JSONP */
7984
- callback?: string;
7985
- /** Selector specifying which fields to include in a partial response. */
7986
- fields?: string;
7987
- /** 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. */
7988
- key?: string;
7989
- /** OAuth 2.0 token for the current user. */
7990
- oauth_token?: string;
7991
- /** Returns response with indentations and line breaks. */
7992
- prettyPrint?: boolean;
7993
- /** 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. */
7994
- quotaUser?: string;
7995
- /** Upload protocol for media (e.g. "raw", "multipart"). */
7996
- upload_protocol?: string;
7997
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
7998
- uploadType?: string;
7999
- /** Request body */
8000
- resource: GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest;
8001
- }): Request<GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse>;
8002
- fetchAutomatedGa4ConfigurationOptOut(
8003
- request: {
8004
- /** V1 error format. */
8005
- '$.xgafv'?: string;
8006
- /** OAuth access token. */
8007
- access_token?: string;
8008
- /** Data format for response. */
8009
- alt?: string;
8010
- /** JSONP */
8011
- callback?: string;
8012
- /** Selector specifying which fields to include in a partial response. */
8013
- fields?: string;
8014
- /** 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. */
8015
- key?: string;
8016
- /** OAuth 2.0 token for the current user. */
8017
- oauth_token?: string;
8018
- /** Returns response with indentations and line breaks. */
8019
- prettyPrint?: boolean;
8020
- /** 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. */
8021
- quotaUser?: string;
8022
- /** Upload protocol for media (e.g. "raw", "multipart"). */
8023
- upload_protocol?: string;
8024
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8025
- uploadType?: string;
8026
- },
8027
- body: GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest,
8028
- ): Request<GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutResponse>;
8029
- /** Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties. */
8030
- fetchConnectedGa4Property(request?: {
8031
- /** V1 error format. */
8032
- '$.xgafv'?: string;
8033
- /** OAuth access token. */
8034
- access_token?: string;
8035
- /** Data format for response. */
8036
- alt?: string;
8037
- /** JSONP */
8038
- callback?: string;
8039
- /** Selector specifying which fields to include in a partial response. */
8040
- fields?: string;
8041
- /** 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. */
8042
- key?: string;
8043
- /** OAuth 2.0 token for the current user. */
8044
- oauth_token?: string;
8045
- /** Returns response with indentations and line breaks. */
8046
- prettyPrint?: boolean;
8047
- /** Required. The UA property for which to look up the connected GA4 property. Note this request uses the internal property ID, not the tracking ID of the form UA-XXXXXX-YY. Format: properties/{internal_web_property_id} Example: properties/1234 */
8048
- property?: string;
8049
- /** 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. */
8050
- quotaUser?: string;
8051
- /** Upload protocol for media (e.g. "raw", "multipart"). */
8052
- upload_protocol?: string;
8053
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8054
- uploadType?: string;
8055
- }): Request<GoogleAnalyticsAdminV1alphaFetchConnectedGa4PropertyResponse>;
8056
7821
  /** Lookup for a single GA Property. */
8057
7822
  get(request?: {
8058
7823
  /** V1 error format. */
@@ -8221,60 +7986,6 @@ declare namespace gapi.client {
8221
7986
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8222
7987
  uploadType?: string;
8223
7988
  }): Request<GoogleAnalyticsAdminV1alphaListPropertiesResponse>;
8224
- /** Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property. */
8225
- listConnectedSiteTags(request: {
8226
- /** V1 error format. */
8227
- '$.xgafv'?: string;
8228
- /** OAuth access token. */
8229
- access_token?: string;
8230
- /** Data format for response. */
8231
- alt?: string;
8232
- /** JSONP */
8233
- callback?: string;
8234
- /** Selector specifying which fields to include in a partial response. */
8235
- fields?: string;
8236
- /** 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. */
8237
- key?: string;
8238
- /** OAuth 2.0 token for the current user. */
8239
- oauth_token?: string;
8240
- /** Returns response with indentations and line breaks. */
8241
- prettyPrint?: boolean;
8242
- /** 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. */
8243
- quotaUser?: string;
8244
- /** Upload protocol for media (e.g. "raw", "multipart"). */
8245
- upload_protocol?: string;
8246
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8247
- uploadType?: string;
8248
- /** Request body */
8249
- resource: GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest;
8250
- }): Request<GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse>;
8251
- listConnectedSiteTags(
8252
- request: {
8253
- /** V1 error format. */
8254
- '$.xgafv'?: string;
8255
- /** OAuth access token. */
8256
- access_token?: string;
8257
- /** Data format for response. */
8258
- alt?: string;
8259
- /** JSONP */
8260
- callback?: string;
8261
- /** Selector specifying which fields to include in a partial response. */
8262
- fields?: string;
8263
- /** 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
- key?: string;
8265
- /** OAuth 2.0 token for the current user. */
8266
- oauth_token?: string;
8267
- /** Returns response with indentations and line breaks. */
8268
- prettyPrint?: boolean;
8269
- /** 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. */
8270
- quotaUser?: string;
8271
- /** Upload protocol for media (e.g. "raw", "multipart"). */
8272
- upload_protocol?: string;
8273
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8274
- uploadType?: string;
8275
- },
8276
- body: GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest,
8277
- ): Request<GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse>;
8278
7989
  /** Updates a property. */
8279
7990
  patch(request: {
8280
7991
  /** V1 error format. */
@@ -8449,60 +8160,6 @@ declare namespace gapi.client {
8449
8160
  },
8450
8161
  body: GoogleAnalyticsAdminV1alphaRunAccessReportRequest,
8451
8162
  ): Request<GoogleAnalyticsAdminV1alphaRunAccessReportResponse>;
8452
- /** Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property. */
8453
- setAutomatedGa4ConfigurationOptOut(request: {
8454
- /** V1 error format. */
8455
- '$.xgafv'?: string;
8456
- /** OAuth access token. */
8457
- access_token?: string;
8458
- /** Data format for response. */
8459
- alt?: string;
8460
- /** JSONP */
8461
- callback?: string;
8462
- /** Selector specifying which fields to include in a partial response. */
8463
- fields?: string;
8464
- /** 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. */
8465
- key?: string;
8466
- /** OAuth 2.0 token for the current user. */
8467
- oauth_token?: string;
8468
- /** Returns response with indentations and line breaks. */
8469
- prettyPrint?: boolean;
8470
- /** 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. */
8471
- quotaUser?: string;
8472
- /** Upload protocol for media (e.g. "raw", "multipart"). */
8473
- upload_protocol?: string;
8474
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8475
- uploadType?: string;
8476
- /** Request body */
8477
- resource: GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest;
8478
- }): Request<{}>;
8479
- setAutomatedGa4ConfigurationOptOut(
8480
- request: {
8481
- /** V1 error format. */
8482
- '$.xgafv'?: string;
8483
- /** OAuth access token. */
8484
- access_token?: string;
8485
- /** Data format for response. */
8486
- alt?: string;
8487
- /** JSONP */
8488
- callback?: string;
8489
- /** Selector specifying which fields to include in a partial response. */
8490
- fields?: string;
8491
- /** 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. */
8492
- key?: string;
8493
- /** OAuth 2.0 token for the current user. */
8494
- oauth_token?: string;
8495
- /** Returns response with indentations and line breaks. */
8496
- prettyPrint?: boolean;
8497
- /** 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. */
8498
- quotaUser?: string;
8499
- /** Upload protocol for media (e.g. "raw", "multipart"). */
8500
- upload_protocol?: string;
8501
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
8502
- uploadType?: string;
8503
- },
8504
- body: GoogleAnalyticsAdminV1alphaSetAutomatedGa4ConfigurationOptOutRequest,
8505
- ): Request<{}>;
8506
8163
  /** Updates attribution settings on a property. */
8507
8164
  updateAttributionSettings(request: {
8508
8165
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.analyticsadmin-v1alpha",
3
- "version": "0.0.20250708",
3
+ "version": "0.0.20250713",
4
4
  "description": "TypeScript typings for Google Analytics Admin API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",
package/readme.md CHANGED
@@ -139,11 +139,6 @@ Creates a Google Analytics property with the specified location and attributes.
139
139
  */
140
140
  await gapi.client.analyticsadmin.properties.create({});
141
141
 
142
- /*
143
- Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.
144
- */
145
- await gapi.client.analyticsadmin.properties.createConnectedSiteTag({});
146
-
147
142
  /*
148
143
  Create a roll-up property and all roll-up property source links.
149
144
  */
@@ -154,23 +149,6 @@ Marks target Property as soft-deleted (ie: "trashed") and returns it. This API d
154
149
  */
155
150
  await gapi.client.analyticsadmin.properties.delete({name: 'name'});
156
151
 
157
- /*
158
- Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.
159
- */
160
- await gapi.client.analyticsadmin.properties.deleteConnectedSiteTag({});
161
-
162
- /*
163
- Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
164
- */
165
- await gapi.client.analyticsadmin.properties.fetchAutomatedGa4ConfigurationOptOut(
166
- {},
167
- );
168
-
169
- /*
170
- Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
171
- */
172
- await gapi.client.analyticsadmin.properties.fetchConnectedGa4Property({});
173
-
174
152
  /*
175
153
  Lookup for a single GA Property.
176
154
  */
@@ -209,11 +187,6 @@ Returns child Properties under the specified parent Account. Properties will be
209
187
  */
210
188
  await gapi.client.analyticsadmin.properties.list({});
211
189
 
212
- /*
213
- Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
214
- */
215
- await gapi.client.analyticsadmin.properties.listConnectedSiteTags({});
216
-
217
190
  /*
218
191
  Updates a property.
219
192
  */
@@ -229,13 +202,6 @@ Returns a customized report of data access records. The report provides records
229
202
  */
230
203
  await gapi.client.analyticsadmin.properties.runAccessReport({entity: 'entity'});
231
204
 
232
- /*
233
- Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
234
- */
235
- await gapi.client.analyticsadmin.properties.setAutomatedGa4ConfigurationOptOut(
236
- {},
237
- );
238
-
239
205
  /*
240
206
  Updates attribution settings on a property.
241
207
  */