google-analytics-admin 0.24.0__tar.gz → 0.25.0__tar.gz
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.
- {google_analytics_admin-0.24.0/google_analytics_admin.egg-info → google_analytics_admin-0.25.0}/PKG-INFO +13 -2
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin/__init__.py +14 -24
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin/gapic_version.py +1 -1
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/__init__.py +14 -24
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/gapic_metadata.json +60 -90
- {google_analytics_admin-0.24.0/google/analytics/admin_v1beta → google_analytics_admin-0.25.0/google/analytics/admin_v1alpha}/gapic_version.py +1 -1
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/async_client.py +1410 -1350
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/client.py +542 -462
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/pagers.py +160 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/base.py +70 -99
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc.py +126 -193
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/grpc_asyncio.py +146 -225
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest.py +1559 -1952
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/rest_base.py +198 -308
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/__init__.py +14 -24
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/analytics_admin.py +154 -208
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/resources.py +139 -25
- {google_analytics_admin-0.24.0/google/analytics/admin_v1alpha → google_analytics_admin-0.25.0/google/analytics/admin_v1beta}/gapic_version.py +1 -1
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/async_client.py +4 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/client.py +3 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/base.py +4 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest.py +4 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0/google_analytics_admin.egg-info}/PKG-INFO +13 -2
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1alpha/test_analytics_admin_service.py +9815 -9370
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/LICENSE +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/MANIFEST.in +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/README.rst +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin/py.typed +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/py.typed +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/services/analytics_admin_service/transports/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/access_report.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/audience.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/channel_group.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/event_create_and_edit.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/expanded_data_set.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1alpha/types/subproperty_event_filter.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/gapic_metadata.json +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/py.typed +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/pagers.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/grpc_asyncio.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/services/analytics_admin_service/transports/rest_base.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/access_report.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/analytics_admin.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin_v1beta/types/resources.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/SOURCES.txt +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/dependency_links.txt +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/not-zip-safe +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/requires.txt +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google_analytics_admin.egg-info/top_level.txt +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/setup.cfg +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/setup.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/unit/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/unit/gapic/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1alpha/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1beta/__init__.py +0 -0
- {google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/tests/unit/gapic/admin_v1beta/test_analytics_admin_service.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: google-analytics-admin
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.25.0
|
|
4
4
|
Summary: Google Analytics Admin API client library
|
|
5
5
|
Home-page: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-analytics-admin
|
|
6
6
|
Author: Google LLC
|
|
@@ -28,6 +28,17 @@ Requires-Dist: google-auth!=2.24.0,!=2.25.0,<3.0.0,>=2.14.1
|
|
|
28
28
|
Requires-Dist: proto-plus<2.0.0,>=1.22.3
|
|
29
29
|
Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
|
|
30
30
|
Requires-Dist: protobuf!=4.21.0,!=4.21.1,!=4.21.2,!=4.21.3,!=4.21.4,!=4.21.5,<7.0.0,>=3.20.2
|
|
31
|
+
Dynamic: author
|
|
32
|
+
Dynamic: author-email
|
|
33
|
+
Dynamic: classifier
|
|
34
|
+
Dynamic: description
|
|
35
|
+
Dynamic: home-page
|
|
36
|
+
Dynamic: license
|
|
37
|
+
Dynamic: license-file
|
|
38
|
+
Dynamic: platform
|
|
39
|
+
Dynamic: requires-dist
|
|
40
|
+
Dynamic: requires-python
|
|
41
|
+
Dynamic: summary
|
|
31
42
|
|
|
32
43
|
Python Client for Analytics Admin
|
|
33
44
|
=================================
|
{google_analytics_admin-0.24.0 → google_analytics_admin-0.25.0}/google/analytics/admin/__init__.py
RENAMED
|
@@ -67,8 +67,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
67
67
|
CreateBigQueryLinkRequest,
|
|
68
68
|
CreateCalculatedMetricRequest,
|
|
69
69
|
CreateChannelGroupRequest,
|
|
70
|
-
CreateConnectedSiteTagRequest,
|
|
71
|
-
CreateConnectedSiteTagResponse,
|
|
72
70
|
CreateConversionEventRequest,
|
|
73
71
|
CreateCustomDimensionRequest,
|
|
74
72
|
CreateCustomMetricRequest,
|
|
@@ -96,7 +94,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
96
94
|
DeleteBigQueryLinkRequest,
|
|
97
95
|
DeleteCalculatedMetricRequest,
|
|
98
96
|
DeleteChannelGroupRequest,
|
|
99
|
-
DeleteConnectedSiteTagRequest,
|
|
100
97
|
DeleteConversionEventRequest,
|
|
101
98
|
DeleteDataStreamRequest,
|
|
102
99
|
DeleteDisplayVideo360AdvertiserLinkProposalRequest,
|
|
@@ -114,10 +111,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
114
111
|
DeleteSearchAds360LinkRequest,
|
|
115
112
|
DeleteSKAdNetworkConversionValueSchemaRequest,
|
|
116
113
|
DeleteSubpropertyEventFilterRequest,
|
|
117
|
-
FetchAutomatedGa4ConfigurationOptOutRequest,
|
|
118
|
-
FetchAutomatedGa4ConfigurationOptOutResponse,
|
|
119
|
-
FetchConnectedGa4PropertyRequest,
|
|
120
|
-
FetchConnectedGa4PropertyResponse,
|
|
121
114
|
GetAccessBindingRequest,
|
|
122
115
|
GetAccountRequest,
|
|
123
116
|
GetAdSenseLinkRequest,
|
|
@@ -145,10 +138,12 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
145
138
|
GetMeasurementProtocolSecretRequest,
|
|
146
139
|
GetPropertyRequest,
|
|
147
140
|
GetReportingDataAnnotationRequest,
|
|
141
|
+
GetReportingIdentitySettingsRequest,
|
|
148
142
|
GetRollupPropertySourceLinkRequest,
|
|
149
143
|
GetSearchAds360LinkRequest,
|
|
150
144
|
GetSKAdNetworkConversionValueSchemaRequest,
|
|
151
145
|
GetSubpropertyEventFilterRequest,
|
|
146
|
+
GetSubpropertySyncConfigRequest,
|
|
152
147
|
ListAccessBindingsRequest,
|
|
153
148
|
ListAccessBindingsResponse,
|
|
154
149
|
ListAccountsRequest,
|
|
@@ -165,8 +160,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
165
160
|
ListCalculatedMetricsResponse,
|
|
166
161
|
ListChannelGroupsRequest,
|
|
167
162
|
ListChannelGroupsResponse,
|
|
168
|
-
ListConnectedSiteTagsRequest,
|
|
169
|
-
ListConnectedSiteTagsResponse,
|
|
170
163
|
ListConversionEventsRequest,
|
|
171
164
|
ListConversionEventsResponse,
|
|
172
165
|
ListCustomDimensionsRequest,
|
|
@@ -205,6 +198,8 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
205
198
|
ListSKAdNetworkConversionValueSchemasResponse,
|
|
206
199
|
ListSubpropertyEventFiltersRequest,
|
|
207
200
|
ListSubpropertyEventFiltersResponse,
|
|
201
|
+
ListSubpropertySyncConfigsRequest,
|
|
202
|
+
ListSubpropertySyncConfigsResponse,
|
|
208
203
|
ProvisionAccountTicketRequest,
|
|
209
204
|
ProvisionAccountTicketResponse,
|
|
210
205
|
ProvisionSubpropertyRequest,
|
|
@@ -214,8 +209,6 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
214
209
|
RunAccessReportResponse,
|
|
215
210
|
SearchChangeHistoryEventsRequest,
|
|
216
211
|
SearchChangeHistoryEventsResponse,
|
|
217
|
-
SetAutomatedGa4ConfigurationOptOutRequest,
|
|
218
|
-
SetAutomatedGa4ConfigurationOptOutResponse,
|
|
219
212
|
SubmitUserDeletionRequest,
|
|
220
213
|
SubmitUserDeletionResponse,
|
|
221
214
|
UpdateAccessBindingRequest,
|
|
@@ -245,6 +238,7 @@ from google.analytics.admin_v1alpha.types.analytics_admin import (
|
|
|
245
238
|
UpdateSearchAds360LinkRequest,
|
|
246
239
|
UpdateSKAdNetworkConversionValueSchemaRequest,
|
|
247
240
|
UpdateSubpropertyEventFilterRequest,
|
|
241
|
+
UpdateSubpropertySyncConfigRequest,
|
|
248
242
|
)
|
|
249
243
|
from google.analytics.admin_v1alpha.types.audience import (
|
|
250
244
|
Audience,
|
|
@@ -291,7 +285,6 @@ from google.analytics.admin_v1alpha.types.resources import (
|
|
|
291
285
|
ChangeHistoryEvent,
|
|
292
286
|
ChangeHistoryResourceType,
|
|
293
287
|
CoarseValue,
|
|
294
|
-
ConnectedSiteTag,
|
|
295
288
|
ConversionEvent,
|
|
296
289
|
ConversionValues,
|
|
297
290
|
CustomDimension,
|
|
@@ -321,10 +314,12 @@ from google.analytics.admin_v1alpha.types.resources import (
|
|
|
321
314
|
PropertySummary,
|
|
322
315
|
PropertyType,
|
|
323
316
|
ReportingDataAnnotation,
|
|
317
|
+
ReportingIdentitySettings,
|
|
324
318
|
RollupPropertySourceLink,
|
|
325
319
|
SearchAds360Link,
|
|
326
320
|
ServiceLevel,
|
|
327
321
|
SKAdNetworkConversionValueSchema,
|
|
322
|
+
SubpropertySyncConfig,
|
|
328
323
|
)
|
|
329
324
|
from google.analytics.admin_v1alpha.types.subproperty_event_filter import (
|
|
330
325
|
SubpropertyEventFilter,
|
|
@@ -377,8 +372,6 @@ __all__ = (
|
|
|
377
372
|
"CreateBigQueryLinkRequest",
|
|
378
373
|
"CreateCalculatedMetricRequest",
|
|
379
374
|
"CreateChannelGroupRequest",
|
|
380
|
-
"CreateConnectedSiteTagRequest",
|
|
381
|
-
"CreateConnectedSiteTagResponse",
|
|
382
375
|
"CreateConversionEventRequest",
|
|
383
376
|
"CreateCustomDimensionRequest",
|
|
384
377
|
"CreateCustomMetricRequest",
|
|
@@ -406,7 +399,6 @@ __all__ = (
|
|
|
406
399
|
"DeleteBigQueryLinkRequest",
|
|
407
400
|
"DeleteCalculatedMetricRequest",
|
|
408
401
|
"DeleteChannelGroupRequest",
|
|
409
|
-
"DeleteConnectedSiteTagRequest",
|
|
410
402
|
"DeleteConversionEventRequest",
|
|
411
403
|
"DeleteDataStreamRequest",
|
|
412
404
|
"DeleteDisplayVideo360AdvertiserLinkProposalRequest",
|
|
@@ -424,10 +416,6 @@ __all__ = (
|
|
|
424
416
|
"DeleteSearchAds360LinkRequest",
|
|
425
417
|
"DeleteSKAdNetworkConversionValueSchemaRequest",
|
|
426
418
|
"DeleteSubpropertyEventFilterRequest",
|
|
427
|
-
"FetchAutomatedGa4ConfigurationOptOutRequest",
|
|
428
|
-
"FetchAutomatedGa4ConfigurationOptOutResponse",
|
|
429
|
-
"FetchConnectedGa4PropertyRequest",
|
|
430
|
-
"FetchConnectedGa4PropertyResponse",
|
|
431
419
|
"GetAccessBindingRequest",
|
|
432
420
|
"GetAccountRequest",
|
|
433
421
|
"GetAdSenseLinkRequest",
|
|
@@ -455,10 +443,12 @@ __all__ = (
|
|
|
455
443
|
"GetMeasurementProtocolSecretRequest",
|
|
456
444
|
"GetPropertyRequest",
|
|
457
445
|
"GetReportingDataAnnotationRequest",
|
|
446
|
+
"GetReportingIdentitySettingsRequest",
|
|
458
447
|
"GetRollupPropertySourceLinkRequest",
|
|
459
448
|
"GetSearchAds360LinkRequest",
|
|
460
449
|
"GetSKAdNetworkConversionValueSchemaRequest",
|
|
461
450
|
"GetSubpropertyEventFilterRequest",
|
|
451
|
+
"GetSubpropertySyncConfigRequest",
|
|
462
452
|
"ListAccessBindingsRequest",
|
|
463
453
|
"ListAccessBindingsResponse",
|
|
464
454
|
"ListAccountsRequest",
|
|
@@ -475,8 +465,6 @@ __all__ = (
|
|
|
475
465
|
"ListCalculatedMetricsResponse",
|
|
476
466
|
"ListChannelGroupsRequest",
|
|
477
467
|
"ListChannelGroupsResponse",
|
|
478
|
-
"ListConnectedSiteTagsRequest",
|
|
479
|
-
"ListConnectedSiteTagsResponse",
|
|
480
468
|
"ListConversionEventsRequest",
|
|
481
469
|
"ListConversionEventsResponse",
|
|
482
470
|
"ListCustomDimensionsRequest",
|
|
@@ -515,6 +503,8 @@ __all__ = (
|
|
|
515
503
|
"ListSKAdNetworkConversionValueSchemasResponse",
|
|
516
504
|
"ListSubpropertyEventFiltersRequest",
|
|
517
505
|
"ListSubpropertyEventFiltersResponse",
|
|
506
|
+
"ListSubpropertySyncConfigsRequest",
|
|
507
|
+
"ListSubpropertySyncConfigsResponse",
|
|
518
508
|
"ProvisionAccountTicketRequest",
|
|
519
509
|
"ProvisionAccountTicketResponse",
|
|
520
510
|
"ProvisionSubpropertyRequest",
|
|
@@ -524,8 +514,6 @@ __all__ = (
|
|
|
524
514
|
"RunAccessReportResponse",
|
|
525
515
|
"SearchChangeHistoryEventsRequest",
|
|
526
516
|
"SearchChangeHistoryEventsResponse",
|
|
527
|
-
"SetAutomatedGa4ConfigurationOptOutRequest",
|
|
528
|
-
"SetAutomatedGa4ConfigurationOptOutResponse",
|
|
529
517
|
"SubmitUserDeletionRequest",
|
|
530
518
|
"SubmitUserDeletionResponse",
|
|
531
519
|
"UpdateAccessBindingRequest",
|
|
@@ -555,6 +543,7 @@ __all__ = (
|
|
|
555
543
|
"UpdateSearchAds360LinkRequest",
|
|
556
544
|
"UpdateSKAdNetworkConversionValueSchemaRequest",
|
|
557
545
|
"UpdateSubpropertyEventFilterRequest",
|
|
546
|
+
"UpdateSubpropertySyncConfigRequest",
|
|
558
547
|
"Audience",
|
|
559
548
|
"AudienceDimensionOrMetricFilter",
|
|
560
549
|
"AudienceEventFilter",
|
|
@@ -587,7 +576,6 @@ __all__ = (
|
|
|
587
576
|
"CalculatedMetric",
|
|
588
577
|
"ChangeHistoryChange",
|
|
589
578
|
"ChangeHistoryEvent",
|
|
590
|
-
"ConnectedSiteTag",
|
|
591
579
|
"ConversionEvent",
|
|
592
580
|
"ConversionValues",
|
|
593
581
|
"CustomDimension",
|
|
@@ -611,9 +599,11 @@ __all__ = (
|
|
|
611
599
|
"Property",
|
|
612
600
|
"PropertySummary",
|
|
613
601
|
"ReportingDataAnnotation",
|
|
602
|
+
"ReportingIdentitySettings",
|
|
614
603
|
"RollupPropertySourceLink",
|
|
615
604
|
"SearchAds360Link",
|
|
616
605
|
"SKAdNetworkConversionValueSchema",
|
|
606
|
+
"SubpropertySyncConfig",
|
|
617
607
|
"ActionType",
|
|
618
608
|
"ActorType",
|
|
619
609
|
"ChangeHistoryResourceType",
|
|
@@ -65,8 +65,6 @@ from .types.analytics_admin import (
|
|
|
65
65
|
CreateBigQueryLinkRequest,
|
|
66
66
|
CreateCalculatedMetricRequest,
|
|
67
67
|
CreateChannelGroupRequest,
|
|
68
|
-
CreateConnectedSiteTagRequest,
|
|
69
|
-
CreateConnectedSiteTagResponse,
|
|
70
68
|
CreateConversionEventRequest,
|
|
71
69
|
CreateCustomDimensionRequest,
|
|
72
70
|
CreateCustomMetricRequest,
|
|
@@ -94,7 +92,6 @@ from .types.analytics_admin import (
|
|
|
94
92
|
DeleteBigQueryLinkRequest,
|
|
95
93
|
DeleteCalculatedMetricRequest,
|
|
96
94
|
DeleteChannelGroupRequest,
|
|
97
|
-
DeleteConnectedSiteTagRequest,
|
|
98
95
|
DeleteConversionEventRequest,
|
|
99
96
|
DeleteDataStreamRequest,
|
|
100
97
|
DeleteDisplayVideo360AdvertiserLinkProposalRequest,
|
|
@@ -112,10 +109,6 @@ from .types.analytics_admin import (
|
|
|
112
109
|
DeleteSearchAds360LinkRequest,
|
|
113
110
|
DeleteSKAdNetworkConversionValueSchemaRequest,
|
|
114
111
|
DeleteSubpropertyEventFilterRequest,
|
|
115
|
-
FetchAutomatedGa4ConfigurationOptOutRequest,
|
|
116
|
-
FetchAutomatedGa4ConfigurationOptOutResponse,
|
|
117
|
-
FetchConnectedGa4PropertyRequest,
|
|
118
|
-
FetchConnectedGa4PropertyResponse,
|
|
119
112
|
GetAccessBindingRequest,
|
|
120
113
|
GetAccountRequest,
|
|
121
114
|
GetAdSenseLinkRequest,
|
|
@@ -143,10 +136,12 @@ from .types.analytics_admin import (
|
|
|
143
136
|
GetMeasurementProtocolSecretRequest,
|
|
144
137
|
GetPropertyRequest,
|
|
145
138
|
GetReportingDataAnnotationRequest,
|
|
139
|
+
GetReportingIdentitySettingsRequest,
|
|
146
140
|
GetRollupPropertySourceLinkRequest,
|
|
147
141
|
GetSearchAds360LinkRequest,
|
|
148
142
|
GetSKAdNetworkConversionValueSchemaRequest,
|
|
149
143
|
GetSubpropertyEventFilterRequest,
|
|
144
|
+
GetSubpropertySyncConfigRequest,
|
|
150
145
|
ListAccessBindingsRequest,
|
|
151
146
|
ListAccessBindingsResponse,
|
|
152
147
|
ListAccountsRequest,
|
|
@@ -163,8 +158,6 @@ from .types.analytics_admin import (
|
|
|
163
158
|
ListCalculatedMetricsResponse,
|
|
164
159
|
ListChannelGroupsRequest,
|
|
165
160
|
ListChannelGroupsResponse,
|
|
166
|
-
ListConnectedSiteTagsRequest,
|
|
167
|
-
ListConnectedSiteTagsResponse,
|
|
168
161
|
ListConversionEventsRequest,
|
|
169
162
|
ListConversionEventsResponse,
|
|
170
163
|
ListCustomDimensionsRequest,
|
|
@@ -203,6 +196,8 @@ from .types.analytics_admin import (
|
|
|
203
196
|
ListSKAdNetworkConversionValueSchemasResponse,
|
|
204
197
|
ListSubpropertyEventFiltersRequest,
|
|
205
198
|
ListSubpropertyEventFiltersResponse,
|
|
199
|
+
ListSubpropertySyncConfigsRequest,
|
|
200
|
+
ListSubpropertySyncConfigsResponse,
|
|
206
201
|
ProvisionAccountTicketRequest,
|
|
207
202
|
ProvisionAccountTicketResponse,
|
|
208
203
|
ProvisionSubpropertyRequest,
|
|
@@ -212,8 +207,6 @@ from .types.analytics_admin import (
|
|
|
212
207
|
RunAccessReportResponse,
|
|
213
208
|
SearchChangeHistoryEventsRequest,
|
|
214
209
|
SearchChangeHistoryEventsResponse,
|
|
215
|
-
SetAutomatedGa4ConfigurationOptOutRequest,
|
|
216
|
-
SetAutomatedGa4ConfigurationOptOutResponse,
|
|
217
210
|
SubmitUserDeletionRequest,
|
|
218
211
|
SubmitUserDeletionResponse,
|
|
219
212
|
UpdateAccessBindingRequest,
|
|
@@ -243,6 +236,7 @@ from .types.analytics_admin import (
|
|
|
243
236
|
UpdateSearchAds360LinkRequest,
|
|
244
237
|
UpdateSKAdNetworkConversionValueSchemaRequest,
|
|
245
238
|
UpdateSubpropertyEventFilterRequest,
|
|
239
|
+
UpdateSubpropertySyncConfigRequest,
|
|
246
240
|
)
|
|
247
241
|
from .types.audience import (
|
|
248
242
|
Audience,
|
|
@@ -289,7 +283,6 @@ from .types.resources import (
|
|
|
289
283
|
ChangeHistoryEvent,
|
|
290
284
|
ChangeHistoryResourceType,
|
|
291
285
|
CoarseValue,
|
|
292
|
-
ConnectedSiteTag,
|
|
293
286
|
ConversionEvent,
|
|
294
287
|
ConversionValues,
|
|
295
288
|
CustomDimension,
|
|
@@ -319,10 +312,12 @@ from .types.resources import (
|
|
|
319
312
|
PropertySummary,
|
|
320
313
|
PropertyType,
|
|
321
314
|
ReportingDataAnnotation,
|
|
315
|
+
ReportingIdentitySettings,
|
|
322
316
|
RollupPropertySourceLink,
|
|
323
317
|
SearchAds360Link,
|
|
324
318
|
ServiceLevel,
|
|
325
319
|
SKAdNetworkConversionValueSchema,
|
|
320
|
+
SubpropertySyncConfig,
|
|
326
321
|
)
|
|
327
322
|
from .types.subproperty_event_filter import (
|
|
328
323
|
SubpropertyEventFilter,
|
|
@@ -395,7 +390,6 @@ __all__ = (
|
|
|
395
390
|
"ChannelGroupFilterExpression",
|
|
396
391
|
"ChannelGroupFilterExpressionList",
|
|
397
392
|
"CoarseValue",
|
|
398
|
-
"ConnectedSiteTag",
|
|
399
393
|
"ConversionEvent",
|
|
400
394
|
"ConversionValues",
|
|
401
395
|
"CreateAccessBindingRequest",
|
|
@@ -404,8 +398,6 @@ __all__ = (
|
|
|
404
398
|
"CreateBigQueryLinkRequest",
|
|
405
399
|
"CreateCalculatedMetricRequest",
|
|
406
400
|
"CreateChannelGroupRequest",
|
|
407
|
-
"CreateConnectedSiteTagRequest",
|
|
408
|
-
"CreateConnectedSiteTagResponse",
|
|
409
401
|
"CreateConversionEventRequest",
|
|
410
402
|
"CreateCustomDimensionRequest",
|
|
411
403
|
"CreateCustomMetricRequest",
|
|
@@ -439,7 +431,6 @@ __all__ = (
|
|
|
439
431
|
"DeleteBigQueryLinkRequest",
|
|
440
432
|
"DeleteCalculatedMetricRequest",
|
|
441
433
|
"DeleteChannelGroupRequest",
|
|
442
|
-
"DeleteConnectedSiteTagRequest",
|
|
443
434
|
"DeleteConversionEventRequest",
|
|
444
435
|
"DeleteDataStreamRequest",
|
|
445
436
|
"DeleteDisplayVideo360AdvertiserLinkProposalRequest",
|
|
@@ -467,10 +458,6 @@ __all__ = (
|
|
|
467
458
|
"ExpandedDataSetFilter",
|
|
468
459
|
"ExpandedDataSetFilterExpression",
|
|
469
460
|
"ExpandedDataSetFilterExpressionList",
|
|
470
|
-
"FetchAutomatedGa4ConfigurationOptOutRequest",
|
|
471
|
-
"FetchAutomatedGa4ConfigurationOptOutResponse",
|
|
472
|
-
"FetchConnectedGa4PropertyRequest",
|
|
473
|
-
"FetchConnectedGa4PropertyResponse",
|
|
474
461
|
"FirebaseLink",
|
|
475
462
|
"GetAccessBindingRequest",
|
|
476
463
|
"GetAccountRequest",
|
|
@@ -499,10 +486,12 @@ __all__ = (
|
|
|
499
486
|
"GetMeasurementProtocolSecretRequest",
|
|
500
487
|
"GetPropertyRequest",
|
|
501
488
|
"GetReportingDataAnnotationRequest",
|
|
489
|
+
"GetReportingIdentitySettingsRequest",
|
|
502
490
|
"GetRollupPropertySourceLinkRequest",
|
|
503
491
|
"GetSKAdNetworkConversionValueSchemaRequest",
|
|
504
492
|
"GetSearchAds360LinkRequest",
|
|
505
493
|
"GetSubpropertyEventFilterRequest",
|
|
494
|
+
"GetSubpropertySyncConfigRequest",
|
|
506
495
|
"GlobalSiteTag",
|
|
507
496
|
"GoogleAdsLink",
|
|
508
497
|
"GoogleSignalsConsent",
|
|
@@ -530,8 +519,6 @@ __all__ = (
|
|
|
530
519
|
"ListCalculatedMetricsResponse",
|
|
531
520
|
"ListChannelGroupsRequest",
|
|
532
521
|
"ListChannelGroupsResponse",
|
|
533
|
-
"ListConnectedSiteTagsRequest",
|
|
534
|
-
"ListConnectedSiteTagsResponse",
|
|
535
522
|
"ListConversionEventsRequest",
|
|
536
523
|
"ListConversionEventsResponse",
|
|
537
524
|
"ListCustomDimensionsRequest",
|
|
@@ -570,6 +557,8 @@ __all__ = (
|
|
|
570
557
|
"ListSearchAds360LinksResponse",
|
|
571
558
|
"ListSubpropertyEventFiltersRequest",
|
|
572
559
|
"ListSubpropertyEventFiltersResponse",
|
|
560
|
+
"ListSubpropertySyncConfigsRequest",
|
|
561
|
+
"ListSubpropertySyncConfigsResponse",
|
|
573
562
|
"MatchingCondition",
|
|
574
563
|
"MeasurementProtocolSecret",
|
|
575
564
|
"NumericValue",
|
|
@@ -584,6 +573,7 @@ __all__ = (
|
|
|
584
573
|
"ProvisionSubpropertyResponse",
|
|
585
574
|
"ReorderEventEditRulesRequest",
|
|
586
575
|
"ReportingDataAnnotation",
|
|
576
|
+
"ReportingIdentitySettings",
|
|
587
577
|
"RollupPropertySourceLink",
|
|
588
578
|
"RunAccessReportRequest",
|
|
589
579
|
"RunAccessReportResponse",
|
|
@@ -592,8 +582,6 @@ __all__ = (
|
|
|
592
582
|
"SearchChangeHistoryEventsRequest",
|
|
593
583
|
"SearchChangeHistoryEventsResponse",
|
|
594
584
|
"ServiceLevel",
|
|
595
|
-
"SetAutomatedGa4ConfigurationOptOutRequest",
|
|
596
|
-
"SetAutomatedGa4ConfigurationOptOutResponse",
|
|
597
585
|
"SubmitUserDeletionRequest",
|
|
598
586
|
"SubmitUserDeletionResponse",
|
|
599
587
|
"SubpropertyEventFilter",
|
|
@@ -601,6 +589,7 @@ __all__ = (
|
|
|
601
589
|
"SubpropertyEventFilterCondition",
|
|
602
590
|
"SubpropertyEventFilterExpression",
|
|
603
591
|
"SubpropertyEventFilterExpressionList",
|
|
592
|
+
"SubpropertySyncConfig",
|
|
604
593
|
"UpdateAccessBindingRequest",
|
|
605
594
|
"UpdateAccountRequest",
|
|
606
595
|
"UpdateAttributionSettingsRequest",
|
|
@@ -628,4 +617,5 @@ __all__ = (
|
|
|
628
617
|
"UpdateSKAdNetworkConversionValueSchemaRequest",
|
|
629
618
|
"UpdateSearchAds360LinkRequest",
|
|
630
619
|
"UpdateSubpropertyEventFilterRequest",
|
|
620
|
+
"UpdateSubpropertySyncConfigRequest",
|
|
631
621
|
)
|