@maxim_mazurok/gapi.client.analyticsadmin-v1alpha 0.0.20250604 → 0.0.20250606
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 +142 -1
- 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://analyticsadmin.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250606
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -475,6 +475,8 @@ declare namespace gapi.client {
|
|
|
475
475
|
searchAds360Link?: GoogleAnalyticsAdminV1alphaSearchAds360Link;
|
|
476
476
|
/** A snapshot of SKAdNetworkConversionValueSchema resource in change history. */
|
|
477
477
|
skadnetworkConversionValueSchema?: GoogleAnalyticsAdminV1alphaSKAdNetworkConversionValueSchema;
|
|
478
|
+
/** A snapshot of a SubpropertySyncConfig resource in change history. */
|
|
479
|
+
subpropertySyncConfig?: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig;
|
|
478
480
|
}
|
|
479
481
|
interface GoogleAnalyticsAdminV1alphaChangeHistoryEvent {
|
|
480
482
|
/** The type of actor that made this change. */
|
|
@@ -1111,6 +1113,12 @@ declare namespace gapi.client {
|
|
|
1111
1113
|
/** List of subproperty event filters. */
|
|
1112
1114
|
subpropertyEventFilters?: GoogleAnalyticsAdminV1alphaSubpropertyEventFilter[];
|
|
1113
1115
|
}
|
|
1116
|
+
interface GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse {
|
|
1117
|
+
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
1118
|
+
nextPageToken?: string;
|
|
1119
|
+
/** List of Subproperty Sync Configs. */
|
|
1120
|
+
subpropertySyncConfigs?: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig[];
|
|
1121
|
+
}
|
|
1114
1122
|
interface GoogleAnalyticsAdminV1alphaMatchingCondition {
|
|
1115
1123
|
/** Required. The type of comparison to be applied to the value. */
|
|
1116
1124
|
comparisonType?: string;
|
|
@@ -1196,6 +1204,8 @@ declare namespace gapi.client {
|
|
|
1196
1204
|
accountTicketId?: string;
|
|
1197
1205
|
}
|
|
1198
1206
|
interface GoogleAnalyticsAdminV1alphaProvisionSubpropertyRequest {
|
|
1207
|
+
/** Optional. The subproperty feature synchronization mode for Custom Dimensions and Metrics */
|
|
1208
|
+
customDimensionAndMetricSynchronizationMode?: string;
|
|
1199
1209
|
/** Required. The subproperty to create. */
|
|
1200
1210
|
subproperty?: GoogleAnalyticsAdminV1alphaProperty;
|
|
1201
1211
|
/** Optional. The subproperty event filter to create on an ordinary property. */
|
|
@@ -1378,6 +1388,14 @@ declare namespace gapi.client {
|
|
|
1378
1388
|
/** Required. Unordered list. A list of Subproperty event filter expressions */
|
|
1379
1389
|
filterExpressions?: GoogleAnalyticsAdminV1alphaSubpropertyEventFilterExpression[];
|
|
1380
1390
|
}
|
|
1391
|
+
interface GoogleAnalyticsAdminV1alphaSubpropertySyncConfig {
|
|
1392
|
+
/** Output only. Immutable. Resource name of the Subproperty that these settings apply to. */
|
|
1393
|
+
applyToProperty?: string;
|
|
1394
|
+
/** Required. Specifies the Custom Dimension / Metric synchronization mode for the Subproperty. If set to ALL, Custom Dimension / Metric synchronization will be immediately enabled. Local configuration of Custom Dimensions / Metrics will not be allowed on the Subproperty so long as the synchronization mode is set to ALL. If set to NONE, Custom Dimensions / Metric synchronization is disabled. Custom Dimensions / Metrics must be configured explicitly on the Subproperty. */
|
|
1395
|
+
customDimensionAndMetricSyncMode?: string;
|
|
1396
|
+
/** Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
|
|
1397
|
+
name?: string;
|
|
1398
|
+
}
|
|
1381
1399
|
interface GoogleAnalyticsAdminV1alphaUpdateAccessBindingRequest {
|
|
1382
1400
|
/** Required. The access binding to update. */
|
|
1383
1401
|
accessBinding?: GoogleAnalyticsAdminV1alphaAccessBinding;
|
|
@@ -7522,6 +7540,128 @@ declare namespace gapi.client {
|
|
|
7522
7540
|
body: GoogleAnalyticsAdminV1alphaSubpropertyEventFilter,
|
|
7523
7541
|
): Request<GoogleAnalyticsAdminV1alphaSubpropertyEventFilter>;
|
|
7524
7542
|
}
|
|
7543
|
+
interface SubpropertySyncConfigsResource {
|
|
7544
|
+
/** Lookup for a single Subproperty Sync Config. */
|
|
7545
|
+
get(request?: {
|
|
7546
|
+
/** V1 error format. */
|
|
7547
|
+
'$.xgafv'?: string;
|
|
7548
|
+
/** OAuth access token. */
|
|
7549
|
+
access_token?: string;
|
|
7550
|
+
/** Data format for response. */
|
|
7551
|
+
alt?: string;
|
|
7552
|
+
/** JSONP */
|
|
7553
|
+
callback?: string;
|
|
7554
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
7555
|
+
fields?: string;
|
|
7556
|
+
/** 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. */
|
|
7557
|
+
key?: string;
|
|
7558
|
+
/** Required. Resource name of the SubpropertySyncConfig to lookup. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
|
|
7559
|
+
name: string;
|
|
7560
|
+
/** OAuth 2.0 token for the current user. */
|
|
7561
|
+
oauth_token?: string;
|
|
7562
|
+
/** Returns response with indentations and line breaks. */
|
|
7563
|
+
prettyPrint?: boolean;
|
|
7564
|
+
/** 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. */
|
|
7565
|
+
quotaUser?: string;
|
|
7566
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7567
|
+
upload_protocol?: string;
|
|
7568
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7569
|
+
uploadType?: string;
|
|
7570
|
+
}): Request<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>;
|
|
7571
|
+
/** List all Subproperty Sync Configs on a property. */
|
|
7572
|
+
list(request?: {
|
|
7573
|
+
/** V1 error format. */
|
|
7574
|
+
'$.xgafv'?: string;
|
|
7575
|
+
/** OAuth access token. */
|
|
7576
|
+
access_token?: string;
|
|
7577
|
+
/** Data format for response. */
|
|
7578
|
+
alt?: string;
|
|
7579
|
+
/** JSONP */
|
|
7580
|
+
callback?: string;
|
|
7581
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
7582
|
+
fields?: string;
|
|
7583
|
+
/** 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. */
|
|
7584
|
+
key?: string;
|
|
7585
|
+
/** OAuth 2.0 token for the current user. */
|
|
7586
|
+
oauth_token?: string;
|
|
7587
|
+
/** 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) */
|
|
7588
|
+
pageSize?: number;
|
|
7589
|
+
/** Optional. A page token, received from a previous `ListSubpropertySyncConfig` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListSubpropertySyncConfig` must match the call that provided the page token. */
|
|
7590
|
+
pageToken?: string;
|
|
7591
|
+
/** Required. Resource name of the property. Format: properties/property_id Example: properties/123 */
|
|
7592
|
+
parent: string;
|
|
7593
|
+
/** Returns response with indentations and line breaks. */
|
|
7594
|
+
prettyPrint?: boolean;
|
|
7595
|
+
/** 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. */
|
|
7596
|
+
quotaUser?: string;
|
|
7597
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7598
|
+
upload_protocol?: string;
|
|
7599
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7600
|
+
uploadType?: string;
|
|
7601
|
+
}): Request<GoogleAnalyticsAdminV1alphaListSubpropertySyncConfigsResponse>;
|
|
7602
|
+
/** Updates a Subproperty Sync Config. */
|
|
7603
|
+
patch(request: {
|
|
7604
|
+
/** V1 error format. */
|
|
7605
|
+
'$.xgafv'?: string;
|
|
7606
|
+
/** OAuth access token. */
|
|
7607
|
+
access_token?: string;
|
|
7608
|
+
/** Data format for response. */
|
|
7609
|
+
alt?: string;
|
|
7610
|
+
/** JSONP */
|
|
7611
|
+
callback?: string;
|
|
7612
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
7613
|
+
fields?: string;
|
|
7614
|
+
/** 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. */
|
|
7615
|
+
key?: string;
|
|
7616
|
+
/** Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
|
|
7617
|
+
name: string;
|
|
7618
|
+
/** OAuth 2.0 token for the current user. */
|
|
7619
|
+
oauth_token?: string;
|
|
7620
|
+
/** Returns response with indentations and line breaks. */
|
|
7621
|
+
prettyPrint?: boolean;
|
|
7622
|
+
/** 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. */
|
|
7623
|
+
quotaUser?: string;
|
|
7624
|
+
/** Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. */
|
|
7625
|
+
updateMask?: string;
|
|
7626
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7627
|
+
upload_protocol?: string;
|
|
7628
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7629
|
+
uploadType?: string;
|
|
7630
|
+
/** Request body */
|
|
7631
|
+
resource: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig;
|
|
7632
|
+
}): Request<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>;
|
|
7633
|
+
patch(
|
|
7634
|
+
request: {
|
|
7635
|
+
/** V1 error format. */
|
|
7636
|
+
'$.xgafv'?: string;
|
|
7637
|
+
/** OAuth access token. */
|
|
7638
|
+
access_token?: string;
|
|
7639
|
+
/** Data format for response. */
|
|
7640
|
+
alt?: string;
|
|
7641
|
+
/** JSONP */
|
|
7642
|
+
callback?: string;
|
|
7643
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
7644
|
+
fields?: string;
|
|
7645
|
+
/** 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. */
|
|
7646
|
+
key?: string;
|
|
7647
|
+
/** Output only. Identifier. Format: properties/{ordinary_property_id}/subpropertySyncConfigs/{subproperty_id} Example: properties/1234/subpropertySyncConfigs/5678 */
|
|
7648
|
+
name: string;
|
|
7649
|
+
/** OAuth 2.0 token for the current user. */
|
|
7650
|
+
oauth_token?: string;
|
|
7651
|
+
/** Returns response with indentations and line breaks. */
|
|
7652
|
+
prettyPrint?: boolean;
|
|
7653
|
+
/** 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. */
|
|
7654
|
+
quotaUser?: string;
|
|
7655
|
+
/** Optional. The list of fields to update. Field names must be in snake case (for example, "field_to_update"). Omitted fields will not be updated. To replace the entire entity, use one path with the string "*" to match all fields. */
|
|
7656
|
+
updateMask?: string;
|
|
7657
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
7658
|
+
upload_protocol?: string;
|
|
7659
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7660
|
+
uploadType?: string;
|
|
7661
|
+
},
|
|
7662
|
+
body: GoogleAnalyticsAdminV1alphaSubpropertySyncConfig,
|
|
7663
|
+
): Request<GoogleAnalyticsAdminV1alphaSubpropertySyncConfig>;
|
|
7664
|
+
}
|
|
7525
7665
|
interface PropertiesResource {
|
|
7526
7666
|
/** Acknowledges the terms of user data collection for the specified property. This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created. */
|
|
7527
7667
|
acknowledgeUserDataCollection(request: {
|
|
@@ -8534,6 +8674,7 @@ declare namespace gapi.client {
|
|
|
8534
8674
|
rollupPropertySourceLinks: RollupPropertySourceLinksResource;
|
|
8535
8675
|
searchAds360Links: SearchAds360LinksResource;
|
|
8536
8676
|
subpropertyEventFilters: SubpropertyEventFiltersResource;
|
|
8677
|
+
subpropertySyncConfigs: SubpropertySyncConfigsResource;
|
|
8537
8678
|
}
|
|
8538
8679
|
|
|
8539
8680
|
const accountSummaries: AccountSummariesResource;
|