google-apis-analyticsadmin_v1alpha 0.10.0 → 0.14.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 +16 -0
- data/lib/google/apis/analyticsadmin_v1alpha/classes.rb +332 -1
- data/lib/google/apis/analyticsadmin_v1alpha/gem_version.rb +3 -3
- data/lib/google/apis/analyticsadmin_v1alpha/representations.rb +144 -0
- data/lib/google/apis/analyticsadmin_v1alpha/service.rb +461 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bfd5b550b6c1d9774b3ec3abeac43f3dc8a8202ae945146dfbb14acc553321b6
|
4
|
+
data.tar.gz: 89e6f6309c544e39b66212b31daff400ac6ce8ca7b6c25aa0d43a199a2c2c8c1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58131ca70d919e417fb2e36a8a48e4e289554dce79eea5b0d7a3a3c05311fa7f3464913f89e15f59c4fd5a12b94861658193e9215c459b8ede43712428d11cc7
|
7
|
+
data.tar.gz: 6eff46822fa560d412f36ae7042d2a1bb6b59f07f1be3850ef1f4277a3c3644c166b8f17d4329a19105f19922074912d415ea789fa45361c24e939c739a079c6
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Release history for google-apis-analyticsadmin_v1alpha
|
2
2
|
|
3
|
+
### v0.14.0 (2021-08-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210822
|
6
|
+
|
7
|
+
### v0.13.0 (2021-07-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210720
|
10
|
+
|
11
|
+
### v0.12.0 (2021-07-14)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20210712
|
14
|
+
|
15
|
+
### v0.11.0 (2021-06-29)
|
16
|
+
|
17
|
+
* Regenerated using generator version 0.4.0
|
18
|
+
|
3
19
|
### v0.10.0 (2021-06-24)
|
4
20
|
|
5
21
|
* Regenerated from discovery document revision 20210622
|
@@ -168,6 +168,38 @@ module Google
|
|
168
168
|
end
|
169
169
|
end
|
170
170
|
|
171
|
+
# Request message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.
|
172
|
+
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest
|
173
|
+
include Google::Apis::Core::Hashable
|
174
|
+
|
175
|
+
def initialize(**args)
|
176
|
+
update!(**args)
|
177
|
+
end
|
178
|
+
|
179
|
+
# Update properties of this object
|
180
|
+
def update!(**args)
|
181
|
+
end
|
182
|
+
end
|
183
|
+
|
184
|
+
# Response message for ApproveDisplayVideo360AdvertiserLinkProposal RPC.
|
185
|
+
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse
|
186
|
+
include Google::Apis::Core::Hashable
|
187
|
+
|
188
|
+
# A link between a GA4 property and a Display & Video 360 advertiser.
|
189
|
+
# Corresponds to the JSON property `displayVideo360AdvertiserLink`
|
190
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink]
|
191
|
+
attr_accessor :display_video360_advertiser_link
|
192
|
+
|
193
|
+
def initialize(**args)
|
194
|
+
update!(**args)
|
195
|
+
end
|
196
|
+
|
197
|
+
# Update properties of this object
|
198
|
+
def update!(**args)
|
199
|
+
@display_video360_advertiser_link = args[:display_video360_advertiser_link] if args.key?(:display_video360_advertiser_link)
|
200
|
+
end
|
201
|
+
end
|
202
|
+
|
171
203
|
# Request message for ArchiveCustomDimension RPC.
|
172
204
|
class GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest
|
173
205
|
include Google::Apis::Core::Hashable
|
@@ -417,6 +449,19 @@ module Google
|
|
417
449
|
end
|
418
450
|
end
|
419
451
|
|
452
|
+
# Request message for CancelDisplayVideo360AdvertiserLinkProposal RPC.
|
453
|
+
class GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest
|
454
|
+
include Google::Apis::Core::Hashable
|
455
|
+
|
456
|
+
def initialize(**args)
|
457
|
+
update!(**args)
|
458
|
+
end
|
459
|
+
|
460
|
+
# Update properties of this object
|
461
|
+
def update!(**args)
|
462
|
+
end
|
463
|
+
end
|
464
|
+
|
420
465
|
# A description of a change to a single Google Analytics resource.
|
421
466
|
class GoogleAnalyticsAdminV1alphaChangeHistoryChange
|
422
467
|
include Google::Apis::Core::Hashable
|
@@ -486,6 +531,24 @@ module Google
|
|
486
531
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomMetric]
|
487
532
|
attr_accessor :custom_metric
|
488
533
|
|
534
|
+
# Settings values for data retention. This is a singleton resource.
|
535
|
+
# Corresponds to the JSON property `dataRetentionSettings`
|
536
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings]
|
537
|
+
attr_accessor :data_retention_settings
|
538
|
+
|
539
|
+
# A link between a GA4 property and a Display & Video 360 advertiser.
|
540
|
+
# Corresponds to the JSON property `displayVideo360AdvertiserLink`
|
541
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink]
|
542
|
+
attr_accessor :display_video360_advertiser_link
|
543
|
+
|
544
|
+
# A proposal for a link between an GA4 property and a Display & Video 360
|
545
|
+
# advertiser. A proposal is converted to a DisplayVideo360AdvertiserLink once
|
546
|
+
# approved. Google Analytics admins approve inbound proposals while Display &
|
547
|
+
# Video 360 admins approve outbound proposals.
|
548
|
+
# Corresponds to the JSON property `displayVideo360AdvertiserLinkProposal`
|
549
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
|
550
|
+
attr_accessor :display_video360_advertiser_link_proposal
|
551
|
+
|
489
552
|
# A link between an GA4 property and a Firebase project.
|
490
553
|
# Corresponds to the JSON property `firebaseLink`
|
491
554
|
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink]
|
@@ -532,6 +595,9 @@ module Google
|
|
532
595
|
@conversion_event = args[:conversion_event] if args.key?(:conversion_event)
|
533
596
|
@custom_dimension = args[:custom_dimension] if args.key?(:custom_dimension)
|
534
597
|
@custom_metric = args[:custom_metric] if args.key?(:custom_metric)
|
598
|
+
@data_retention_settings = args[:data_retention_settings] if args.key?(:data_retention_settings)
|
599
|
+
@display_video360_advertiser_link = args[:display_video360_advertiser_link] if args.key?(:display_video360_advertiser_link)
|
600
|
+
@display_video360_advertiser_link_proposal = args[:display_video360_advertiser_link_proposal] if args.key?(:display_video360_advertiser_link_proposal)
|
535
601
|
@firebase_link = args[:firebase_link] if args.key?(:firebase_link)
|
536
602
|
@google_ads_link = args[:google_ads_link] if args.key?(:google_ads_link)
|
537
603
|
@google_signals_settings = args[:google_signals_settings] if args.key?(:google_signals_settings)
|
@@ -769,7 +835,7 @@ module Google
|
|
769
835
|
# @return [String]
|
770
836
|
attr_accessor :display_name
|
771
837
|
|
772
|
-
# Required.
|
838
|
+
# Required. The type for the custom metric's value.
|
773
839
|
# Corresponds to the JSON property `measurementUnit`
|
774
840
|
# @return [String]
|
775
841
|
attr_accessor :measurement_unit
|
@@ -808,6 +874,40 @@ module Google
|
|
808
874
|
end
|
809
875
|
end
|
810
876
|
|
877
|
+
# Settings values for data retention. This is a singleton resource.
|
878
|
+
class GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
879
|
+
include Google::Apis::Core::Hashable
|
880
|
+
|
881
|
+
# The length of time that event-level data is retained.
|
882
|
+
# Corresponds to the JSON property `eventDataRetention`
|
883
|
+
# @return [String]
|
884
|
+
attr_accessor :event_data_retention
|
885
|
+
|
886
|
+
# Output only. Resource name for this DataRetentionSetting resource. Format:
|
887
|
+
# properties/`property`/dataRetentionSettings
|
888
|
+
# Corresponds to the JSON property `name`
|
889
|
+
# @return [String]
|
890
|
+
attr_accessor :name
|
891
|
+
|
892
|
+
# If true, reset the retention period for the user identifier with every event
|
893
|
+
# from that user.
|
894
|
+
# Corresponds to the JSON property `resetUserDataOnNewActivity`
|
895
|
+
# @return [Boolean]
|
896
|
+
attr_accessor :reset_user_data_on_new_activity
|
897
|
+
alias_method :reset_user_data_on_new_activity?, :reset_user_data_on_new_activity
|
898
|
+
|
899
|
+
def initialize(**args)
|
900
|
+
update!(**args)
|
901
|
+
end
|
902
|
+
|
903
|
+
# Update properties of this object
|
904
|
+
def update!(**args)
|
905
|
+
@event_data_retention = args[:event_data_retention] if args.key?(:event_data_retention)
|
906
|
+
@name = args[:name] if args.key?(:name)
|
907
|
+
@reset_user_data_on_new_activity = args[:reset_user_data_on_new_activity] if args.key?(:reset_user_data_on_new_activity)
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
811
911
|
# A resource message representing data sharing settings of a Google Analytics
|
812
912
|
# account.
|
813
913
|
class GoogleAnalyticsAdminV1alphaDataSharingSettings
|
@@ -886,6 +986,148 @@ module Google
|
|
886
986
|
end
|
887
987
|
end
|
888
988
|
|
989
|
+
# A link between a GA4 property and a Display & Video 360 advertiser.
|
990
|
+
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
991
|
+
include Google::Apis::Core::Hashable
|
992
|
+
|
993
|
+
# Enables personalized advertising features with this integration. If this field
|
994
|
+
# is not set on create/update, it will be defaulted to true.
|
995
|
+
# Corresponds to the JSON property `adsPersonalizationEnabled`
|
996
|
+
# @return [Boolean]
|
997
|
+
attr_accessor :ads_personalization_enabled
|
998
|
+
alias_method :ads_personalization_enabled?, :ads_personalization_enabled
|
999
|
+
|
1000
|
+
# Output only. The display name of the Display & Video 360 Advertiser.
|
1001
|
+
# Corresponds to the JSON property `advertiserDisplayName`
|
1002
|
+
# @return [String]
|
1003
|
+
attr_accessor :advertiser_display_name
|
1004
|
+
|
1005
|
+
# Immutable. The Display & Video 360 Advertiser's advertiser ID.
|
1006
|
+
# Corresponds to the JSON property `advertiserId`
|
1007
|
+
# @return [String]
|
1008
|
+
attr_accessor :advertiser_id
|
1009
|
+
|
1010
|
+
# Immutable. Enables the import of campaign data from Display & Video 360 into
|
1011
|
+
# the GA4 property. After link creation, this can only be updated from the
|
1012
|
+
# Display & Video 360 product. If this field is not set on create, it will be
|
1013
|
+
# defaulted to true.
|
1014
|
+
# Corresponds to the JSON property `campaignDataSharingEnabled`
|
1015
|
+
# @return [Boolean]
|
1016
|
+
attr_accessor :campaign_data_sharing_enabled
|
1017
|
+
alias_method :campaign_data_sharing_enabled?, :campaign_data_sharing_enabled
|
1018
|
+
|
1019
|
+
# Immutable. Enables the import of cost data from Display & Video 360 into the
|
1020
|
+
# GA4 property. This can only be enabled if campaign_data_import_enabled is
|
1021
|
+
# enabled. After link creation, this can only be updated from the Display &
|
1022
|
+
# Video 360 product. If this field is not set on create, it will be defaulted to
|
1023
|
+
# true.
|
1024
|
+
# Corresponds to the JSON property `costDataSharingEnabled`
|
1025
|
+
# @return [Boolean]
|
1026
|
+
attr_accessor :cost_data_sharing_enabled
|
1027
|
+
alias_method :cost_data_sharing_enabled?, :cost_data_sharing_enabled
|
1028
|
+
|
1029
|
+
# Output only. The resource name for this DisplayVideo360AdvertiserLink resource.
|
1030
|
+
# Format: properties/`propertyId`/displayVideo360AdvertiserLinks/`linkId` Note:
|
1031
|
+
# linkId is not the Display & Video 360 Advertiser ID
|
1032
|
+
# Corresponds to the JSON property `name`
|
1033
|
+
# @return [String]
|
1034
|
+
attr_accessor :name
|
1035
|
+
|
1036
|
+
def initialize(**args)
|
1037
|
+
update!(**args)
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
# Update properties of this object
|
1041
|
+
def update!(**args)
|
1042
|
+
@ads_personalization_enabled = args[:ads_personalization_enabled] if args.key?(:ads_personalization_enabled)
|
1043
|
+
@advertiser_display_name = args[:advertiser_display_name] if args.key?(:advertiser_display_name)
|
1044
|
+
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
1045
|
+
@campaign_data_sharing_enabled = args[:campaign_data_sharing_enabled] if args.key?(:campaign_data_sharing_enabled)
|
1046
|
+
@cost_data_sharing_enabled = args[:cost_data_sharing_enabled] if args.key?(:cost_data_sharing_enabled)
|
1047
|
+
@name = args[:name] if args.key?(:name)
|
1048
|
+
end
|
1049
|
+
end
|
1050
|
+
|
1051
|
+
# A proposal for a link between an GA4 property and a Display & Video 360
|
1052
|
+
# advertiser. A proposal is converted to a DisplayVideo360AdvertiserLink once
|
1053
|
+
# approved. Google Analytics admins approve inbound proposals while Display &
|
1054
|
+
# Video 360 admins approve outbound proposals.
|
1055
|
+
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
1056
|
+
include Google::Apis::Core::Hashable
|
1057
|
+
|
1058
|
+
# Immutable. Enables personalized advertising features with this integration. If
|
1059
|
+
# this field is not set on create, it will be defaulted to true.
|
1060
|
+
# Corresponds to the JSON property `adsPersonalizationEnabled`
|
1061
|
+
# @return [Boolean]
|
1062
|
+
attr_accessor :ads_personalization_enabled
|
1063
|
+
alias_method :ads_personalization_enabled?, :ads_personalization_enabled
|
1064
|
+
|
1065
|
+
# Output only. The display name of the Display & Video Advertiser. Only
|
1066
|
+
# populated for proposals that originated from Display & Video 360.
|
1067
|
+
# Corresponds to the JSON property `advertiserDisplayName`
|
1068
|
+
# @return [String]
|
1069
|
+
attr_accessor :advertiser_display_name
|
1070
|
+
|
1071
|
+
# Immutable. The Display & Video 360 Advertiser's advertiser ID.
|
1072
|
+
# Corresponds to the JSON property `advertiserId`
|
1073
|
+
# @return [String]
|
1074
|
+
attr_accessor :advertiser_id
|
1075
|
+
|
1076
|
+
# Immutable. Enables the import of campaign data from Display & Video 360. If
|
1077
|
+
# this field is not set on create, it will be defaulted to true.
|
1078
|
+
# Corresponds to the JSON property `campaignDataSharingEnabled`
|
1079
|
+
# @return [Boolean]
|
1080
|
+
attr_accessor :campaign_data_sharing_enabled
|
1081
|
+
alias_method :campaign_data_sharing_enabled?, :campaign_data_sharing_enabled
|
1082
|
+
|
1083
|
+
# Immutable. Enables the import of cost data from Display & Video 360. This can
|
1084
|
+
# only be enabled if campaign_data_import_enabled is enabled. If this field is
|
1085
|
+
# not set on create, it will be defaulted to true.
|
1086
|
+
# Corresponds to the JSON property `costDataSharingEnabled`
|
1087
|
+
# @return [Boolean]
|
1088
|
+
attr_accessor :cost_data_sharing_enabled
|
1089
|
+
alias_method :cost_data_sharing_enabled?, :cost_data_sharing_enabled
|
1090
|
+
|
1091
|
+
# Status information for a link proposal.
|
1092
|
+
# Corresponds to the JSON property `linkProposalStatusDetails`
|
1093
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails]
|
1094
|
+
attr_accessor :link_proposal_status_details
|
1095
|
+
|
1096
|
+
# Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal
|
1097
|
+
# resource. Format: properties/`propertyId`/
|
1098
|
+
# displayVideo360AdvertiserLinkProposals/`proposalId` Note: proposalId is not
|
1099
|
+
# the Display & Video 360 Advertiser ID
|
1100
|
+
# Corresponds to the JSON property `name`
|
1101
|
+
# @return [String]
|
1102
|
+
attr_accessor :name
|
1103
|
+
|
1104
|
+
# Input only. On a proposal being sent to Display & Video 360, this field must
|
1105
|
+
# be set to the email address of an admin on the target advertiser. This is used
|
1106
|
+
# to verify that the Google Analytics admin is aware of at least one admin on
|
1107
|
+
# the Display & Video 360 Advertiser. This does not restrict approval of the
|
1108
|
+
# proposal to a single user. Any admin on the Display & Video 360 Advertiser may
|
1109
|
+
# approve the proposal.
|
1110
|
+
# Corresponds to the JSON property `validationEmail`
|
1111
|
+
# @return [String]
|
1112
|
+
attr_accessor :validation_email
|
1113
|
+
|
1114
|
+
def initialize(**args)
|
1115
|
+
update!(**args)
|
1116
|
+
end
|
1117
|
+
|
1118
|
+
# Update properties of this object
|
1119
|
+
def update!(**args)
|
1120
|
+
@ads_personalization_enabled = args[:ads_personalization_enabled] if args.key?(:ads_personalization_enabled)
|
1121
|
+
@advertiser_display_name = args[:advertiser_display_name] if args.key?(:advertiser_display_name)
|
1122
|
+
@advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id)
|
1123
|
+
@campaign_data_sharing_enabled = args[:campaign_data_sharing_enabled] if args.key?(:campaign_data_sharing_enabled)
|
1124
|
+
@cost_data_sharing_enabled = args[:cost_data_sharing_enabled] if args.key?(:cost_data_sharing_enabled)
|
1125
|
+
@link_proposal_status_details = args[:link_proposal_status_details] if args.key?(:link_proposal_status_details)
|
1126
|
+
@name = args[:name] if args.key?(:name)
|
1127
|
+
@validation_email = args[:validation_email] if args.key?(:validation_email)
|
1128
|
+
end
|
1129
|
+
end
|
1130
|
+
|
889
1131
|
# Singleton resource under a WebDataStream, configuring measurement of
|
890
1132
|
# additional site interactions and content.
|
891
1133
|
class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
@@ -1204,6 +1446,37 @@ module Google
|
|
1204
1446
|
end
|
1205
1447
|
end
|
1206
1448
|
|
1449
|
+
# Status information for a link proposal.
|
1450
|
+
class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
|
1451
|
+
include Google::Apis::Core::Hashable
|
1452
|
+
|
1453
|
+
# Output only. The source of this proposal.
|
1454
|
+
# Corresponds to the JSON property `linkProposalInitiatingProduct`
|
1455
|
+
# @return [String]
|
1456
|
+
attr_accessor :link_proposal_initiating_product
|
1457
|
+
|
1458
|
+
# Output only. The state of this proposal.
|
1459
|
+
# Corresponds to the JSON property `linkProposalState`
|
1460
|
+
# @return [String]
|
1461
|
+
attr_accessor :link_proposal_state
|
1462
|
+
|
1463
|
+
# Output only. The email address of the user that proposed this linkage.
|
1464
|
+
# Corresponds to the JSON property `requestorEmail`
|
1465
|
+
# @return [String]
|
1466
|
+
attr_accessor :requestor_email
|
1467
|
+
|
1468
|
+
def initialize(**args)
|
1469
|
+
update!(**args)
|
1470
|
+
end
|
1471
|
+
|
1472
|
+
# Update properties of this object
|
1473
|
+
def update!(**args)
|
1474
|
+
@link_proposal_initiating_product = args[:link_proposal_initiating_product] if args.key?(:link_proposal_initiating_product)
|
1475
|
+
@link_proposal_state = args[:link_proposal_state] if args.key?(:link_proposal_state)
|
1476
|
+
@requestor_email = args[:requestor_email] if args.key?(:requestor_email)
|
1477
|
+
end
|
1478
|
+
end
|
1479
|
+
|
1207
1480
|
# Response message for ListAccountSummaries RPC.
|
1208
1481
|
class GoogleAnalyticsAdminV1alphaListAccountSummariesResponse
|
1209
1482
|
include Google::Apis::Core::Hashable
|
@@ -1360,6 +1633,58 @@ module Google
|
|
1360
1633
|
end
|
1361
1634
|
end
|
1362
1635
|
|
1636
|
+
# Response message for ListDisplayVideo360AdvertiserLinkProposals RPC.
|
1637
|
+
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
1638
|
+
include Google::Apis::Core::Hashable
|
1639
|
+
|
1640
|
+
# List of DisplayVideo360AdvertiserLinkProposals.
|
1641
|
+
# Corresponds to the JSON property `displayVideo360AdvertiserLinkProposals`
|
1642
|
+
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal>]
|
1643
|
+
attr_accessor :display_video360_advertiser_link_proposals
|
1644
|
+
|
1645
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
1646
|
+
# field is omitted, there are no subsequent pages.
|
1647
|
+
# Corresponds to the JSON property `nextPageToken`
|
1648
|
+
# @return [String]
|
1649
|
+
attr_accessor :next_page_token
|
1650
|
+
|
1651
|
+
def initialize(**args)
|
1652
|
+
update!(**args)
|
1653
|
+
end
|
1654
|
+
|
1655
|
+
# Update properties of this object
|
1656
|
+
def update!(**args)
|
1657
|
+
@display_video360_advertiser_link_proposals = args[:display_video360_advertiser_link_proposals] if args.key?(:display_video360_advertiser_link_proposals)
|
1658
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1659
|
+
end
|
1660
|
+
end
|
1661
|
+
|
1662
|
+
# Response message for ListDisplayVideo360AdvertiserLinks RPC.
|
1663
|
+
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
|
1664
|
+
include Google::Apis::Core::Hashable
|
1665
|
+
|
1666
|
+
# List of DisplayVideo360AdvertiserLinks.
|
1667
|
+
# Corresponds to the JSON property `displayVideo360AdvertiserLinks`
|
1668
|
+
# @return [Array<Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink>]
|
1669
|
+
attr_accessor :display_video360_advertiser_links
|
1670
|
+
|
1671
|
+
# A token, which can be sent as `page_token` to retrieve the next page. If this
|
1672
|
+
# field is omitted, there are no subsequent pages.
|
1673
|
+
# Corresponds to the JSON property `nextPageToken`
|
1674
|
+
# @return [String]
|
1675
|
+
attr_accessor :next_page_token
|
1676
|
+
|
1677
|
+
def initialize(**args)
|
1678
|
+
update!(**args)
|
1679
|
+
end
|
1680
|
+
|
1681
|
+
# Update properties of this object
|
1682
|
+
def update!(**args)
|
1683
|
+
@display_video360_advertiser_links = args[:display_video360_advertiser_links] if args.key?(:display_video360_advertiser_links)
|
1684
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1685
|
+
end
|
1686
|
+
end
|
1687
|
+
|
1363
1688
|
# Response message for ListFirebaseLinks RPC
|
1364
1689
|
class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
|
1365
1690
|
include Google::Apis::Core::Hashable
|
@@ -1630,6 +1955,11 @@ module Google
|
|
1630
1955
|
# @return [String]
|
1631
1956
|
attr_accessor :parent
|
1632
1957
|
|
1958
|
+
# Output only. The Google Analytics service level that applies to this property.
|
1959
|
+
# Corresponds to the JSON property `serviceLevel`
|
1960
|
+
# @return [String]
|
1961
|
+
attr_accessor :service_level
|
1962
|
+
|
1633
1963
|
# Required. Reporting Time Zone, used as the day boundary for reports,
|
1634
1964
|
# regardless of where the data originates. If the time zone honors DST,
|
1635
1965
|
# Analytics will automatically adjust for the changes. NOTE: Changing the time
|
@@ -1658,6 +1988,7 @@ module Google
|
|
1658
1988
|
@industry_category = args[:industry_category] if args.key?(:industry_category)
|
1659
1989
|
@name = args[:name] if args.key?(:name)
|
1660
1990
|
@parent = args[:parent] if args.key?(:parent)
|
1991
|
+
@service_level = args[:service_level] if args.key?(:service_level)
|
1661
1992
|
@time_zone = args[:time_zone] if args.key?(:time_zone)
|
1662
1993
|
@update_time = args[:update_time] if args.key?(:update_time)
|
1663
1994
|
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.14.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210822"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -40,6 +40,18 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
43
55
|
class GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest
|
44
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
57
|
|
@@ -106,6 +118,12 @@ module Google
|
|
106
118
|
include Google::Apis::Core::JsonObjectSupport
|
107
119
|
end
|
108
120
|
|
121
|
+
class GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
109
127
|
class GoogleAnalyticsAdminV1alphaChangeHistoryChange
|
110
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
129
|
|
@@ -148,6 +166,12 @@ module Google
|
|
148
166
|
include Google::Apis::Core::JsonObjectSupport
|
149
167
|
end
|
150
168
|
|
169
|
+
class GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
151
175
|
class GoogleAnalyticsAdminV1alphaDataSharingSettings
|
152
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
177
|
|
@@ -160,6 +184,18 @@ module Google
|
|
160
184
|
include Google::Apis::Core::JsonObjectSupport
|
161
185
|
end
|
162
186
|
|
187
|
+
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
163
199
|
class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
164
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
201
|
|
@@ -196,6 +232,12 @@ module Google
|
|
196
232
|
include Google::Apis::Core::JsonObjectSupport
|
197
233
|
end
|
198
234
|
|
235
|
+
class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
199
241
|
class GoogleAnalyticsAdminV1alphaListAccountSummariesResponse
|
200
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
243
|
|
@@ -232,6 +274,18 @@ module Google
|
|
232
274
|
include Google::Apis::Core::JsonObjectSupport
|
233
275
|
end
|
234
276
|
|
277
|
+
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
235
289
|
class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
|
236
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
291
|
|
@@ -375,6 +429,20 @@ module Google
|
|
375
429
|
end
|
376
430
|
end
|
377
431
|
|
432
|
+
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest
|
433
|
+
# @private
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
435
|
+
end
|
436
|
+
end
|
437
|
+
|
438
|
+
class GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse
|
439
|
+
# @private
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
441
|
+
property :display_video360_advertiser_link, as: 'displayVideo360AdvertiserLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
442
|
+
|
443
|
+
end
|
444
|
+
end
|
445
|
+
|
378
446
|
class GoogleAnalyticsAdminV1alphaArchiveCustomDimensionRequest
|
379
447
|
# @private
|
380
448
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -463,6 +531,12 @@ module Google
|
|
463
531
|
end
|
464
532
|
end
|
465
533
|
|
534
|
+
class GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest
|
535
|
+
# @private
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
537
|
+
end
|
538
|
+
end
|
539
|
+
|
466
540
|
class GoogleAnalyticsAdminV1alphaChangeHistoryChange
|
467
541
|
# @private
|
468
542
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -488,6 +562,12 @@ module Google
|
|
488
562
|
|
489
563
|
property :custom_metric, as: 'customMetric', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomMetric, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCustomMetric::Representation
|
490
564
|
|
565
|
+
property :data_retention_settings, as: 'dataRetentionSettings', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings::Representation
|
566
|
+
|
567
|
+
property :display_video360_advertiser_link, as: 'displayVideo360AdvertiserLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
568
|
+
|
569
|
+
property :display_video360_advertiser_link_proposal, as: 'displayVideo360AdvertiserLinkProposal', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
570
|
+
|
491
571
|
property :firebase_link, as: 'firebaseLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaFirebaseLink::Representation
|
492
572
|
|
493
573
|
property :google_ads_link, as: 'googleAdsLink', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaGoogleAdsLink::Representation
|
@@ -563,6 +643,15 @@ module Google
|
|
563
643
|
end
|
564
644
|
end
|
565
645
|
|
646
|
+
class GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
647
|
+
# @private
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
649
|
+
property :event_data_retention, as: 'eventDataRetention'
|
650
|
+
property :name, as: 'name'
|
651
|
+
property :reset_user_data_on_new_activity, as: 'resetUserDataOnNewActivity'
|
652
|
+
end
|
653
|
+
end
|
654
|
+
|
566
655
|
class GoogleAnalyticsAdminV1alphaDataSharingSettings
|
567
656
|
# @private
|
568
657
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -582,6 +671,33 @@ module Google
|
|
582
671
|
end
|
583
672
|
end
|
584
673
|
|
674
|
+
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
675
|
+
# @private
|
676
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
677
|
+
property :ads_personalization_enabled, as: 'adsPersonalizationEnabled'
|
678
|
+
property :advertiser_display_name, as: 'advertiserDisplayName'
|
679
|
+
property :advertiser_id, as: 'advertiserId'
|
680
|
+
property :campaign_data_sharing_enabled, as: 'campaignDataSharingEnabled'
|
681
|
+
property :cost_data_sharing_enabled, as: 'costDataSharingEnabled'
|
682
|
+
property :name, as: 'name'
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
686
|
+
class GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
687
|
+
# @private
|
688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
+
property :ads_personalization_enabled, as: 'adsPersonalizationEnabled'
|
690
|
+
property :advertiser_display_name, as: 'advertiserDisplayName'
|
691
|
+
property :advertiser_id, as: 'advertiserId'
|
692
|
+
property :campaign_data_sharing_enabled, as: 'campaignDataSharingEnabled'
|
693
|
+
property :cost_data_sharing_enabled, as: 'costDataSharingEnabled'
|
694
|
+
property :link_proposal_status_details, as: 'linkProposalStatusDetails', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails::Representation
|
695
|
+
|
696
|
+
property :name, as: 'name'
|
697
|
+
property :validation_email, as: 'validationEmail'
|
698
|
+
end
|
699
|
+
end
|
700
|
+
|
585
701
|
class GoogleAnalyticsAdminV1alphaEnhancedMeasurementSettings
|
586
702
|
# @private
|
587
703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -651,6 +767,15 @@ module Google
|
|
651
767
|
end
|
652
768
|
end
|
653
769
|
|
770
|
+
class GoogleAnalyticsAdminV1alphaLinkProposalStatusDetails
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
property :link_proposal_initiating_product, as: 'linkProposalInitiatingProduct'
|
774
|
+
property :link_proposal_state, as: 'linkProposalState'
|
775
|
+
property :requestor_email, as: 'requestorEmail'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
654
779
|
class GoogleAnalyticsAdminV1alphaListAccountSummariesResponse
|
655
780
|
# @private
|
656
781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -705,6 +830,24 @@ module Google
|
|
705
830
|
end
|
706
831
|
end
|
707
832
|
|
833
|
+
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
834
|
+
# @private
|
835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
836
|
+
collection :display_video360_advertiser_link_proposals, as: 'displayVideo360AdvertiserLinkProposals', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
837
|
+
|
838
|
+
property :next_page_token, as: 'nextPageToken'
|
839
|
+
end
|
840
|
+
end
|
841
|
+
|
842
|
+
class GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
|
843
|
+
# @private
|
844
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
845
|
+
collection :display_video360_advertiser_links, as: 'displayVideo360AdvertiserLinks', class: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink, decorator: Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
846
|
+
|
847
|
+
property :next_page_token, as: 'nextPageToken'
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
708
851
|
class GoogleAnalyticsAdminV1alphaListFirebaseLinksResponse
|
709
852
|
# @private
|
710
853
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -788,6 +931,7 @@ module Google
|
|
788
931
|
property :industry_category, as: 'industryCategory'
|
789
932
|
property :name, as: 'name'
|
790
933
|
property :parent, as: 'parent'
|
934
|
+
property :service_level, as: 'serviceLevel'
|
791
935
|
property :time_zone, as: 'timeZone'
|
792
936
|
property :update_time, as: 'updateTime'
|
793
937
|
end
|
@@ -787,6 +787,37 @@ module Google
|
|
787
787
|
execute_or_queue_command(command, &block)
|
788
788
|
end
|
789
789
|
|
790
|
+
# Returns the singleton data retention settings for this property.
|
791
|
+
# @param [String] name
|
792
|
+
# Required. The name of the settings to lookup. Format: properties/`property`/
|
793
|
+
# dataRetentionSettings Example: "properties/1000/dataRetentionSettings"
|
794
|
+
# @param [String] fields
|
795
|
+
# Selector specifying which fields to include in a partial response.
|
796
|
+
# @param [String] quota_user
|
797
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
798
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
799
|
+
# @param [Google::Apis::RequestOptions] options
|
800
|
+
# Request-specific options
|
801
|
+
#
|
802
|
+
# @yield [result, err] Result & error if block supplied
|
803
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings] parsed result object
|
804
|
+
# @yieldparam err [StandardError] error object if request failed
|
805
|
+
#
|
806
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings]
|
807
|
+
#
|
808
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
809
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
810
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
811
|
+
def get_property_data_retention_settings(name, fields: nil, quota_user: nil, options: nil, &block)
|
812
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
813
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings::Representation
|
814
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
815
|
+
command.params['name'] = name unless name.nil?
|
816
|
+
command.query['fields'] = fields unless fields.nil?
|
817
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
818
|
+
execute_or_queue_command(command, &block)
|
819
|
+
end
|
820
|
+
|
790
821
|
# Lookup for Google Signals settings for a property.
|
791
822
|
# @param [String] name
|
792
823
|
# Required. The name of the google signals settings to retrieve. Format:
|
@@ -912,6 +943,45 @@ module Google
|
|
912
943
|
execute_or_queue_command(command, &block)
|
913
944
|
end
|
914
945
|
|
946
|
+
# Updates the singleton data retention settings for this property.
|
947
|
+
# @param [String] name
|
948
|
+
# Output only. Resource name for this DataRetentionSetting resource. Format:
|
949
|
+
# properties/`property`/dataRetentionSettings
|
950
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings] google_analytics_admin_v1alpha_data_retention_settings_object
|
951
|
+
# @param [String] update_mask
|
952
|
+
# Required. The list of fields to be updated. Field names must be in snake case (
|
953
|
+
# e.g., "field_to_update"). Omitted fields will not be updated. To replace the
|
954
|
+
# entire entity, use one path with the string "*" to match all fields.
|
955
|
+
# @param [String] fields
|
956
|
+
# Selector specifying which fields to include in a partial response.
|
957
|
+
# @param [String] quota_user
|
958
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
959
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
960
|
+
# @param [Google::Apis::RequestOptions] options
|
961
|
+
# Request-specific options
|
962
|
+
#
|
963
|
+
# @yield [result, err] Result & error if block supplied
|
964
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings] parsed result object
|
965
|
+
# @yieldparam err [StandardError] error object if request failed
|
966
|
+
#
|
967
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings]
|
968
|
+
#
|
969
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
970
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
971
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
972
|
+
def update_property_data_retention_settings(name, google_analytics_admin_v1alpha_data_retention_settings_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
973
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
974
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings::Representation
|
975
|
+
command.request_object = google_analytics_admin_v1alpha_data_retention_settings_object
|
976
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings::Representation
|
977
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDataRetentionSettings
|
978
|
+
command.params['name'] = name unless name.nil?
|
979
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
980
|
+
command.query['fields'] = fields unless fields.nil?
|
981
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
982
|
+
execute_or_queue_command(command, &block)
|
983
|
+
end
|
984
|
+
|
915
985
|
# Updates Google Signals settings for a property.
|
916
986
|
# @param [String] name
|
917
987
|
# Output only. Resource name of this setting. Format: properties/`property_id`/
|
@@ -1777,6 +1847,397 @@ module Google
|
|
1777
1847
|
execute_or_queue_command(command, &block)
|
1778
1848
|
end
|
1779
1849
|
|
1850
|
+
# Approves a DisplayVideo360AdvertiserLinkProposal. The
|
1851
|
+
# DisplayVideo360AdvertiserLinkProposal will be deleted and a new
|
1852
|
+
# DisplayVideo360AdvertiserLink will be created.
|
1853
|
+
# @param [String] name
|
1854
|
+
# Required. The name of the DisplayVideo360AdvertiserLinkProposal to approve.
|
1855
|
+
# Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
1856
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest] google_analytics_admin_v1alpha_approve_display_video360_advertiser_link_proposal_request_object
|
1857
|
+
# @param [String] fields
|
1858
|
+
# Selector specifying which fields to include in a partial response.
|
1859
|
+
# @param [String] quota_user
|
1860
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1861
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1862
|
+
# @param [Google::Apis::RequestOptions] options
|
1863
|
+
# Request-specific options
|
1864
|
+
#
|
1865
|
+
# @yield [result, err] Result & error if block supplied
|
1866
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse] parsed result object
|
1867
|
+
# @yieldparam err [StandardError] error object if request failed
|
1868
|
+
#
|
1869
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse]
|
1870
|
+
#
|
1871
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1872
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1873
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1874
|
+
def approve_property_display_video360_advertiser_link_proposal(name, google_analytics_admin_v1alpha_approve_display_video360_advertiser_link_proposal_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1875
|
+
command = make_simple_command(:post, 'v1alpha/{+name}:approve', options)
|
1876
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalRequest::Representation
|
1877
|
+
command.request_object = google_analytics_admin_v1alpha_approve_display_video360_advertiser_link_proposal_request_object
|
1878
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse::Representation
|
1879
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaApproveDisplayVideo360AdvertiserLinkProposalResponse
|
1880
|
+
command.params['name'] = name unless name.nil?
|
1881
|
+
command.query['fields'] = fields unless fields.nil?
|
1882
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1883
|
+
execute_or_queue_command(command, &block)
|
1884
|
+
end
|
1885
|
+
|
1886
|
+
# Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either: -
|
1887
|
+
# Declining a proposal initiated from Display & Video 360 - Withdrawing a
|
1888
|
+
# proposal initiated from Google Analytics After being cancelled, a proposal
|
1889
|
+
# will eventually be deleted automatically.
|
1890
|
+
# @param [String] name
|
1891
|
+
# Required. The name of the DisplayVideo360AdvertiserLinkProposal to cancel.
|
1892
|
+
# Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
1893
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest] google_analytics_admin_v1alpha_cancel_display_video360_advertiser_link_proposal_request_object
|
1894
|
+
# @param [String] fields
|
1895
|
+
# Selector specifying which fields to include in a partial response.
|
1896
|
+
# @param [String] quota_user
|
1897
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1898
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1899
|
+
# @param [Google::Apis::RequestOptions] options
|
1900
|
+
# Request-specific options
|
1901
|
+
#
|
1902
|
+
# @yield [result, err] Result & error if block supplied
|
1903
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal] parsed result object
|
1904
|
+
# @yieldparam err [StandardError] error object if request failed
|
1905
|
+
#
|
1906
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
|
1907
|
+
#
|
1908
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1909
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1910
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1911
|
+
def cancel_property_display_video360_advertiser_link_proposal(name, google_analytics_admin_v1alpha_cancel_display_video360_advertiser_link_proposal_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1912
|
+
command = make_simple_command(:post, 'v1alpha/{+name}:cancel', options)
|
1913
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaCancelDisplayVideo360AdvertiserLinkProposalRequest::Representation
|
1914
|
+
command.request_object = google_analytics_admin_v1alpha_cancel_display_video360_advertiser_link_proposal_request_object
|
1915
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
1916
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
1917
|
+
command.params['name'] = name unless name.nil?
|
1918
|
+
command.query['fields'] = fields unless fields.nil?
|
1919
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1920
|
+
execute_or_queue_command(command, &block)
|
1921
|
+
end
|
1922
|
+
|
1923
|
+
# Creates a DisplayVideo360AdvertiserLinkProposal.
|
1924
|
+
# @param [String] parent
|
1925
|
+
# Required. Example format: properties/1234
|
1926
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal] google_analytics_admin_v1alpha_display_video360_advertiser_link_proposal_object
|
1927
|
+
# @param [String] fields
|
1928
|
+
# Selector specifying which fields to include in a partial response.
|
1929
|
+
# @param [String] quota_user
|
1930
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1931
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1932
|
+
# @param [Google::Apis::RequestOptions] options
|
1933
|
+
# Request-specific options
|
1934
|
+
#
|
1935
|
+
# @yield [result, err] Result & error if block supplied
|
1936
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal] parsed result object
|
1937
|
+
# @yieldparam err [StandardError] error object if request failed
|
1938
|
+
#
|
1939
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
|
1940
|
+
#
|
1941
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1942
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1943
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1944
|
+
def create_property_display_video360_advertiser_link_proposal(parent, google_analytics_admin_v1alpha_display_video360_advertiser_link_proposal_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
1945
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/displayVideo360AdvertiserLinkProposals', options)
|
1946
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
1947
|
+
command.request_object = google_analytics_admin_v1alpha_display_video360_advertiser_link_proposal_object
|
1948
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
1949
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
1950
|
+
command.params['parent'] = parent unless parent.nil?
|
1951
|
+
command.query['fields'] = fields unless fields.nil?
|
1952
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1953
|
+
execute_or_queue_command(command, &block)
|
1954
|
+
end
|
1955
|
+
|
1956
|
+
# Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only
|
1957
|
+
# be used on cancelled proposals.
|
1958
|
+
# @param [String] name
|
1959
|
+
# Required. The name of the DisplayVideo360AdvertiserLinkProposal to delete.
|
1960
|
+
# Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
1961
|
+
# @param [String] fields
|
1962
|
+
# Selector specifying which fields to include in a partial response.
|
1963
|
+
# @param [String] quota_user
|
1964
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1965
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1966
|
+
# @param [Google::Apis::RequestOptions] options
|
1967
|
+
# Request-specific options
|
1968
|
+
#
|
1969
|
+
# @yield [result, err] Result & error if block supplied
|
1970
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
|
1971
|
+
# @yieldparam err [StandardError] error object if request failed
|
1972
|
+
#
|
1973
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
|
1974
|
+
#
|
1975
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1976
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1977
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1978
|
+
def delete_property_display_video360_advertiser_link_proposal(name, fields: nil, quota_user: nil, options: nil, &block)
|
1979
|
+
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
1980
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
|
1981
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
|
1982
|
+
command.params['name'] = name unless name.nil?
|
1983
|
+
command.query['fields'] = fields unless fields.nil?
|
1984
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1985
|
+
execute_or_queue_command(command, &block)
|
1986
|
+
end
|
1987
|
+
|
1988
|
+
# Lookup for a single DisplayVideo360AdvertiserLinkProposal.
|
1989
|
+
# @param [String] name
|
1990
|
+
# Required. The name of the DisplayVideo360AdvertiserLinkProposal to get.
|
1991
|
+
# Example format: properties/1234/displayVideo360AdvertiserLinkProposals/5678
|
1992
|
+
# @param [String] fields
|
1993
|
+
# Selector specifying which fields to include in a partial response.
|
1994
|
+
# @param [String] quota_user
|
1995
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
1996
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
1997
|
+
# @param [Google::Apis::RequestOptions] options
|
1998
|
+
# Request-specific options
|
1999
|
+
#
|
2000
|
+
# @yield [result, err] Result & error if block supplied
|
2001
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal] parsed result object
|
2002
|
+
# @yieldparam err [StandardError] error object if request failed
|
2003
|
+
#
|
2004
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal]
|
2005
|
+
#
|
2006
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2007
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2008
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2009
|
+
def get_property_display_video360_advertiser_link_proposal(name, fields: nil, quota_user: nil, options: nil, &block)
|
2010
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
2011
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal::Representation
|
2012
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal
|
2013
|
+
command.params['name'] = name unless name.nil?
|
2014
|
+
command.query['fields'] = fields unless fields.nil?
|
2015
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2016
|
+
execute_or_queue_command(command, &block)
|
2017
|
+
end
|
2018
|
+
|
2019
|
+
# Lists DisplayVideo360AdvertiserLinkProposals on a property.
|
2020
|
+
# @param [String] parent
|
2021
|
+
# Required. Example format: properties/1234
|
2022
|
+
# @param [Fixnum] page_size
|
2023
|
+
# The maximum number of resources to return. If unspecified, at most 50
|
2024
|
+
# resources will be returned. The maximum value is 200 (higher values will be
|
2025
|
+
# coerced to the maximum).
|
2026
|
+
# @param [String] page_token
|
2027
|
+
# A page token, received from a previous `
|
2028
|
+
# ListDisplayVideo360AdvertiserLinkProposals` call. Provide this to retrieve the
|
2029
|
+
# subsequent page. When paginating, all other parameters provided to `
|
2030
|
+
# ListDisplayVideo360AdvertiserLinkProposals` must match the call that provided
|
2031
|
+
# the page token.
|
2032
|
+
# @param [String] fields
|
2033
|
+
# Selector specifying which fields to include in a partial response.
|
2034
|
+
# @param [String] quota_user
|
2035
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2036
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2037
|
+
# @param [Google::Apis::RequestOptions] options
|
2038
|
+
# Request-specific options
|
2039
|
+
#
|
2040
|
+
# @yield [result, err] Result & error if block supplied
|
2041
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse] parsed result object
|
2042
|
+
# @yieldparam err [StandardError] error object if request failed
|
2043
|
+
#
|
2044
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse]
|
2045
|
+
#
|
2046
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2047
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2048
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2049
|
+
def list_property_display_video360_advertiser_link_proposals(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2050
|
+
command = make_simple_command(:get, 'v1alpha/{+parent}/displayVideo360AdvertiserLinkProposals', options)
|
2051
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse::Representation
|
2052
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinkProposalsResponse
|
2053
|
+
command.params['parent'] = parent unless parent.nil?
|
2054
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
2055
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
2056
|
+
command.query['fields'] = fields unless fields.nil?
|
2057
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2058
|
+
execute_or_queue_command(command, &block)
|
2059
|
+
end
|
2060
|
+
|
2061
|
+
# Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users
|
2062
|
+
# who have proper authorization both on the Google Analytics property and on the
|
2063
|
+
# Display & Video 360 advertiser. Users who do not have access to the Display &
|
2064
|
+
# Video 360 advertiser should instead seek to create a
|
2065
|
+
# DisplayVideo360LinkProposal.
|
2066
|
+
# @param [String] parent
|
2067
|
+
# Required. Example format: properties/1234
|
2068
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink] google_analytics_admin_v1alpha_display_video360_advertiser_link_object
|
2069
|
+
# @param [String] fields
|
2070
|
+
# Selector specifying which fields to include in a partial response.
|
2071
|
+
# @param [String] quota_user
|
2072
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2073
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2074
|
+
# @param [Google::Apis::RequestOptions] options
|
2075
|
+
# Request-specific options
|
2076
|
+
#
|
2077
|
+
# @yield [result, err] Result & error if block supplied
|
2078
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink] parsed result object
|
2079
|
+
# @yieldparam err [StandardError] error object if request failed
|
2080
|
+
#
|
2081
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink]
|
2082
|
+
#
|
2083
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2084
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2085
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2086
|
+
def create_property_display_video360_advertiser_link(parent, google_analytics_admin_v1alpha_display_video360_advertiser_link_object = nil, fields: nil, quota_user: nil, options: nil, &block)
|
2087
|
+
command = make_simple_command(:post, 'v1alpha/{+parent}/displayVideo360AdvertiserLinks', options)
|
2088
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
2089
|
+
command.request_object = google_analytics_admin_v1alpha_display_video360_advertiser_link_object
|
2090
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
2091
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
2092
|
+
command.params['parent'] = parent unless parent.nil?
|
2093
|
+
command.query['fields'] = fields unless fields.nil?
|
2094
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2095
|
+
execute_or_queue_command(command, &block)
|
2096
|
+
end
|
2097
|
+
|
2098
|
+
# Deletes a DisplayVideo360AdvertiserLink on a property.
|
2099
|
+
# @param [String] name
|
2100
|
+
# Required. The name of the DisplayVideo360AdvertiserLink to delete. Example
|
2101
|
+
# format: properties/1234/displayVideo360AdvertiserLinks/5678
|
2102
|
+
# @param [String] fields
|
2103
|
+
# Selector specifying which fields to include in a partial response.
|
2104
|
+
# @param [String] quota_user
|
2105
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2106
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2107
|
+
# @param [Google::Apis::RequestOptions] options
|
2108
|
+
# Request-specific options
|
2109
|
+
#
|
2110
|
+
# @yield [result, err] Result & error if block supplied
|
2111
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty] parsed result object
|
2112
|
+
# @yieldparam err [StandardError] error object if request failed
|
2113
|
+
#
|
2114
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty]
|
2115
|
+
#
|
2116
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2117
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2118
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2119
|
+
def delete_property_display_video360_advertiser_link(name, fields: nil, quota_user: nil, options: nil, &block)
|
2120
|
+
command = make_simple_command(:delete, 'v1alpha/{+name}', options)
|
2121
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty::Representation
|
2122
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleProtobufEmpty
|
2123
|
+
command.params['name'] = name unless name.nil?
|
2124
|
+
command.query['fields'] = fields unless fields.nil?
|
2125
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2126
|
+
execute_or_queue_command(command, &block)
|
2127
|
+
end
|
2128
|
+
|
2129
|
+
# Look up a single DisplayVideo360AdvertiserLink
|
2130
|
+
# @param [String] name
|
2131
|
+
# Required. The name of the DisplayVideo360AdvertiserLink to get. Example format:
|
2132
|
+
# properties/1234/displayVideo360AdvertiserLink/5678
|
2133
|
+
# @param [String] fields
|
2134
|
+
# Selector specifying which fields to include in a partial response.
|
2135
|
+
# @param [String] quota_user
|
2136
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2137
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2138
|
+
# @param [Google::Apis::RequestOptions] options
|
2139
|
+
# Request-specific options
|
2140
|
+
#
|
2141
|
+
# @yield [result, err] Result & error if block supplied
|
2142
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink] parsed result object
|
2143
|
+
# @yieldparam err [StandardError] error object if request failed
|
2144
|
+
#
|
2145
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink]
|
2146
|
+
#
|
2147
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2148
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2149
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2150
|
+
def get_property_display_video360_advertiser_link(name, fields: nil, quota_user: nil, options: nil, &block)
|
2151
|
+
command = make_simple_command(:get, 'v1alpha/{+name}', options)
|
2152
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
2153
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
2154
|
+
command.params['name'] = name unless name.nil?
|
2155
|
+
command.query['fields'] = fields unless fields.nil?
|
2156
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2157
|
+
execute_or_queue_command(command, &block)
|
2158
|
+
end
|
2159
|
+
|
2160
|
+
# Lists all DisplayVideo360AdvertiserLinks on a property.
|
2161
|
+
# @param [String] parent
|
2162
|
+
# Required. Example format: properties/1234
|
2163
|
+
# @param [Fixnum] page_size
|
2164
|
+
# The maximum number of resources to return. If unspecified, at most 50
|
2165
|
+
# resources will be returned. The maximum value is 200 (higher values will be
|
2166
|
+
# coerced to the maximum).
|
2167
|
+
# @param [String] page_token
|
2168
|
+
# A page token, received from a previous `ListDisplayVideo360AdvertiserLinks`
|
2169
|
+
# call. Provide this to retrieve the subsequent page. When paginating, all other
|
2170
|
+
# parameters provided to `ListDisplayVideo360AdvertiserLinks` must match the
|
2171
|
+
# call that provided the page token.
|
2172
|
+
# @param [String] fields
|
2173
|
+
# Selector specifying which fields to include in a partial response.
|
2174
|
+
# @param [String] quota_user
|
2175
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2176
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2177
|
+
# @param [Google::Apis::RequestOptions] options
|
2178
|
+
# Request-specific options
|
2179
|
+
#
|
2180
|
+
# @yield [result, err] Result & error if block supplied
|
2181
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse] parsed result object
|
2182
|
+
# @yieldparam err [StandardError] error object if request failed
|
2183
|
+
#
|
2184
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse]
|
2185
|
+
#
|
2186
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2187
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2188
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2189
|
+
def list_property_display_video360_advertiser_links(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2190
|
+
command = make_simple_command(:get, 'v1alpha/{+parent}/displayVideo360AdvertiserLinks', options)
|
2191
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse::Representation
|
2192
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaListDisplayVideo360AdvertiserLinksResponse
|
2193
|
+
command.params['parent'] = parent unless parent.nil?
|
2194
|
+
command.query['pageSize'] = page_size unless page_size.nil?
|
2195
|
+
command.query['pageToken'] = page_token unless page_token.nil?
|
2196
|
+
command.query['fields'] = fields unless fields.nil?
|
2197
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2198
|
+
execute_or_queue_command(command, &block)
|
2199
|
+
end
|
2200
|
+
|
2201
|
+
# Updates a DisplayVideo360AdvertiserLink on a property.
|
2202
|
+
# @param [String] name
|
2203
|
+
# Output only. The resource name for this DisplayVideo360AdvertiserLink resource.
|
2204
|
+
# Format: properties/`propertyId`/displayVideo360AdvertiserLinks/`linkId` Note:
|
2205
|
+
# linkId is not the Display & Video 360 Advertiser ID
|
2206
|
+
# @param [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink] google_analytics_admin_v1alpha_display_video360_advertiser_link_object
|
2207
|
+
# @param [String] update_mask
|
2208
|
+
# Required. The list of fields to be updated. Omitted fields will not be updated.
|
2209
|
+
# To replace the entire entity, use one path with the string "*" to match all
|
2210
|
+
# fields.
|
2211
|
+
# @param [String] fields
|
2212
|
+
# Selector specifying which fields to include in a partial response.
|
2213
|
+
# @param [String] quota_user
|
2214
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
2215
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
2216
|
+
# @param [Google::Apis::RequestOptions] options
|
2217
|
+
# Request-specific options
|
2218
|
+
#
|
2219
|
+
# @yield [result, err] Result & error if block supplied
|
2220
|
+
# @yieldparam result [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink] parsed result object
|
2221
|
+
# @yieldparam err [StandardError] error object if request failed
|
2222
|
+
#
|
2223
|
+
# @return [Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink]
|
2224
|
+
#
|
2225
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
2226
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
2227
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
2228
|
+
def patch_property_display_video360_advertiser_link(name, google_analytics_admin_v1alpha_display_video360_advertiser_link_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
2229
|
+
command = make_simple_command(:patch, 'v1alpha/{+name}', options)
|
2230
|
+
command.request_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
2231
|
+
command.request_object = google_analytics_admin_v1alpha_display_video360_advertiser_link_object
|
2232
|
+
command.response_representation = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink::Representation
|
2233
|
+
command.response_class = Google::Apis::AnalyticsadminV1alpha::GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLink
|
2234
|
+
command.params['name'] = name unless name.nil?
|
2235
|
+
command.query['updateMask'] = update_mask unless update_mask.nil?
|
2236
|
+
command.query['fields'] = fields unless fields.nil?
|
2237
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
2238
|
+
execute_or_queue_command(command, &block)
|
2239
|
+
end
|
2240
|
+
|
1780
2241
|
# Creates a FirebaseLink. Properties can have at most one FirebaseLink.
|
1781
2242
|
# @param [String] parent
|
1782
2243
|
# Required. Format: properties/`property_id` Example: properties/1234
|
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.14.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: 2021-
|
11
|
+
date: 2021-08-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.4'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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/master/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.14.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-analyticsadmin_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|