google-apis-analyticsadmin_v1alpha 0.48.0 → 0.50.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c20252e2d47cbddcadf9a5e7ee4ed049f6008f7a0f752463025c55aa098e8c5
4
- data.tar.gz: 948df5ae469528c49abdc40be3806c1223a571519fc89dc4d9095f28c18ac7b3
3
+ metadata.gz: f8630908c19a67bcdb0e2a4b3485c487e919dfffe45e67d8ca29cd0075c11bba
4
+ data.tar.gz: 7aaa3f5c2e444e57125f6fdccc6d56685ff43c27320f1a93dc938352aafcc942
5
5
  SHA512:
6
- metadata.gz: dd5f22de2f237af296cc8fc48c7457d585dff9e1a1cc7bfeed1eb1bc689ac73aab1ff3419f79e2bd95317fa9243a6df7fe2199e44c51602b8fcf77c5998b19ea
7
- data.tar.gz: edf03cd7f9de67f334dd916cca8fe61be3da06a460667a8d312f11216888ea15baa7a2a3d56bfdf6e416c16b7146c43dfa6e077f8d2d7848139a2971275e26f5
6
+ metadata.gz: c3f322c1709daadd1b2b5ab7b5bf145260c0172e25a2ef4958bb3e3362f157ce3eaf862e2bbf622905aff9c0566e7d84922faa9c1146439884712020b463b344
7
+ data.tar.gz: 62fbda8c0db831c0c87ddfb67bedfb0227b01556851f3e129041fd2a479068f2d41c55fa236bfc126998a21919aa8256e7e414e22af18330fb05bdba8347c82d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-analyticsadmin_v1alpha
2
2
 
3
+ ### v0.50.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230322
6
+
7
+ ### v0.49.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230302
10
+
3
11
  ### v0.48.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230223
@@ -1753,6 +1753,12 @@ module Google
1753
1753
  attr_accessor :include_advertising_id
1754
1754
  alias_method :include_advertising_id?, :include_advertising_id
1755
1755
 
1756
+ # If set true, enables intraday export to the linked Google Cloud project.
1757
+ # Corresponds to the JSON property `intradayExportEnabled`
1758
+ # @return [Boolean]
1759
+ attr_accessor :intraday_export_enabled
1760
+ alias_method :intraday_export_enabled?, :intraday_export_enabled
1761
+
1756
1762
  # Output only. Resource name of this BigQuery link. Format: 'properties/`
1757
1763
  # property_id`/bigQueryLinks/`bigquery_link_id`' Format: 'properties/1234/
1758
1764
  # bigQueryLinks/abc567'
@@ -1786,6 +1792,7 @@ module Google
1786
1792
  @excluded_events = args[:excluded_events] if args.key?(:excluded_events)
1787
1793
  @export_streams = args[:export_streams] if args.key?(:export_streams)
1788
1794
  @include_advertising_id = args[:include_advertising_id] if args.key?(:include_advertising_id)
1795
+ @intraday_export_enabled = args[:intraday_export_enabled] if args.key?(:intraday_export_enabled)
1789
1796
  @name = args[:name] if args.key?(:name)
1790
1797
  @project = args[:project] if args.key?(:project)
1791
1798
  @streaming_export_enabled = args[:streaming_export_enabled] if args.key?(:streaming_export_enabled)
@@ -1903,6 +1910,12 @@ module Google
1903
1910
  # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
1904
1911
  attr_accessor :display_video360_advertiser_link_proposal
1905
1912
 
1913
+ # Singleton resource under a WebDataStream, configuring measurement of
1914
+ # additional site interactions and content.
1915
+ # Corresponds to the JSON property `enhancedMeasurementSettings`
1916
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings]
1917
+ attr_accessor :enhanced_measurement_settings
1918
+
1906
1919
  # A resource message representing a GA4 ExpandedDataSet.
1907
1920
  # Corresponds to the JSON property `expandedDataSet`
1908
1921
  # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet]
@@ -1954,6 +1967,7 @@ module Google
1954
1967
  @data_stream = args[:data_stream] if args.key?(:data_stream)
1955
1968
  @display_video360_advertiser_link = args[:display_video360_advertiser_link] if args.key?(:display_video360_advertiser_link)
1956
1969
  @display_video360_advertiser_link_proposal = args[:display_video360_advertiser_link_proposal] if args.key?(:display_video360_advertiser_link_proposal)
1970
+ @enhanced_measurement_settings = args[:enhanced_measurement_settings] if args.key?(:enhanced_measurement_settings)
1957
1971
  @expanded_data_set = args[:expanded_data_set] if args.key?(:expanded_data_set)
1958
1972
  @firebase_link = args[:firebase_link] if args.key?(:firebase_link)
1959
1973
  @google_ads_link = args[:google_ads_link] if args.key?(:google_ads_link)
@@ -2021,6 +2035,33 @@ module Google
2021
2035
  end
2022
2036
  end
2023
2037
 
2038
+ # Configuration for a specific Connected Site Tag.
2039
+ class GoogleAnalyticsAdminV1alphaConnectedSiteTag
2040
+ include Google::Apis::Core::Hashable
2041
+
2042
+ # Required. User-provided display name for the connected site tag. Must be less
2043
+ # than 256 characters.
2044
+ # Corresponds to the JSON property `displayName`
2045
+ # @return [String]
2046
+ attr_accessor :display_name
2047
+
2048
+ # Required. "Tag ID to forward events to. Also known as the Measurement ID, or
2049
+ # the "G-ID" (For example: G-12345).
2050
+ # Corresponds to the JSON property `tagId`
2051
+ # @return [String]
2052
+ attr_accessor :tag_id
2053
+
2054
+ def initialize(**args)
2055
+ update!(**args)
2056
+ end
2057
+
2058
+ # Update properties of this object
2059
+ def update!(**args)
2060
+ @display_name = args[:display_name] if args.key?(:display_name)
2061
+ @tag_id = args[:tag_id] if args.key?(:tag_id)
2062
+ end
2063
+ end
2064
+
2024
2065
  # A conversion event in a Google Analytics property.
2025
2066
  class GoogleAnalyticsAdminV1alphaConversionEvent
2026
2067
  include Google::Apis::Core::Hashable
@@ -2041,7 +2082,7 @@ module Google
2041
2082
  attr_accessor :custom
2042
2083
  alias_method :custom?, :custom
2043
2084
 
2044
- # Output only. If set, this event can currently be deleted via
2085
+ # Output only. If set, this event can currently be deleted with
2045
2086
  # DeleteConversionEvent.
2046
2087
  # Corresponds to the JSON property `deletable`
2047
2088
  # @return [Boolean]
@@ -2099,6 +2140,46 @@ module Google
2099
2140
  end
2100
2141
  end
2101
2142
 
2143
+ # Request message for CreateConnectedSiteTag RPC.
2144
+ class GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest
2145
+ include Google::Apis::Core::Hashable
2146
+
2147
+ # Configuration for a specific Connected Site Tag.
2148
+ # Corresponds to the JSON property `connectedSiteTag`
2149
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConnectedSiteTag]
2150
+ attr_accessor :connected_site_tag
2151
+
2152
+ # The Universal Analytics property to create connected site tags for. This API
2153
+ # does not support GA4 properties. Format: properties/`
2154
+ # universalAnalyticsPropertyId` Example: properties/1234
2155
+ # Corresponds to the JSON property `property`
2156
+ # @return [String]
2157
+ attr_accessor :property
2158
+
2159
+ def initialize(**args)
2160
+ update!(**args)
2161
+ end
2162
+
2163
+ # Update properties of this object
2164
+ def update!(**args)
2165
+ @connected_site_tag = args[:connected_site_tag] if args.key?(:connected_site_tag)
2166
+ @property = args[:property] if args.key?(:property)
2167
+ end
2168
+ end
2169
+
2170
+ # Response message for CreateConnectedSiteTag RPC.
2171
+ class GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse
2172
+ include Google::Apis::Core::Hashable
2173
+
2174
+ def initialize(**args)
2175
+ update!(**args)
2176
+ end
2177
+
2178
+ # Update properties of this object
2179
+ def update!(**args)
2180
+ end
2181
+ end
2182
+
2102
2183
  # Request message for CreateUserLink RPC. Users can have multiple email
2103
2184
  # addresses associated with their Google account, and one of these email
2104
2185
  # addresses is the "primary" email address. Any of the email addresses
@@ -2528,6 +2609,34 @@ module Google
2528
2609
  end
2529
2610
  end
2530
2611
 
2612
+ # Request message for DeleteConnectedSiteTag RPC.
2613
+ class GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest
2614
+ include Google::Apis::Core::Hashable
2615
+
2616
+ # The Universal Analytics property to delete connected site tags for. This API
2617
+ # does not support GA4 properties. Format: properties/`
2618
+ # universalAnalyticsPropertyId` Example: properties/1234
2619
+ # Corresponds to the JSON property `property`
2620
+ # @return [String]
2621
+ attr_accessor :property
2622
+
2623
+ # Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (
2624
+ # For example: G-12345).
2625
+ # Corresponds to the JSON property `tagId`
2626
+ # @return [String]
2627
+ attr_accessor :tag_id
2628
+
2629
+ def initialize(**args)
2630
+ update!(**args)
2631
+ end
2632
+
2633
+ # Update properties of this object
2634
+ def update!(**args)
2635
+ @property = args[:property] if args.key?(:property)
2636
+ @tag_id = args[:tag_id] if args.key?(:tag_id)
2637
+ end
2638
+ end
2639
+
2531
2640
  # Request message for DeleteUserLink RPC.
2532
2641
  class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
2533
2642
  include Google::Apis::Core::Hashable
@@ -2689,6 +2798,106 @@ module Google
2689
2798
  end
2690
2799
  end
2691
2800
 
2801
+ # Singleton resource under a WebDataStream, configuring measurement of
2802
+ # additional site interactions and content.
2803
+ class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
2804
+ include Google::Apis::Core::Hashable
2805
+
2806
+ # If enabled, capture a file download event each time a link is clicked with a
2807
+ # common document, compressed file, application, video, or audio extension.
2808
+ # Corresponds to the JSON property `fileDownloadsEnabled`
2809
+ # @return [Boolean]
2810
+ attr_accessor :file_downloads_enabled
2811
+ alias_method :file_downloads_enabled?, :file_downloads_enabled
2812
+
2813
+ # If enabled, capture a form interaction event each time a visitor interacts
2814
+ # with a form on your website. False by default.
2815
+ # Corresponds to the JSON property `formInteractionsEnabled`
2816
+ # @return [Boolean]
2817
+ attr_accessor :form_interactions_enabled
2818
+ alias_method :form_interactions_enabled?, :form_interactions_enabled
2819
+
2820
+ # Output only. Resource name of the Enhanced Measurement Settings. Format:
2821
+ # properties/`property_id`/dataStreams/`data_stream`/enhancedMeasurementSettings
2822
+ # Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"
2823
+ # Corresponds to the JSON property `name`
2824
+ # @return [String]
2825
+ attr_accessor :name
2826
+
2827
+ # If enabled, capture an outbound click event each time a visitor clicks a link
2828
+ # that leads them away from your domain.
2829
+ # Corresponds to the JSON property `outboundClicksEnabled`
2830
+ # @return [Boolean]
2831
+ attr_accessor :outbound_clicks_enabled
2832
+ alias_method :outbound_clicks_enabled?, :outbound_clicks_enabled
2833
+
2834
+ # If enabled, capture a page view event each time the website changes the
2835
+ # browser history state.
2836
+ # Corresponds to the JSON property `pageChangesEnabled`
2837
+ # @return [Boolean]
2838
+ attr_accessor :page_changes_enabled
2839
+ alias_method :page_changes_enabled?, :page_changes_enabled
2840
+
2841
+ # If enabled, capture scroll events each time a visitor gets to the bottom of a
2842
+ # page.
2843
+ # Corresponds to the JSON property `scrollsEnabled`
2844
+ # @return [Boolean]
2845
+ attr_accessor :scrolls_enabled
2846
+ alias_method :scrolls_enabled?, :scrolls_enabled
2847
+
2848
+ # Required. URL query parameters to interpret as site search parameters. Max
2849
+ # length is 1024 characters. Must not be empty.
2850
+ # Corresponds to the JSON property `searchQueryParameter`
2851
+ # @return [String]
2852
+ attr_accessor :search_query_parameter
2853
+
2854
+ # If enabled, capture a view search results event each time a visitor performs a
2855
+ # search on your site (based on a query parameter).
2856
+ # Corresponds to the JSON property `siteSearchEnabled`
2857
+ # @return [Boolean]
2858
+ attr_accessor :site_search_enabled
2859
+ alias_method :site_search_enabled?, :site_search_enabled
2860
+
2861
+ # Indicates whether Enhanced Measurement Settings will be used to automatically
2862
+ # measure interactions and content on this web stream. Changing this value does
2863
+ # not affect the settings themselves, but determines whether they are respected.
2864
+ # Corresponds to the JSON property `streamEnabled`
2865
+ # @return [Boolean]
2866
+ attr_accessor :stream_enabled
2867
+ alias_method :stream_enabled?, :stream_enabled
2868
+
2869
+ # Additional URL query parameters. Max length is 1024 characters.
2870
+ # Corresponds to the JSON property `uriQueryParameter`
2871
+ # @return [String]
2872
+ attr_accessor :uri_query_parameter
2873
+
2874
+ # If enabled, capture video play, progress, and complete events as visitors view
2875
+ # embedded videos on your site.
2876
+ # Corresponds to the JSON property `videoEngagementEnabled`
2877
+ # @return [Boolean]
2878
+ attr_accessor :video_engagement_enabled
2879
+ alias_method :video_engagement_enabled?, :video_engagement_enabled
2880
+
2881
+ def initialize(**args)
2882
+ update!(**args)
2883
+ end
2884
+
2885
+ # Update properties of this object
2886
+ def update!(**args)
2887
+ @file_downloads_enabled = args[:file_downloads_enabled] if args.key?(:file_downloads_enabled)
2888
+ @form_interactions_enabled = args[:form_interactions_enabled] if args.key?(:form_interactions_enabled)
2889
+ @name = args[:name] if args.key?(:name)
2890
+ @outbound_clicks_enabled = args[:outbound_clicks_enabled] if args.key?(:outbound_clicks_enabled)
2891
+ @page_changes_enabled = args[:page_changes_enabled] if args.key?(:page_changes_enabled)
2892
+ @scrolls_enabled = args[:scrolls_enabled] if args.key?(:scrolls_enabled)
2893
+ @search_query_parameter = args[:search_query_parameter] if args.key?(:search_query_parameter)
2894
+ @site_search_enabled = args[:site_search_enabled] if args.key?(:site_search_enabled)
2895
+ @stream_enabled = args[:stream_enabled] if args.key?(:stream_enabled)
2896
+ @uri_query_parameter = args[:uri_query_parameter] if args.key?(:uri_query_parameter)
2897
+ @video_engagement_enabled = args[:video_engagement_enabled] if args.key?(:video_engagement_enabled)
2898
+ end
2899
+ end
2900
+
2692
2901
  # A resource message representing a GA4 ExpandedDataSet.
2693
2902
  class GoogleAnalyticsAdminV1alphaExpandedDataSet
2694
2903
  include Google::Apis::Core::Hashable
@@ -3254,6 +3463,47 @@ module Google
3254
3463
  end
3255
3464
  end
3256
3465
 
3466
+ # Request message for ListConnectedSiteTags RPC.
3467
+ class GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest
3468
+ include Google::Apis::Core::Hashable
3469
+
3470
+ # The Universal Analytics property to fetch connected site tags for. This does
3471
+ # not work on GA4 properties. A maximum of 20 connected site tags will be
3472
+ # returned. Example Format: `properties/1234`
3473
+ # Corresponds to the JSON property `property`
3474
+ # @return [String]
3475
+ attr_accessor :property
3476
+
3477
+ def initialize(**args)
3478
+ update!(**args)
3479
+ end
3480
+
3481
+ # Update properties of this object
3482
+ def update!(**args)
3483
+ @property = args[:property] if args.key?(:property)
3484
+ end
3485
+ end
3486
+
3487
+ # Response message for ListConnectedSiteTags RPC.
3488
+ class GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse
3489
+ include Google::Apis::Core::Hashable
3490
+
3491
+ # The site tags for the Universal Analytics property. A maximum of 20 connected
3492
+ # site tags will be returned.
3493
+ # Corresponds to the JSON property `connectedSiteTags`
3494
+ # @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConnectedSiteTag>]
3495
+ attr_accessor :connected_site_tags
3496
+
3497
+ def initialize(**args)
3498
+ update!(**args)
3499
+ end
3500
+
3501
+ # Update properties of this object
3502
+ def update!(**args)
3503
+ @connected_site_tags = args[:connected_site_tags] if args.key?(:connected_site_tags)
3504
+ end
3505
+ end
3506
+
3257
3507
  # Response message for ListConversionEvents RPC.
3258
3508
  class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
3259
3509
  include Google::Apis::Core::Hashable
@@ -3715,7 +3965,7 @@ module Google
3715
3965
  # Immutable. The property type for this Property resource. When creating a
3716
3966
  # property, if the type is "PROPERTY_TYPE_UNSPECIFIED", then "ORDINARY_PROPERTY"
3717
3967
  # will be implied. "SUBPROPERTY" and "ROLLUP_PROPERTY" types cannot yet be
3718
- # created via Google Analytics Admin API.
3968
+ # created with the Google Analytics Admin API.
3719
3969
  # Corresponds to the JSON property `propertyType`
3720
3970
  # @return [String]
3721
3971
  attr_accessor :property_type
@@ -3811,7 +4061,7 @@ module Google
3811
4061
  attr_accessor :account
3812
4062
 
3813
4063
  # Redirect URI where the user will be sent after accepting Terms of Service.
3814
- # Must be configured in Developers Console as a Redirect URI.
4064
+ # Must be configured in Cloud Console as a Redirect URI.
3815
4065
  # Corresponds to the JSON property `redirectUri`
3816
4066
  # @return [String]
3817
4067
  attr_accessor :redirect_uri
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AnalyticsadminV1alpha
18
18
  # Version of the google-apis-analyticsadmin_v1alpha gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.50.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230223"
25
+ REVISION = "20230322"
26
26
  end
27
27
  end
28
28
  end
@@ -418,6 +418,12 @@ module Google
418
418
  include Google::Apis::Core::JsonObjectSupport
419
419
  end
420
420
 
421
+ class GoogleAnalyticsAdminV1alphaConnectedSiteTag
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
421
427
  class GoogleAnalyticsAdminV1alphaConversionEvent
422
428
  class Representation < Google::Apis::Core::JsonRepresentation; end
423
429
 
@@ -430,6 +436,18 @@ module Google
430
436
  include Google::Apis::Core::JsonObjectSupport
431
437
  end
432
438
 
439
+ class GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
433
451
  class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest
434
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
435
453
 
@@ -490,6 +508,12 @@ module Google
490
508
  include Google::Apis::Core::JsonObjectSupport
491
509
  end
492
510
 
511
+ class GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
493
517
  class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
494
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
495
519
 
@@ -508,6 +532,12 @@ module Google
508
532
  include Google::Apis::Core::JsonObjectSupport
509
533
  end
510
534
 
535
+ class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
511
541
  class GoogleAnalyticsAdminV1alphaExpandedDataSet
512
542
  class Representation < Google::Apis::Core::JsonRepresentation; end
513
543
 
@@ -616,6 +646,18 @@ module Google
616
646
  include Google::Apis::Core::JsonObjectSupport
617
647
  end
618
648
 
649
+ class GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
619
661
  class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
620
662
  class Representation < Google::Apis::Core::JsonRepresentation; end
621
663
 
@@ -1357,6 +1399,7 @@ module Google
1357
1399
  collection :excluded_events, as: 'excludedEvents'
1358
1400
  collection :export_streams, as: 'exportStreams'
1359
1401
  property :include_advertising_id, as: 'includeAdvertisingId'
1402
+ property :intraday_export_enabled, as: 'intradayExportEnabled'
1360
1403
  property :name, as: 'name'
1361
1404
  property :project, as: 'project'
1362
1405
  property :streaming_export_enabled, as: 'streamingExportEnabled'
@@ -1404,6 +1447,8 @@ module Google
1404
1447
 
1405
1448
  property :display_video360_advertiser_link_proposal, as: 'displayVideo360AdvertiserLinkProposal', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
1406
1449
 
1450
+ property :enhanced_measurement_settings, as: 'enhancedMeasurementSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings::Representation
1451
+
1407
1452
  property :expanded_data_set, as: 'expandedDataSet', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaExpandedDataSet::Representation
1408
1453
 
1409
1454
  property :firebase_link, as: 'firebaseLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink::Representation
@@ -1434,6 +1479,14 @@ module Google
1434
1479
  end
1435
1480
  end
1436
1481
 
1482
+ class GoogleAnalyticsAdminV1alphaConnectedSiteTag
1483
+ # @private
1484
+ class Representation < Google::Apis::Core::JsonRepresentation
1485
+ property :display_name, as: 'displayName'
1486
+ property :tag_id, as: 'tagId'
1487
+ end
1488
+ end
1489
+
1437
1490
  class GoogleAnalyticsAdminV1alphaConversionEvent
1438
1491
  # @private
1439
1492
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1454,6 +1507,21 @@ module Google
1454
1507
  end
1455
1508
  end
1456
1509
 
1510
+ class GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest
1511
+ # @private
1512
+ class Representation < Google::Apis::Core::JsonRepresentation
1513
+ property :connected_site_tag, as: 'connectedSiteTag', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConnectedSiteTag, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConnectedSiteTag::Representation
1514
+
1515
+ property :property, as: 'property'
1516
+ end
1517
+ end
1518
+
1519
+ class GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse
1520
+ # @private
1521
+ class Representation < Google::Apis::Core::JsonRepresentation
1522
+ end
1523
+ end
1524
+
1457
1525
  class GoogleAnalyticsAdminV1alphaCreateUserLinkRequest
1458
1526
  # @private
1459
1527
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1559,6 +1627,14 @@ module Google
1559
1627
  end
1560
1628
  end
1561
1629
 
1630
+ class GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest
1631
+ # @private
1632
+ class Representation < Google::Apis::Core::JsonRepresentation
1633
+ property :property, as: 'property'
1634
+ property :tag_id, as: 'tagId'
1635
+ end
1636
+ end
1637
+
1562
1638
  class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
1563
1639
  # @private
1564
1640
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1593,6 +1669,23 @@ module Google
1593
1669
  end
1594
1670
  end
1595
1671
 
1672
+ class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
1673
+ # @private
1674
+ class Representation < Google::Apis::Core::JsonRepresentation
1675
+ property :file_downloads_enabled, as: 'fileDownloadsEnabled'
1676
+ property :form_interactions_enabled, as: 'formInteractionsEnabled'
1677
+ property :name, as: 'name'
1678
+ property :outbound_clicks_enabled, as: 'outboundClicksEnabled'
1679
+ property :page_changes_enabled, as: 'pageChangesEnabled'
1680
+ property :scrolls_enabled, as: 'scrollsEnabled'
1681
+ property :search_query_parameter, as: 'searchQueryParameter'
1682
+ property :site_search_enabled, as: 'siteSearchEnabled'
1683
+ property :stream_enabled, as: 'streamEnabled'
1684
+ property :uri_query_parameter, as: 'uriQueryParameter'
1685
+ property :video_engagement_enabled, as: 'videoEngagementEnabled'
1686
+ end
1687
+ end
1688
+
1596
1689
  class GoogleAnalyticsAdminV1alphaExpandedDataSet
1597
1690
  # @private
1598
1691
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1762,6 +1855,21 @@ module Google
1762
1855
  end
1763
1856
  end
1764
1857
 
1858
+ class GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest
1859
+ # @private
1860
+ class Representation < Google::Apis::Core::JsonRepresentation
1861
+ property :property, as: 'property'
1862
+ end
1863
+ end
1864
+
1865
+ class GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse
1866
+ # @private
1867
+ class Representation < Google::Apis::Core::JsonRepresentation
1868
+ collection :connected_site_tags, as: 'connectedSiteTags', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConnectedSiteTag, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConnectedSiteTag::Representation
1869
+
1870
+ end
1871
+ end
1872
+
1765
1873
  class GoogleAnalyticsAdminV1alphaListConversionEventsResponse
1766
1874
  # @private
1767
1875
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -422,9 +422,10 @@ module Google
422
422
 
423
423
  # Deletes information about multiple users' links to an account or property.
424
424
  # @param [String] parent
425
- # Required. The account or property that owns the access bindings. The parent
426
- # field in the DeleteAccessBindingRequest messages must either be empty or match
427
- # this field. Formats: - accounts/`account` - properties/`property`
425
+ # Required. The account or property that owns the access bindings. The parent of
426
+ # all provided values for the 'names' field in DeleteAccessBindingRequest
427
+ # messages must match this field. Formats: - accounts/`account` - properties/`
428
+ # property`
428
429
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchDeleteAccessBindingsRequest] google_analytics_admin_v1alpha_batch_delete_access_bindings_request_object
429
430
  # @param [String] fields
430
431
  # Selector specifying which fields to include in a partial response.
@@ -495,8 +496,8 @@ module Google
495
496
 
496
497
  # Updates information about multiple access bindings to an account or property.
497
498
  # @param [String] parent
498
- # Required. The account or property that owns the access bindings. The parent
499
- # field in the UpdateAccessBindingRequest messages must either be empty or match
499
+ # Required. The account or property that owns the access bindings. The parent of
500
+ # all provided AccessBinding in UpdateAccessBindingRequest messages must match
500
501
  # this field. Formats: - accounts/`account` - properties/`property`
501
502
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest] google_analytics_admin_v1alpha_batch_update_access_bindings_request_object
502
503
  # @param [String] fields
@@ -1120,6 +1121,38 @@ module Google
1120
1121
  execute_or_queue_command(command, &block)
1121
1122
  end
1122
1123
 
1124
+ # Creates a connected site tag for a Universal Analytics property. You can
1125
+ # create a maximum of 20 connected site tags per property. Note: This API cannot
1126
+ # be used on GA4 properties.
1127
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest] google_analytics_admin_v1alpha_create_connected_site_tag_request_object
1128
+ # @param [String] fields
1129
+ # Selector specifying which fields to include in a partial response.
1130
+ # @param [String] quota_user
1131
+ # Available to use for quota purposes for server-side applications. Can be any
1132
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1133
+ # @param [Google::Apis::RequestOptions] options
1134
+ # Request-specific options
1135
+ #
1136
+ # @yield [result, err] Result & error if block supplied
1137
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse] parsed result object
1138
+ # @yieldparam err [StandardError] error object if request failed
1139
+ #
1140
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse]
1141
+ #
1142
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1143
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1144
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1145
+ def create_property_connected_site_tag(google_analytics_admin_v1alpha_create_connected_site_tag_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1146
+ command = make_simple_command(:post, 'v1alpha/properties:createConnectedSiteTag', options)
1147
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagRequest::Representation
1148
+ command.request_object = google_analytics_admin_v1alpha_create_connected_site_tag_request_object
1149
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse::Representation
1150
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCreateConnectedSiteTagResponse
1151
+ command.query['fields'] = fields unless fields.nil?
1152
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1153
+ execute_or_queue_command(command, &block)
1154
+ end
1155
+
1123
1156
  # Marks target Property as soft-deleted (ie: "trashed") and returns it. This API
1124
1157
  # does not have a method to restore soft-deleted properties. However, they can
1125
1158
  # be restored using the Trash Can UI. If the properties are not restored before
@@ -1157,6 +1190,37 @@ module Google
1157
1190
  execute_or_queue_command(command, &block)
1158
1191
  end
1159
1192
 
1193
+ # Deletes a connected site tag for a Universal Analytics property. Note: this
1194
+ # has no effect on GA4 properties.
1195
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest] google_analytics_admin_v1alpha_delete_connected_site_tag_request_object
1196
+ # @param [String] fields
1197
+ # Selector specifying which fields to include in a partial response.
1198
+ # @param [String] quota_user
1199
+ # Available to use for quota purposes for server-side applications. Can be any
1200
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1201
+ # @param [Google::Apis::RequestOptions] options
1202
+ # Request-specific options
1203
+ #
1204
+ # @yield [result, err] Result & error if block supplied
1205
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
1206
+ # @yieldparam err [StandardError] error object if request failed
1207
+ #
1208
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
1209
+ #
1210
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1211
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1212
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1213
+ def delete_property_connected_site_tag(google_analytics_admin_v1alpha_delete_connected_site_tag_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1214
+ command = make_simple_command(:post, 'v1alpha/properties:deleteConnectedSiteTag', options)
1215
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDeleteConnectedSiteTagRequest::Representation
1216
+ command.request_object = google_analytics_admin_v1alpha_delete_connected_site_tag_request_object
1217
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
1218
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
1219
+ command.query['fields'] = fields unless fields.nil?
1220
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1221
+ execute_or_queue_command(command, &block)
1222
+ end
1223
+
1160
1224
  # Fetches the opt out status for the automated GA4 setup process for a UA
1161
1225
  # property. Note: this has no effect on GA4 property.
1162
1226
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFetchAutomatedGa4ConfigurationOptOutRequest] google_analytics_admin_v1alpha_fetch_automated_ga4_configuration_opt_out_request_object
@@ -1369,6 +1433,38 @@ module Google
1369
1433
  execute_or_queue_command(command, &block)
1370
1434
  end
1371
1435
 
1436
+ # Lists the connected site tags for a Universal Analytics property. A maximum of
1437
+ # 20 connected site tags will be returned. Note: this has no effect on GA4
1438
+ # property.
1439
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest] google_analytics_admin_v1alpha_list_connected_site_tags_request_object
1440
+ # @param [String] fields
1441
+ # Selector specifying which fields to include in a partial response.
1442
+ # @param [String] quota_user
1443
+ # Available to use for quota purposes for server-side applications. Can be any
1444
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
1445
+ # @param [Google::Apis::RequestOptions] options
1446
+ # Request-specific options
1447
+ #
1448
+ # @yield [result, err] Result & error if block supplied
1449
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse] parsed result object
1450
+ # @yieldparam err [StandardError] error object if request failed
1451
+ #
1452
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse]
1453
+ #
1454
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1455
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1456
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
1457
+ def list_property_connected_site_tags(google_analytics_admin_v1alpha_list_connected_site_tags_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
1458
+ command = make_simple_command(:post, 'v1alpha/properties:listConnectedSiteTags', options)
1459
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListConnectedSiteTagsRequest::Representation
1460
+ command.request_object = google_analytics_admin_v1alpha_list_connected_site_tags_request_object
1461
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse::Representation
1462
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListConnectedSiteTagsResponse
1463
+ command.query['fields'] = fields unless fields.nil?
1464
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
1465
+ execute_or_queue_command(command, &block)
1466
+ end
1467
+
1372
1468
  # Updates a property.
1373
1469
  # @param [String] name
1374
1470
  # Output only. Resource name of this property. Format: properties/`property_id`
@@ -1644,9 +1740,10 @@ module Google
1644
1740
 
1645
1741
  # Deletes information about multiple users' links to an account or property.
1646
1742
  # @param [String] parent
1647
- # Required. The account or property that owns the access bindings. The parent
1648
- # field in the DeleteAccessBindingRequest messages must either be empty or match
1649
- # this field. Formats: - accounts/`account` - properties/`property`
1743
+ # Required. The account or property that owns the access bindings. The parent of
1744
+ # all provided values for the 'names' field in DeleteAccessBindingRequest
1745
+ # messages must match this field. Formats: - accounts/`account` - properties/`
1746
+ # property`
1650
1747
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchDeleteAccessBindingsRequest] google_analytics_admin_v1alpha_batch_delete_access_bindings_request_object
1651
1748
  # @param [String] fields
1652
1749
  # Selector specifying which fields to include in a partial response.
@@ -1717,8 +1814,8 @@ module Google
1717
1814
 
1718
1815
  # Updates information about multiple access bindings to an account or property.
1719
1816
  # @param [String] parent
1720
- # Required. The account or property that owns the access bindings. The parent
1721
- # field in the UpdateAccessBindingRequest messages must either be empty or match
1817
+ # Required. The account or property that owns the access bindings. The parent of
1818
+ # all provided AccessBinding in UpdateAccessBindingRequest messages must match
1722
1819
  # this field. Formats: - accounts/`account` - properties/`property`
1723
1820
  # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaBatchUpdateAccessBindingsRequest] google_analytics_admin_v1alpha_batch_update_access_bindings_request_object
1724
1821
  # @param [String] fields
@@ -2766,6 +2863,39 @@ module Google
2766
2863
  execute_or_queue_command(command, &block)
2767
2864
  end
2768
2865
 
2866
+ # Returns the enhanced measurement settings for this data stream. Note that the
2867
+ # stream must enable enhanced measurement for these settings to take effect.
2868
+ # @param [String] name
2869
+ # Required. The name of the settings to lookup. Format: properties/`property`/
2870
+ # dataStreams/`data_stream`/enhancedMeasurementSettings Example: "properties/
2871
+ # 1000/dataStreams/2000/enhancedMeasurementSettings"
2872
+ # @param [String] fields
2873
+ # Selector specifying which fields to include in a partial response.
2874
+ # @param [String] quota_user
2875
+ # Available to use for quota purposes for server-side applications. Can be any
2876
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
2877
+ # @param [Google::Apis::RequestOptions] options
2878
+ # Request-specific options
2879
+ #
2880
+ # @yield [result, err] Result & error if block supplied
2881
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings] parsed result object
2882
+ # @yieldparam err [StandardError] error object if request failed
2883
+ #
2884
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings]
2885
+ #
2886
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
2887
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
2888
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
2889
+ def get_property_data_stream_enhanced_measurement_settings(name, fields: nil, quota_user: nil, options: nil, &block)
2890
+ command = make_simple_command(:get, 'v1alpha/{+name}', options)
2891
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings::Representation
2892
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
2893
+ command.params['name'] = name unless name.nil?
2894
+ command.query['fields'] = fields unless fields.nil?
2895
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
2896
+ execute_or_queue_command(command, &block)
2897
+ end
2898
+
2769
2899
  # Returns the Site Tag for the specified web stream. Site Tags are immutable
2770
2900
  # singletons.
2771
2901
  # @param [String] name
@@ -2880,6 +3010,47 @@ module Google
2880
3010
  execute_or_queue_command(command, &block)
2881
3011
  end
2882
3012
 
3013
+ # Updates the enhanced measurement settings for this data stream. Note that the
3014
+ # stream must enable enhanced measurement for these settings to take effect.
3015
+ # @param [String] name
3016
+ # Output only. Resource name of the Enhanced Measurement Settings. Format:
3017
+ # properties/`property_id`/dataStreams/`data_stream`/enhancedMeasurementSettings
3018
+ # Example: "properties/1000/dataStreams/2000/enhancedMeasurementSettings"
3019
+ # @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings] google_analytics_admin_v1alpha_enhanced_measurement_settings_object
3020
+ # @param [String] update_mask
3021
+ # Required. The list of fields to be updated. Field names must be in snake case (
3022
+ # e.g., "field_to_update"). Omitted fields will not be updated. To replace the
3023
+ # entire entity, use one path with the string "*" to match all fields.
3024
+ # @param [String] fields
3025
+ # Selector specifying which fields to include in a partial response.
3026
+ # @param [String] quota_user
3027
+ # Available to use for quota purposes for server-side applications. Can be any
3028
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
3029
+ # @param [Google::Apis::RequestOptions] options
3030
+ # Request-specific options
3031
+ #
3032
+ # @yield [result, err] Result & error if block supplied
3033
+ # @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings] parsed result object
3034
+ # @yieldparam err [StandardError] error object if request failed
3035
+ #
3036
+ # @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings]
3037
+ #
3038
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3039
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3040
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
3041
+ def update_property_data_stream_enhanced_measurement_settings(name, google_analytics_admin_v1alpha_enhanced_measurement_settings_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
3042
+ command = make_simple_command(:patch, 'v1alpha/{+name}', options)
3043
+ command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings::Representation
3044
+ command.request_object = google_analytics_admin_v1alpha_enhanced_measurement_settings_object
3045
+ command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings::Representation
3046
+ command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
3047
+ command.params['name'] = name unless name.nil?
3048
+ command.query['updateMask'] = update_mask unless update_mask.nil?
3049
+ command.query['fields'] = fields unless fields.nil?
3050
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
3051
+ execute_or_queue_command(command, &block)
3052
+ end
3053
+
2883
3054
  # Creates a measurement protocol secret.
2884
3055
  # @param [String] parent
2885
3056
  # Required. The parent resource where this secret will be created. Format:
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-analyticsadmin_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-26 00:00:00.000000000 Z
11
+ date: 2023-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.50.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-analyticsadmin_v1alpha
63
63
  post_install_message:
64
64
  rdoc_options: []