google-apis-analyticsadmin_v1alpha 0.18.0 → 0.22.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 +4 -4
- data/CHANGELOG.md +17 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +194 -20
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +84 -6
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +454 -649
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 35d749bd6efd26fb4ca9d3c1aeae27db2d951f1f020c969f3ff8c89f9d9f76c0
|
4
|
+
data.tar.gz: 57197e93c4a4e1e05d78fca368203814a47722854bdb3529d76d416ffcafb369
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 87d5067a6052c167e0c578bdcf23465ce29533607af0b40517f7d73ff254d17d7fe1dac49f98b9bf91cc1d4227f1ac490eecf78189d59e500575c8fdca0bae25
|
7
|
+
data.tar.gz: 3f3c3074c9b592243dc0219681ffb20db08e6d2841bafd57ff190502baec5d78dfbec549660eb1ceae603c81da60c09b5942177bd6499be93199981cc84370b3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
2
2
|
|
3
|
+
### v0.22.0 (2022-01-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220112
|
6
|
+
* Regenerated using generator version 0.4.1
|
7
|
+
|
8
|
+
### v0.21.0 (2022-01-07)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220105
|
11
|
+
|
12
|
+
### v0.20.0 (2021-12-02)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20211201
|
15
|
+
|
16
|
+
### v0.19.0 (2021-11-03)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20211102
|
19
|
+
|
3
20
|
### v0.18.0 (2021-10-22)
|
4
21
|
|
5
22
|
* Regenerated from discovery document revision 20211021
|
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
|
@@ -1004,6 +1000,158 @@ module Google
|
|
1004
1000
|
end
|
1005
1001
|
end
|
1006
1002
|
|
1003
|
+
# A resource message representing a data stream.
|
1004
|
+
class GoogleAnalyticsAdminV1alphaDataStream
|
1005
|
+
include Google::Apis::Core::Hashable
|
1006
|
+
|
1007
|
+
# Data specific to Android app streams.
|
1008
|
+
# Corresponds to the JSON property `androidAppStreamData`
|
1009
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData]
|
1010
|
+
attr_accessor :android_app_stream_data
|
1011
|
+
|
1012
|
+
# Output only. Time when this stream was originally created.
|
1013
|
+
# Corresponds to the JSON property `createTime`
|
1014
|
+
# @return [String]
|
1015
|
+
attr_accessor :create_time
|
1016
|
+
|
1017
|
+
# Human-readable display name for the Data Stream. Required for web data streams.
|
1018
|
+
# The max allowed display name length is 255 UTF-16 code units.
|
1019
|
+
# Corresponds to the JSON property `displayName`
|
1020
|
+
# @return [String]
|
1021
|
+
attr_accessor :display_name
|
1022
|
+
|
1023
|
+
# Data specific to iOS app streams.
|
1024
|
+
# Corresponds to the JSON property `iosAppStreamData`
|
1025
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData]
|
1026
|
+
attr_accessor :ios_app_stream_data
|
1027
|
+
|
1028
|
+
# Output only. Resource name of this Data Stream. Format: properties/`
|
1029
|
+
# property_id`/dataStreams/`stream_id` Example: "properties/1000/dataStreams/
|
1030
|
+
# 2000"
|
1031
|
+
# Corresponds to the JSON property `name`
|
1032
|
+
# @return [String]
|
1033
|
+
attr_accessor :name
|
1034
|
+
|
1035
|
+
# Required. Immutable. The type of this DataStream resource.
|
1036
|
+
# Corresponds to the JSON property `type`
|
1037
|
+
# @return [String]
|
1038
|
+
attr_accessor :type
|
1039
|
+
|
1040
|
+
# Output only. Time when stream payload fields were last updated.
|
1041
|
+
# Corresponds to the JSON property `updateTime`
|
1042
|
+
# @return [String]
|
1043
|
+
attr_accessor :update_time
|
1044
|
+
|
1045
|
+
# Data specific to web streams.
|
1046
|
+
# Corresponds to the JSON property `webStreamData`
|
1047
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamWebStreamData]
|
1048
|
+
attr_accessor :web_stream_data
|
1049
|
+
|
1050
|
+
def initialize(**args)
|
1051
|
+
update!(**args)
|
1052
|
+
end
|
1053
|
+
|
1054
|
+
# Update properties of this object
|
1055
|
+
def update!(**args)
|
1056
|
+
@android_app_stream_data = args[:android_app_stream_data] if args.key?(:android_app_stream_data)
|
1057
|
+
@create_time = args[:create_time] if args.key?(:create_time)
|
1058
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
1059
|
+
@ios_app_stream_data = args[:ios_app_stream_data] if args.key?(:ios_app_stream_data)
|
1060
|
+
@name = args[:name] if args.key?(:name)
|
1061
|
+
@type = args[:type] if args.key?(:type)
|
1062
|
+
@update_time = args[:update_time] if args.key?(:update_time)
|
1063
|
+
@web_stream_data = args[:web_stream_data] if args.key?(:web_stream_data)
|
1064
|
+
end
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
# Data specific to Android app streams.
|
1068
|
+
class GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData
|
1069
|
+
include Google::Apis::Core::Hashable
|
1070
|
+
|
1071
|
+
# Output only. ID of the corresponding Android app in Firebase, if any. This ID
|
1072
|
+
# can change if the Android app is deleted and recreated.
|
1073
|
+
# Corresponds to the JSON property `firebaseAppId`
|
1074
|
+
# @return [String]
|
1075
|
+
attr_accessor :firebase_app_id
|
1076
|
+
|
1077
|
+
# Immutable. The package name for the app being measured. Example: "com.example.
|
1078
|
+
# myandroidapp"
|
1079
|
+
# Corresponds to the JSON property `packageName`
|
1080
|
+
# @return [String]
|
1081
|
+
attr_accessor :package_name
|
1082
|
+
|
1083
|
+
def initialize(**args)
|
1084
|
+
update!(**args)
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
# Update properties of this object
|
1088
|
+
def update!(**args)
|
1089
|
+
@firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
|
1090
|
+
@package_name = args[:package_name] if args.key?(:package_name)
|
1091
|
+
end
|
1092
|
+
end
|
1093
|
+
|
1094
|
+
# Data specific to iOS app streams.
|
1095
|
+
class GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData
|
1096
|
+
include Google::Apis::Core::Hashable
|
1097
|
+
|
1098
|
+
# Required. Immutable. The Apple App Store Bundle ID for the app Example: "com.
|
1099
|
+
# example.myiosapp"
|
1100
|
+
# Corresponds to the JSON property `bundleId`
|
1101
|
+
# @return [String]
|
1102
|
+
attr_accessor :bundle_id
|
1103
|
+
|
1104
|
+
# Output only. ID of the corresponding iOS app in Firebase, if any. This ID can
|
1105
|
+
# change if the iOS app is deleted and recreated.
|
1106
|
+
# Corresponds to the JSON property `firebaseAppId`
|
1107
|
+
# @return [String]
|
1108
|
+
attr_accessor :firebase_app_id
|
1109
|
+
|
1110
|
+
def initialize(**args)
|
1111
|
+
update!(**args)
|
1112
|
+
end
|
1113
|
+
|
1114
|
+
# Update properties of this object
|
1115
|
+
def update!(**args)
|
1116
|
+
@bundle_id = args[:bundle_id] if args.key?(:bundle_id)
|
1117
|
+
@firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
|
1118
|
+
end
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
# Data specific to web streams.
|
1122
|
+
class GoogleAnalyticsAdminV1alphaDataStreamWebStreamData
|
1123
|
+
include Google::Apis::Core::Hashable
|
1124
|
+
|
1125
|
+
# Immutable. Domain name of the web app being measured, or empty. Example: "http:
|
1126
|
+
# //www.google.com", "https://www.google.com"
|
1127
|
+
# Corresponds to the JSON property `defaultUri`
|
1128
|
+
# @return [String]
|
1129
|
+
attr_accessor :default_uri
|
1130
|
+
|
1131
|
+
# Output only. ID of the corresponding web app in Firebase, if any. This ID can
|
1132
|
+
# change if the web app is deleted and recreated.
|
1133
|
+
# Corresponds to the JSON property `firebaseAppId`
|
1134
|
+
# @return [String]
|
1135
|
+
attr_accessor :firebase_app_id
|
1136
|
+
|
1137
|
+
# Output only. Analytics "Measurement ID", without the "G-" prefix. Example: "G-
|
1138
|
+
# 1A2BCD345E" would just be "1A2BCD345E"
|
1139
|
+
# Corresponds to the JSON property `measurementId`
|
1140
|
+
# @return [String]
|
1141
|
+
attr_accessor :measurement_id
|
1142
|
+
|
1143
|
+
def initialize(**args)
|
1144
|
+
update!(**args)
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
# Update properties of this object
|
1148
|
+
def update!(**args)
|
1149
|
+
@default_uri = args[:default_uri] if args.key?(:default_uri)
|
1150
|
+
@firebase_app_id = args[:firebase_app_id] if args.key?(:firebase_app_id)
|
1151
|
+
@measurement_id = args[:measurement_id] if args.key?(:measurement_id)
|
1152
|
+
end
|
1153
|
+
end
|
1154
|
+
|
1007
1155
|
# Request message for DeleteUserLink RPC.
|
1008
1156
|
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
1009
1157
|
include Google::Apis::Core::Hashable
|
@@ -1563,6 +1711,32 @@ module Google
|
|
1563
1711
|
end
|
1564
1712
|
end
|
1565
1713
|
|
1714
|
+
# Response message for ListDataStreams RPC.
|
1715
|
+
class GoogleAnalyticsAdminV1alphaListDataStreamsResponse
|
1716
|
+
include Google::Apis::Core::Hashable
|
1717
|
+
|
1718
|
+
# List of DataStreams.
|
1719
|
+
# Corresponds to the JSON property `dataStreams`
|
1720
|
+
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream>]
|
1721
|
+
attr_accessor :data_streams
|
1722
|
+
|
1723
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
1724
|
+
# field is omitted, there are no subsequent pages.
|
1725
|
+
# Corresponds to the JSON property `nextPageToken`
|
1726
|
+
# @return [String]
|
1727
|
+
attr_accessor :next_page_token
|
1728
|
+
|
1729
|
+
def initialize(**args)
|
1730
|
+
update!(**args)
|
1731
|
+
end
|
1732
|
+
|
1733
|
+
# Update properties of this object
|
1734
|
+
def update!(**args)
|
1735
|
+
@data_streams = args[:data_streams] if args.key?(:data_streams)
|
1736
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1737
|
+
end
|
1738
|
+
end
|
1739
|
+
|
1566
1740
|
# Response message for ListDisplayVideo360AdvertiserLinkProposals RPC.
|
1567
1741
|
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
1568
1742
|
include Google::Apis::Core::Hashable
|
@@ -1935,7 +2109,7 @@ module Google
|
|
1935
2109
|
class GoogleAnalyticsAdminV1alphaPropertySummary
|
1936
2110
|
include Google::Apis::Core::Hashable
|
1937
2111
|
|
1938
|
-
# Display name for the property referred to in this
|
2112
|
+
# Display name for the property referred to in this property summary.
|
1939
2113
|
# Corresponds to the JSON property `displayName`
|
1940
2114
|
# @return [String]
|
1941
2115
|
attr_accessor :display_name
|
@@ -2171,7 +2345,7 @@ module Google
|
|
2171
2345
|
attr_accessor :default_uri
|
2172
2346
|
|
2173
2347
|
# Required. Human-readable display name for the Data Stream. The max allowed
|
2174
|
-
# display name length is
|
2348
|
+
# display name length is 255 UTF-16 code units.
|
2175
2349
|
# Corresponds to the JSON property `displayName`
|
2176
2350
|
# @return [String]
|
2177
2351
|
attr_accessor :display_name
|
@@ -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.22.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,30 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class GoogleAnalyticsAdminV1alphaDataStream
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleAnalyticsAdminV1alphaDataStreamWebStreamData
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
193
217
|
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
194
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
219
|
|
@@ -280,6 +304,12 @@ module Google
|
|
280
304
|
include Google::Apis::Core::JsonObjectSupport
|
281
305
|
end
|
282
306
|
|
307
|
+
class GoogleAnalyticsAdminV1alphaListDataStreamsResponse
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
283
313
|
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
284
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
315
|
|
@@ -573,8 +603,6 @@ module Google
|
|
573
603
|
class Representation < Google::Apis::Core::JsonRepresentation
|
574
604
|
property :account, as: 'account', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAccount::Representation
|
575
605
|
|
576
|
-
property :android_app_data_stream, as: 'androidAppDataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaAndroidAppDataStream::Representation
|
577
|
-
|
578
606
|
property :conversion_event, as: 'conversionEvent', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConversionEvent, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaConversionEvent::Representation
|
579
607
|
|
580
608
|
property :custom_dimension, as: 'customDimension', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomDimension::Representation
|
@@ -583,6 +611,8 @@ module Google
|
|
583
611
|
|
584
612
|
property :data_retention_settings, as: 'dataRetentionSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings::Representation
|
585
613
|
|
614
|
+
property :data_stream, as: 'dataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream::Representation
|
615
|
+
|
586
616
|
property :display_video360_advertiser_link, as: 'displayVideo360AdvertiserLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
587
617
|
|
588
618
|
property :display_video360_advertiser_link_proposal, as: 'displayVideo360AdvertiserLinkProposal', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
@@ -593,14 +623,10 @@ module Google
|
|
593
623
|
|
594
624
|
property :google_signals_settings, as: 'googleSignalsSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleSignalsSettings::Representation
|
595
625
|
|
596
|
-
property :ios_app_data_stream, as: 'iosAppDataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaIosAppDataStream::Representation
|
597
|
-
|
598
626
|
property :measurement_protocol_secret, as: 'measurementProtocolSecret', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaMeasurementProtocolSecret::Representation
|
599
627
|
|
600
628
|
property :property, as: 'property', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaProperty::Representation
|
601
629
|
|
602
|
-
property :web_data_stream, as: 'webDataStream', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaWebDataStream::Representation
|
603
|
-
|
604
630
|
end
|
605
631
|
end
|
606
632
|
|
@@ -658,6 +684,7 @@ module Google
|
|
658
684
|
property :measurement_unit, as: 'measurementUnit'
|
659
685
|
property :name, as: 'name'
|
660
686
|
property :parameter_name, as: 'parameterName'
|
687
|
+
collection :restricted_metric_type, as: 'restrictedMetricType'
|
661
688
|
property :scope, as: 'scope'
|
662
689
|
end
|
663
690
|
end
|
@@ -683,6 +710,48 @@ module Google
|
|
683
710
|
end
|
684
711
|
end
|
685
712
|
|
713
|
+
class GoogleAnalyticsAdminV1alphaDataStream
|
714
|
+
# @private
|
715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
+
property :android_app_stream_data, as: 'androidAppStreamData', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData::Representation
|
717
|
+
|
718
|
+
property :create_time, as: 'createTime'
|
719
|
+
property :display_name, as: 'displayName'
|
720
|
+
property :ios_app_stream_data, as: 'iosAppStreamData', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData::Representation
|
721
|
+
|
722
|
+
property :name, as: 'name'
|
723
|
+
property :type, as: 'type'
|
724
|
+
property :update_time, as: 'updateTime'
|
725
|
+
property :web_stream_data, as: 'webStreamData', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamWebStreamData, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStreamWebStreamData::Representation
|
726
|
+
|
727
|
+
end
|
728
|
+
end
|
729
|
+
|
730
|
+
class GoogleAnalyticsAdminV1alphaDataStreamAndroidAppStreamData
|
731
|
+
# @private
|
732
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
733
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
734
|
+
property :package_name, as: 'packageName'
|
735
|
+
end
|
736
|
+
end
|
737
|
+
|
738
|
+
class GoogleAnalyticsAdminV1alphaDataStreamIosAppStreamData
|
739
|
+
# @private
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
741
|
+
property :bundle_id, as: 'bundleId'
|
742
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
743
|
+
end
|
744
|
+
end
|
745
|
+
|
746
|
+
class GoogleAnalyticsAdminV1alphaDataStreamWebStreamData
|
747
|
+
# @private
|
748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
749
|
+
property :default_uri, as: 'defaultUri'
|
750
|
+
property :firebase_app_id, as: 'firebaseAppId'
|
751
|
+
property :measurement_id, as: 'measurementId'
|
752
|
+
end
|
753
|
+
end
|
754
|
+
|
686
755
|
class GoogleAnalyticsAdminV1alphaDeleteUserLinkRequest
|
687
756
|
# @private
|
688
757
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -831,6 +900,15 @@ module Google
|
|
831
900
|
end
|
832
901
|
end
|
833
902
|
|
903
|
+
class GoogleAnalyticsAdminV1alphaListDataStreamsResponse
|
904
|
+
# @private
|
905
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
906
|
+
collection :data_streams, as: 'dataStreams', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataStream::Representation
|
907
|
+
|
908
|
+
property :next_page_token, as: 'nextPageToken'
|
909
|
+
end
|
910
|
+
end
|
911
|
+
|
834
912
|
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
835
913
|
# @private
|
836
914
|
class Representation < Google::Apis::Core::JsonRepresentation
|