google-apis-analyticsadmin_v1alpha 0.20.0 → 0.21.0
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 87b6e06445437e1c228c1cb26c3397dccef093f136988acfa7a4d8d95f0fe81e
|
4
|
+
data.tar.gz: cc8d21fffbc102bd0f672093871c3078a06bc393b553179edd27ea23b60297e8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f3d1220bfd22fe48ac86601ed5c99746114c26bd85dc6ee7716387e06fe2c6fb7c461c352cc6aae976459903e4fae5ef537520bc194dd8e60ec22992b284926
|
7
|
+
data.tar.gz: dd8371e67dca0ad9fce710a406dbc1f17fb8d468bbc6f9ea81cf3a38bd8477eac2682a08beb8b2c5eaf69d3c81af58e347edf653be13db71a8ee0f003e223be1
|
data/CHANGELOG.md
CHANGED
data/OVERVIEW.md
CHANGED
@@ -51,7 +51,7 @@ require "google/apis/analyticsadmin_v1alpha"
|
|
51
51
|
client = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminService.new
|
52
52
|
|
53
53
|
# Authenticate calls
|
54
|
-
client.
|
54
|
+
client.authorization = # ... use the googleauth gem to create credentials
|
55
55
|
```
|
56
56
|
|
57
57
|
See the class reference docs for information on the methods you can call from a client.
|
@@ -548,11 +548,6 @@ module Google
|
|
548
548
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount]
|
549
549
|
attr_accessor :account
|
550
550
|
|
551
|
-
# A resource message representing a Google Analytics Android app stream.
|
552
|
-
# Corresponds to the JSON property `androidAppDataStream`
|
553
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream]
|
554
|
-
attr_accessor :android_app_data_stream
|
555
|
-
|
556
551
|
# A conversion event in a Google Analytics property.
|
557
552
|
# Corresponds to the JSON property `conversionEvent`
|
558
553
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConversionEvent]
|
@@ -573,6 +568,11 @@ module Google
|
|
573
568
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings]
|
574
569
|
attr_accessor :data_retention_settings
|
575
570
|
|
571
|
+
# A resource message representing a data stream.
|
572
|
+
# Corresponds to the JSON property `dataStream`
|
573
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream]
|
574
|
+
attr_accessor :data_stream
|
575
|
+
|
576
576
|
# A link between a GA4 property and a Display & Video 360 advertiser.
|
577
577
|
# Corresponds to the JSON property `displayVideo360AdvertiserLink`
|
578
578
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink]
|
@@ -601,11 +601,6 @@ module Google
|
|
601
601
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings]
|
602
602
|
attr_accessor :google_signals_settings
|
603
603
|
|
604
|
-
# A resource message representing a Google Analytics IOS app stream.
|
605
|
-
# Corresponds to the JSON property `iosAppDataStream`
|
606
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream]
|
607
|
-
attr_accessor :ios_app_data_stream
|
608
|
-
|
609
604
|
# A secret value used for sending hits to Measurement Protocol.
|
610
605
|
# Corresponds to the JSON property `measurementProtocolSecret`
|
611
606
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret]
|
@@ -616,11 +611,6 @@ module Google
|
|
616
611
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty]
|
617
612
|
attr_accessor :property
|
618
613
|
|
619
|
-
# A resource message representing a Google Analytics web stream.
|
620
|
-
# Corresponds to the JSON property `webDataStream`
|
621
|
-
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream]
|
622
|
-
attr_accessor :web_data_stream
|
623
|
-
|
624
614
|
def initialize(**args)
|
625
615
|
update!(**args)
|
626
616
|
end
|
@@ -628,20 +618,18 @@ module Google
|
|
628
618
|
# Update properties of this object
|
629
619
|
def update!(**args)
|
630
620
|
@account = args[:account] if args.key?(:account)
|
631
|
-
@android_app_data_stream = args[:android_app_data_stream] if args.key?(:android_app_data_stream)
|
632
621
|
@conversion_event = args[:conversion_event] if args.key?(:conversion_event)
|
633
622
|
@custom_dimension = args[:custom_dimension] if args.key?(:custom_dimension)
|
634
623
|
@custom_metric = args[:custom_metric] if args.key?(:custom_metric)
|
635
624
|
@data_retention_settings = args[:data_retention_settings] if args.key?(:data_retention_settings)
|
625
|
+
@data_stream = args[:data_stream] if args.key?(:data_stream)
|
636
626
|
@display_video360_advertiser_link = args[:display_video360_advertiser_link] if args.key?(:display_video360_advertiser_link)
|
637
627
|
@display_video360_advertiser_link_proposal = args[:display_video360_advertiser_link_proposal] if args.key?(:display_video360_advertiser_link_proposal)
|
638
628
|
@firebase_link = args[:firebase_link] if args.key?(:firebase_link)
|
639
629
|
@google_ads_link = args[:google_ads_link] if args.key?(:google_ads_link)
|
640
630
|
@google_signals_settings = args[:google_signals_settings] if args.key?(:google_signals_settings)
|
641
|
-
@ios_app_data_stream = args[:ios_app_data_stream] if args.key?(:ios_app_data_stream)
|
642
631
|
@measurement_protocol_secret = args[:measurement_protocol_secret] if args.key?(:measurement_protocol_secret)
|
643
632
|
@property = args[:property] if args.key?(:property)
|
644
|
-
@web_data_stream = args[:web_data_stream] if args.key?(:web_data_stream)
|
645
633
|
end
|
646
634
|
end
|
647
635
|
|
@@ -891,6 +879,13 @@ module Google
|
|
891
879
|
# @return [String]
|
892
880
|
attr_accessor :parameter_name
|
893
881
|
|
882
|
+
# Optional. Types of restricted data that this metric may contain. Required for
|
883
|
+
# metrics with CURRENCY measurement unit. Must be empty for metrics with a non-
|
884
|
+
# CURRENCY measurement unit.
|
885
|
+
# Corresponds to the JSON property `restrictedMetricType`
|
886
|
+
# @return [Array<String>]
|
887
|
+
attr_accessor :restricted_metric_type
|
888
|
+
|
894
889
|
# Required. Immutable. The scope of this custom metric.
|
895
890
|
# Corresponds to the JSON property `scope`
|
896
891
|
# @return [String]
|
@@ -907,6 +902,7 @@ module Google
|
|
907
902
|
@measurement_unit = args[:measurement_unit] if args.key?(:measurement_unit)
|
908
903
|
@name = args[:name] if args.key?(:name)
|
909
904
|
@parameter_name = args[:parameter_name] if args.key?(:parameter_name)
|
905
|
+
@restricted_metric_type = args[:restricted_metric_type] if args.key?(:restricted_metric_type)
|
910
906
|
@scope = args[:scope] if args.key?(:scope)
|
911
907
|
end
|
912
908
|
end
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -603,8 +603,6 @@ module Google
|
|
603
603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
604
604
|
property :account, as: 'account', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount::Representation
|
605
605
|
|
606
|
-
property :android_app_data_stream, as: 'androidAppDataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
607
|
-
|
608
606
|
property :conversion_event, as: 'conversionEvent', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConversionEvent, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConversionEvent::Representation
|
609
607
|
|
610
608
|
property :custom_dimension, as: 'customDimension', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension::Representation
|
@@ -613,6 +611,8 @@ module Google
|
|
613
611
|
|
614
612
|
property :data_retention_settings, as: 'dataRetentionSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings::Representation
|
615
613
|
|
614
|
+
property :data_stream, as: 'dataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream::Representation
|
615
|
+
|
616
616
|
property :display_video360_advertiser_link, as: 'displayVideo360AdvertiserLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
617
617
|
|
618
618
|
property :display_video360_advertiser_link_proposal, as: 'displayVideo360AdvertiserLinkProposal', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
@@ -623,14 +623,10 @@ module Google
|
|
623
623
|
|
624
624
|
property :google_signals_settings, as: 'googleSignalsSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings::Representation
|
625
625
|
|
626
|
-
property :ios_app_data_stream, as: 'iosAppDataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
627
|
-
|
628
626
|
property :measurement_protocol_secret, as: 'measurementProtocolSecret', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret::Representation
|
629
627
|
|
630
628
|
property :property, as: 'property', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
631
629
|
|
632
|
-
property :web_data_stream, as: 'webDataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
633
|
-
|
634
630
|
end
|
635
631
|
end
|
636
632
|
|
@@ -688,6 +684,7 @@ module Google
|
|
688
684
|
property :measurement_unit, as: 'measurementUnit'
|
689
685
|
property :name, as: 'name'
|
690
686
|
property :parameter_name, as: 'parameterName'
|
687
|
+
collection :restricted_metric_type, as: 'restrictedMetricType'
|
691
688
|
property :scope, as: 'scope'
|
692
689
|
end
|
693
690
|
end
|
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.
|
4
|
+
version: 0.21.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:
|
11
|
+
date: 2022-01-10 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-analyticsadmin_v1alpha/v0.21.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: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Google Analytics Admin API V1alpha
|