google-apis-tagmanager_v1 0.17.0 → 0.18.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 +5 -0
- data/lib/google/apis/tagmanager_v1/classes.rb +66 -175
- data/lib/google/apis/tagmanager_v1/gem_version.rb +3 -3
- metadata +4 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bc2ae2fe24ed3d4db7d8c56b0ca606e777b6a51155769ebb0ca1fd9c331f01f2
|
4
|
+
data.tar.gz: 9562a70d3df327008d07d5ea73a2142ac3f34fc5951159c6165e0b432327e01b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d62167ebb4be7f9bbc28f0338f584917753e6924c8c5504057223505a7a85c747d742067ceccd10376e33ad9fe6d207035da036c0decd938ce8b070f32b85f1
|
7
|
+
data.tar.gz: e6b9c5da8164a7c6b83b74f5e7da449d414c39899246c0abf86871a40e05290fbfa144c7a34b998ad26a5ff9c5baef7fb186d9858fc07b2dae436fd95fccaa30
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-tagmanager_v1
|
2
2
|
|
3
|
+
### v0.18.0 (2025-03-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250310
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.17.0 (2024-05-19)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.15.0
|
@@ -37,14 +37,12 @@ module Google
|
|
37
37
|
# @return [String]
|
38
38
|
attr_accessor :fingerprint
|
39
39
|
|
40
|
-
# Account display name.
|
41
|
-
# accounts.update
|
40
|
+
# Account display name.
|
42
41
|
# Corresponds to the JSON property `name`
|
43
42
|
# @return [String]
|
44
43
|
attr_accessor :name
|
45
44
|
|
46
|
-
# Whether the account shares data anonymously with Google and others.
|
47
|
-
# tagmanager.accounts.create @mutable tagmanager.accounts.update
|
45
|
+
# Whether the account shares data anonymously with Google and others.
|
48
46
|
# Corresponds to the JSON property `shareData`
|
49
47
|
# @return [Boolean]
|
50
48
|
attr_accessor :share_data
|
@@ -67,9 +65,7 @@ module Google
|
|
67
65
|
class AccountAccess
|
68
66
|
include Google::Apis::Core::Hashable
|
69
67
|
|
70
|
-
# List of Account permissions. Valid account permissions are read and manage.
|
71
|
-
# mutable tagmanager.accounts.permissions.create @mutable tagmanager.accounts.
|
72
|
-
# permissions.update
|
68
|
+
# List of Account permissions. Valid account permissions are read and manage.
|
73
69
|
# Corresponds to the JSON property `permission`
|
74
70
|
# @return [Array<String>]
|
75
71
|
attr_accessor :permission
|
@@ -95,15 +91,12 @@ module Google
|
|
95
91
|
# matching, include a boolean parameter named ignore_case that is set to true.
|
96
92
|
# If not specified or set to any other value, the matching will be case
|
97
93
|
# sensitive. - To negate an operator, include a boolean parameter named negate
|
98
|
-
# boolean parameter that is set to true.
|
99
|
-
# triggers.create @mutable tagmanager.accounts.containers.triggers.update
|
94
|
+
# boolean parameter that is set to true.
|
100
95
|
# Corresponds to the JSON property `parameter`
|
101
96
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
102
97
|
attr_accessor :parameter
|
103
98
|
|
104
|
-
# The type of operator for this condition.
|
105
|
-
# containers.triggers.create @mutable tagmanager.accounts.containers.triggers.
|
106
|
-
# update
|
99
|
+
# The type of operator for this condition.
|
107
100
|
# Corresponds to the JSON property `type`
|
108
101
|
# @return [String]
|
109
102
|
attr_accessor :type
|
@@ -133,9 +126,7 @@ module Google
|
|
133
126
|
# @return [String]
|
134
127
|
attr_accessor :container_id
|
135
128
|
|
136
|
-
# Optional list of domain names associated with the Container.
|
137
|
-
# tagmanager.accounts.containers.create @mutable tagmanager.accounts.containers.
|
138
|
-
# update
|
129
|
+
# Optional list of domain names associated with the Container.
|
139
130
|
# Corresponds to the JSON property `domainName`
|
140
131
|
# @return [Array<String>]
|
141
132
|
attr_accessor :domain_name
|
@@ -145,8 +136,7 @@ module Google
|
|
145
136
|
# clickTarget, clickUrl, clickText, formElement, formClasses, formId, formTarget,
|
146
137
|
# formUrl, formText, errorMessage, errorUrl, errorLine, newHistoryFragment,
|
147
138
|
# oldHistoryFragment, newHistoryState, oldHistoryState, historySource,
|
148
|
-
# containerVersion, debugMode, randomNumber, containerId.
|
149
|
-
# accounts.containers.create @mutable tagmanager.accounts.containers.update
|
139
|
+
# containerVersion, debugMode, randomNumber, containerId.
|
150
140
|
# Corresponds to the JSON property `enabledBuiltInVariable`
|
151
141
|
# @return [Array<String>]
|
152
142
|
attr_accessor :enabled_built_in_variable
|
@@ -157,14 +147,12 @@ module Google
|
|
157
147
|
# @return [String]
|
158
148
|
attr_accessor :fingerprint
|
159
149
|
|
160
|
-
# Container display name.
|
161
|
-
# mutable tagmanager.accounts.containers.update
|
150
|
+
# Container display name.
|
162
151
|
# Corresponds to the JSON property `name`
|
163
152
|
# @return [String]
|
164
153
|
attr_accessor :name
|
165
154
|
|
166
|
-
# Container Notes.
|
167
|
-
# tagmanager.accounts.containers.update
|
155
|
+
# Container Notes.
|
168
156
|
# Corresponds to the JSON property `notes`
|
169
157
|
# @return [String]
|
170
158
|
attr_accessor :notes
|
@@ -174,21 +162,18 @@ module Google
|
|
174
162
|
# @return [String]
|
175
163
|
attr_accessor :public_id
|
176
164
|
|
177
|
-
# Container Country ID.
|
178
|
-
# tagmanager.accounts.containers.update
|
165
|
+
# Container Country ID.
|
179
166
|
# Corresponds to the JSON property `timeZoneCountryId`
|
180
167
|
# @return [String]
|
181
168
|
attr_accessor :time_zone_country_id
|
182
169
|
|
183
|
-
# Container Time Zone ID.
|
184
|
-
# mutable tagmanager.accounts.containers.update
|
170
|
+
# Container Time Zone ID.
|
185
171
|
# Corresponds to the JSON property `timeZoneId`
|
186
172
|
# @return [String]
|
187
173
|
attr_accessor :time_zone_id
|
188
174
|
|
189
175
|
# List of Usage Contexts for the Container. Valid values include: web, android,
|
190
|
-
# ios.
|
191
|
-
# accounts.containers.update
|
176
|
+
# ios.
|
192
177
|
# Corresponds to the JSON property `usageContext`
|
193
178
|
# @return [Array<String>]
|
194
179
|
attr_accessor :usage_context
|
@@ -217,15 +202,13 @@ module Google
|
|
217
202
|
class ContainerAccess
|
218
203
|
include Google::Apis::Core::Hashable
|
219
204
|
|
220
|
-
# GTM Container ID.
|
221
|
-
# tagmanager.accounts.permissions.update
|
205
|
+
# GTM Container ID.
|
222
206
|
# Corresponds to the JSON property `containerId`
|
223
207
|
# @return [String]
|
224
208
|
attr_accessor :container_id
|
225
209
|
|
226
210
|
# List of Container permissions. Valid container permissions are: read, edit,
|
227
|
-
# delete, publish.
|
228
|
-
# tagmanager.accounts.permissions.update
|
211
|
+
# delete, publish.
|
229
212
|
# Corresponds to the JSON property `permission`
|
230
213
|
# @return [Array<String>]
|
231
214
|
attr_accessor :permission
|
@@ -287,14 +270,12 @@ module Google
|
|
287
270
|
# @return [Array<Google::Apis::TagmanagerV1::Macro>]
|
288
271
|
attr_accessor :macro
|
289
272
|
|
290
|
-
# Container version display name.
|
291
|
-
# versions.update
|
273
|
+
# Container version display name.
|
292
274
|
# Corresponds to the JSON property `name`
|
293
275
|
# @return [String]
|
294
276
|
attr_accessor :name
|
295
277
|
|
296
|
-
# User notes on how to apply this container version in the container.
|
297
|
-
# tagmanager.accounts.containers.versions.update
|
278
|
+
# User notes on how to apply this container version in the container.
|
298
279
|
# Corresponds to the JSON property `notes`
|
299
280
|
# @return [String]
|
300
281
|
attr_accessor :notes
|
@@ -506,15 +487,12 @@ module Google
|
|
506
487
|
attr_accessor :container_version_id
|
507
488
|
|
508
489
|
# The environment description. Can be set or changed only on USER type
|
509
|
-
# environments.
|
510
|
-
# mutable tagmanager.accounts.containers.environments.update
|
490
|
+
# environments.
|
511
491
|
# Corresponds to the JSON property `description`
|
512
492
|
# @return [String]
|
513
493
|
attr_accessor :description
|
514
494
|
|
515
|
-
# Whether or not to enable debug by default on for the environment.
|
516
|
-
# tagmanager.accounts.containers.environments.create @mutable tagmanager.
|
517
|
-
# accounts.containers.environments.update
|
495
|
+
# Whether or not to enable debug by default on for the environment.
|
518
496
|
# Corresponds to the JSON property `enableDebug`
|
519
497
|
# @return [Boolean]
|
520
498
|
attr_accessor :enable_debug
|
@@ -532,8 +510,7 @@ module Google
|
|
532
510
|
attr_accessor :fingerprint
|
533
511
|
|
534
512
|
# The environment display name. Can be set or changed only on USER type
|
535
|
-
# environments.
|
536
|
-
# mutable tagmanager.accounts.containers.environments.update
|
513
|
+
# environments.
|
537
514
|
# Corresponds to the JSON property `name`
|
538
515
|
# @return [String]
|
539
516
|
attr_accessor :name
|
@@ -543,9 +520,7 @@ module Google
|
|
543
520
|
# @return [String]
|
544
521
|
attr_accessor :type
|
545
522
|
|
546
|
-
# Default preview page url for the environment.
|
547
|
-
# containers.environments.create @mutable tagmanager.accounts.containers.
|
548
|
-
# environments.update
|
523
|
+
# Default preview page url for the environment.
|
549
524
|
# Corresponds to the JSON property `url`
|
550
525
|
# @return [String]
|
551
526
|
attr_accessor :url
|
@@ -596,8 +571,7 @@ module Google
|
|
596
571
|
# @return [String]
|
597
572
|
attr_accessor :folder_id
|
598
573
|
|
599
|
-
# Folder display name.
|
600
|
-
# mutable tagmanager.accounts.containers.folders.update
|
574
|
+
# Folder display name.
|
601
575
|
# Corresponds to the JSON property `name`
|
602
576
|
# @return [String]
|
603
577
|
attr_accessor :name
|
@@ -840,18 +814,14 @@ module Google
|
|
840
814
|
|
841
815
|
# For mobile containers only: A list of rule IDs for disabling conditional
|
842
816
|
# macros; the macro is enabled if one of the enabling rules is true while all
|
843
|
-
# the disabling rules are false. Treated as an unordered set.
|
844
|
-
# tagmanager.accounts.containers.macros.create @mutable tagmanager.accounts.
|
845
|
-
# containers.macros.update
|
817
|
+
# the disabling rules are false. Treated as an unordered set.
|
846
818
|
# Corresponds to the JSON property `disablingRuleId`
|
847
819
|
# @return [Array<String>]
|
848
820
|
attr_accessor :disabling_rule_id
|
849
821
|
|
850
822
|
# For mobile containers only: A list of rule IDs for enabling conditional macros;
|
851
823
|
# the macro is enabled if one of the enabling rules is true while all the
|
852
|
-
# disabling rules are false. Treated as an unordered set.
|
853
|
-
# accounts.containers.macros.create @mutable tagmanager.accounts.containers.
|
854
|
-
# macros.update
|
824
|
+
# disabling rules are false. Treated as an unordered set.
|
855
825
|
# Corresponds to the JSON property `enablingRuleId`
|
856
826
|
# @return [Array<String>]
|
857
827
|
attr_accessor :enabling_rule_id
|
@@ -867,21 +837,17 @@ module Google
|
|
867
837
|
# @return [String]
|
868
838
|
attr_accessor :macro_id
|
869
839
|
|
870
|
-
# Macro display name.
|
871
|
-
# mutable tagmanager.accounts.containers.macros.update
|
840
|
+
# Macro display name.
|
872
841
|
# Corresponds to the JSON property `name`
|
873
842
|
# @return [String]
|
874
843
|
attr_accessor :name
|
875
844
|
|
876
|
-
# User notes on how to apply this macro in the container.
|
877
|
-
# accounts.containers.macros.create @mutable tagmanager.accounts.containers.
|
878
|
-
# macros.update
|
845
|
+
# User notes on how to apply this macro in the container.
|
879
846
|
# Corresponds to the JSON property `notes`
|
880
847
|
# @return [String]
|
881
848
|
attr_accessor :notes
|
882
849
|
|
883
|
-
# The macro's parameters.
|
884
|
-
# mutable tagmanager.accounts.containers.macros.update
|
850
|
+
# The macro's parameters.
|
885
851
|
# Corresponds to the JSON property `parameter`
|
886
852
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
887
853
|
attr_accessor :parameter
|
@@ -891,22 +857,17 @@ module Google
|
|
891
857
|
# @return [String]
|
892
858
|
attr_accessor :parent_folder_id
|
893
859
|
|
894
|
-
# The end timestamp in milliseconds to schedule a macro.
|
895
|
-
# accounts.containers.macros.create @mutable tagmanager.accounts.containers.
|
896
|
-
# macros.update
|
860
|
+
# The end timestamp in milliseconds to schedule a macro.
|
897
861
|
# Corresponds to the JSON property `scheduleEndMs`
|
898
862
|
# @return [Fixnum]
|
899
863
|
attr_accessor :schedule_end_ms
|
900
864
|
|
901
|
-
# The start timestamp in milliseconds to schedule a macro.
|
902
|
-
# accounts.containers.macros.create @mutable tagmanager.accounts.containers.
|
903
|
-
# macros.update
|
865
|
+
# The start timestamp in milliseconds to schedule a macro.
|
904
866
|
# Corresponds to the JSON property `scheduleStartMs`
|
905
867
|
# @return [Fixnum]
|
906
868
|
attr_accessor :schedule_start_ms
|
907
869
|
|
908
|
-
# GTM Macro Type.
|
909
|
-
# tagmanager.accounts.containers.macros.update
|
870
|
+
# GTM Macro Type.
|
910
871
|
# Corresponds to the JSON property `type`
|
911
872
|
# @return [String]
|
912
873
|
attr_accessor :type
|
@@ -938,32 +899,17 @@ module Google
|
|
938
899
|
include Google::Apis::Core::Hashable
|
939
900
|
|
940
901
|
# The named key that uniquely identifies a parameter. Required for top-level
|
941
|
-
# parameters, as well as map values. Ignored for list values.
|
942
|
-
# tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.
|
943
|
-
# containers.variables.update @mutable tagmanager.accounts.containers.triggers.
|
944
|
-
# create @mutable tagmanager.accounts.containers.triggers.update @mutable
|
945
|
-
# tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.
|
946
|
-
# containers.tags.update
|
902
|
+
# parameters, as well as map values. Ignored for list values.
|
947
903
|
# Corresponds to the JSON property `key`
|
948
904
|
# @return [String]
|
949
905
|
attr_accessor :key
|
950
906
|
|
951
|
-
# This list parameter's parameters (keys will be ignored).
|
952
|
-
# accounts.containers.variables.create @mutable tagmanager.accounts.containers.
|
953
|
-
# variables.update @mutable tagmanager.accounts.containers.triggers.create @
|
954
|
-
# mutable tagmanager.accounts.containers.triggers.update @mutable tagmanager.
|
955
|
-
# accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
|
956
|
-
# update
|
907
|
+
# This list parameter's parameters (keys will be ignored).
|
957
908
|
# Corresponds to the JSON property `list`
|
958
909
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
959
910
|
attr_accessor :list
|
960
911
|
|
961
|
-
# This map parameter's parameters (must have keys; keys must be unique).
|
962
|
-
# mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.
|
963
|
-
# accounts.containers.variables.update @mutable tagmanager.accounts.containers.
|
964
|
-
# triggers.create @mutable tagmanager.accounts.containers.triggers.update @
|
965
|
-
# mutable tagmanager.accounts.containers.tags.create @mutable tagmanager.
|
966
|
-
# accounts.containers.tags.update
|
912
|
+
# This map parameter's parameters (must have keys; keys must be unique).
|
967
913
|
# Corresponds to the JSON property `map`
|
968
914
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
969
915
|
attr_accessor :map
|
@@ -975,21 +921,13 @@ module Google
|
|
975
921
|
# represents any text; this can include variable references (even variable
|
976
922
|
# references that might return non-string types) - trigger_reference: The value
|
977
923
|
# represents a trigger, represented as the trigger id - tag_reference: The value
|
978
|
-
# represents a tag, represented as the tag name
|
979
|
-
# containers.variables.create @mutable tagmanager.accounts.containers.variables.
|
980
|
-
# update @mutable tagmanager.accounts.containers.triggers.create @mutable
|
981
|
-
# tagmanager.accounts.containers.triggers.update @mutable tagmanager.accounts.
|
982
|
-
# containers.tags.create @mutable tagmanager.accounts.containers.tags.update
|
924
|
+
# represents a tag, represented as the tag name
|
983
925
|
# Corresponds to the JSON property `type`
|
984
926
|
# @return [String]
|
985
927
|
attr_accessor :type
|
986
928
|
|
987
|
-
# A parameter's value (may contain variable references
|
988
|
-
#
|
989
|
-
# variables.create @mutable tagmanager.accounts.containers.variables.update @
|
990
|
-
# mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.
|
991
|
-
# accounts.containers.triggers.update @mutable tagmanager.accounts.containers.
|
992
|
-
# tags.create @mutable tagmanager.accounts.containers.tags.update
|
929
|
+
# A parameter's value (may contain variable references). as appropriate to the
|
930
|
+
# specified type.
|
993
931
|
# Corresponds to the JSON property `value`
|
994
932
|
# @return [String]
|
995
933
|
attr_accessor :value
|
@@ -1043,9 +981,7 @@ module Google
|
|
1043
981
|
# @return [String]
|
1044
982
|
attr_accessor :account_id
|
1045
983
|
|
1046
|
-
# The list of conditions that make up this rule (implicit AND between them).
|
1047
|
-
# mutable tagmanager.accounts.containers.rules.create @mutable tagmanager.
|
1048
|
-
# accounts.containers.rules.update
|
984
|
+
# The list of conditions that make up this rule (implicit AND between them).
|
1049
985
|
# Corresponds to the JSON property `condition`
|
1050
986
|
# @return [Array<Google::Apis::TagmanagerV1::Condition>]
|
1051
987
|
attr_accessor :condition
|
@@ -1061,15 +997,12 @@ module Google
|
|
1061
997
|
# @return [String]
|
1062
998
|
attr_accessor :fingerprint
|
1063
999
|
|
1064
|
-
# Rule display name.
|
1065
|
-
# mutable tagmanager.accounts.containers.rules.update
|
1000
|
+
# Rule display name.
|
1066
1001
|
# Corresponds to the JSON property `name`
|
1067
1002
|
# @return [String]
|
1068
1003
|
attr_accessor :name
|
1069
1004
|
|
1070
|
-
# User notes on how to apply this rule in the container.
|
1071
|
-
# accounts.containers.rules.create @mutable tagmanager.accounts.containers.rules.
|
1072
|
-
# update
|
1005
|
+
# User notes on how to apply this rule in the container.
|
1073
1006
|
# Corresponds to the JSON property `notes`
|
1074
1007
|
# @return [String]
|
1075
1008
|
attr_accessor :notes
|
@@ -1132,15 +1065,13 @@ module Google
|
|
1132
1065
|
attr_accessor :account_id
|
1133
1066
|
|
1134
1067
|
# Blocking rule IDs. If any of the listed rules evaluate to true, the tag will
|
1135
|
-
# not fire.
|
1136
|
-
# tagmanager.accounts.containers.tags.update
|
1068
|
+
# not fire.
|
1137
1069
|
# Corresponds to the JSON property `blockingRuleId`
|
1138
1070
|
# @return [Array<String>]
|
1139
1071
|
attr_accessor :blocking_rule_id
|
1140
1072
|
|
1141
1073
|
# Blocking trigger IDs. If any of the listed triggers evaluate to true, the tag
|
1142
|
-
# will not fire.
|
1143
|
-
# tagmanager.accounts.containers.tags.update
|
1074
|
+
# will not fire.
|
1144
1075
|
# Corresponds to the JSON property `blockingTriggerId`
|
1145
1076
|
# @return [Array<String>]
|
1146
1077
|
attr_accessor :blocking_trigger_id
|
@@ -1157,44 +1088,35 @@ module Google
|
|
1157
1088
|
attr_accessor :fingerprint
|
1158
1089
|
|
1159
1090
|
# Firing rule IDs. A tag will fire when any of the listed rules are true and all
|
1160
|
-
# of its blockingRuleIds (if any specified) are false.
|
1161
|
-
# accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
|
1162
|
-
# update
|
1091
|
+
# of its blockingRuleIds (if any specified) are false.
|
1163
1092
|
# Corresponds to the JSON property `firingRuleId`
|
1164
1093
|
# @return [Array<String>]
|
1165
1094
|
attr_accessor :firing_rule_id
|
1166
1095
|
|
1167
1096
|
# Firing trigger IDs. A tag will fire when any of the listed triggers are true
|
1168
|
-
# and all of its blockingTriggerIds (if any specified) are false.
|
1169
|
-
# tagmanager.accounts.containers.tags.create @mutable tagmanager.accounts.
|
1170
|
-
# containers.tags.update
|
1097
|
+
# and all of its blockingTriggerIds (if any specified) are false.
|
1171
1098
|
# Corresponds to the JSON property `firingTriggerId`
|
1172
1099
|
# @return [Array<String>]
|
1173
1100
|
attr_accessor :firing_trigger_id
|
1174
1101
|
|
1175
1102
|
# If set to true, this tag will only fire in the live environment (e.g. not in
|
1176
|
-
# preview or debug mode).
|
1177
|
-
# mutable tagmanager.accounts.containers.tags.update
|
1103
|
+
# preview or debug mode).
|
1178
1104
|
# Corresponds to the JSON property `liveOnly`
|
1179
1105
|
# @return [Boolean]
|
1180
1106
|
attr_accessor :live_only
|
1181
1107
|
alias_method :live_only?, :live_only
|
1182
1108
|
|
1183
|
-
# Tag display name.
|
1184
|
-
# tagmanager.accounts.containers.tags.update
|
1109
|
+
# Tag display name.
|
1185
1110
|
# Corresponds to the JSON property `name`
|
1186
1111
|
# @return [String]
|
1187
1112
|
attr_accessor :name
|
1188
1113
|
|
1189
|
-
# User notes on how to apply this tag in the container.
|
1190
|
-
# accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
|
1191
|
-
# update
|
1114
|
+
# User notes on how to apply this tag in the container.
|
1192
1115
|
# Corresponds to the JSON property `notes`
|
1193
1116
|
# @return [String]
|
1194
1117
|
attr_accessor :notes
|
1195
1118
|
|
1196
|
-
# The tag's parameters.
|
1197
|
-
# mutable tagmanager.accounts.containers.tags.update
|
1119
|
+
# The tag's parameters.
|
1198
1120
|
# Corresponds to the JSON property `parameter`
|
1199
1121
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
1200
1122
|
attr_accessor :parameter
|
@@ -1204,8 +1126,7 @@ module Google
|
|
1204
1126
|
# @return [String]
|
1205
1127
|
attr_accessor :parent_folder_id
|
1206
1128
|
|
1207
|
-
# True if the tag is paused.
|
1208
|
-
# @mutable tagmanager.accounts.containers.tags.update
|
1129
|
+
# True if the tag is paused.
|
1209
1130
|
# Corresponds to the JSON property `paused`
|
1210
1131
|
# @return [Boolean]
|
1211
1132
|
attr_accessor :paused
|
@@ -1216,16 +1137,12 @@ module Google
|
|
1216
1137
|
# @return [Google::Apis::TagmanagerV1::Parameter]
|
1217
1138
|
attr_accessor :priority
|
1218
1139
|
|
1219
|
-
# The end timestamp in milliseconds to schedule a tag.
|
1220
|
-
# accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
|
1221
|
-
# update
|
1140
|
+
# The end timestamp in milliseconds to schedule a tag.
|
1222
1141
|
# Corresponds to the JSON property `scheduleEndMs`
|
1223
1142
|
# @return [Fixnum]
|
1224
1143
|
attr_accessor :schedule_end_ms
|
1225
1144
|
|
1226
|
-
# The start timestamp in milliseconds to schedule a tag.
|
1227
|
-
# accounts.containers.tags.create @mutable tagmanager.accounts.containers.tags.
|
1228
|
-
# update
|
1145
|
+
# The start timestamp in milliseconds to schedule a tag.
|
1229
1146
|
# Corresponds to the JSON property `scheduleStartMs`
|
1230
1147
|
# @return [Fixnum]
|
1231
1148
|
attr_accessor :schedule_start_ms
|
@@ -1250,8 +1167,7 @@ module Google
|
|
1250
1167
|
# @return [Array<Google::Apis::TagmanagerV1::TeardownTag>]
|
1251
1168
|
attr_accessor :teardown_tag
|
1252
1169
|
|
1253
|
-
# GTM Tag Type.
|
1254
|
-
# tagmanager.accounts.containers.tags.update
|
1170
|
+
# GTM Tag Type.
|
1255
1171
|
# Corresponds to the JSON property `type`
|
1256
1172
|
# @return [String]
|
1257
1173
|
attr_accessor :type
|
@@ -1322,9 +1238,7 @@ module Google
|
|
1322
1238
|
# @return [String]
|
1323
1239
|
attr_accessor :account_id
|
1324
1240
|
|
1325
|
-
# Used in the case of auto event tracking.
|
1326
|
-
# containers.triggers.create @mutable tagmanager.accounts.containers.triggers.
|
1327
|
-
# update
|
1241
|
+
# Used in the case of auto event tracking.
|
1328
1242
|
# Corresponds to the JSON property `autoEventFilter`
|
1329
1243
|
# @return [Array<Google::Apis::TagmanagerV1::Condition>]
|
1330
1244
|
attr_accessor :auto_event_filter
|
@@ -1344,9 +1258,7 @@ module Google
|
|
1344
1258
|
# @return [Google::Apis::TagmanagerV1::Parameter]
|
1345
1259
|
attr_accessor :continuous_time_min_milliseconds
|
1346
1260
|
|
1347
|
-
# Used in the case of custom event, which is fired iff all Conditions are true.
|
1348
|
-
# mutable tagmanager.accounts.containers.triggers.create @mutable tagmanager.
|
1349
|
-
# accounts.containers.triggers.update
|
1261
|
+
# Used in the case of custom event, which is fired iff all Conditions are true.
|
1350
1262
|
# Corresponds to the JSON property `customEventFilter`
|
1351
1263
|
# @return [Array<Google::Apis::TagmanagerV1::Condition>]
|
1352
1264
|
attr_accessor :custom_event_filter
|
@@ -1356,9 +1268,7 @@ module Google
|
|
1356
1268
|
# @return [Google::Apis::TagmanagerV1::Parameter]
|
1357
1269
|
attr_accessor :event_name
|
1358
1270
|
|
1359
|
-
# The trigger will only fire iff all Conditions are true.
|
1360
|
-
# accounts.containers.triggers.create @mutable tagmanager.accounts.containers.
|
1361
|
-
# triggers.update
|
1271
|
+
# The trigger will only fire iff all Conditions are true.
|
1362
1272
|
# Corresponds to the JSON property `filter`
|
1363
1273
|
# @return [Array<Google::Apis::TagmanagerV1::Condition>]
|
1364
1274
|
attr_accessor :filter
|
@@ -1394,15 +1304,12 @@ module Google
|
|
1394
1304
|
# @return [Google::Apis::TagmanagerV1::Parameter]
|
1395
1305
|
attr_accessor :max_timer_length_seconds
|
1396
1306
|
|
1397
|
-
# Trigger display name.
|
1398
|
-
# mutable tagmanager.accounts.containers.triggers.update
|
1307
|
+
# Trigger display name.
|
1399
1308
|
# Corresponds to the JSON property `name`
|
1400
1309
|
# @return [String]
|
1401
1310
|
attr_accessor :name
|
1402
1311
|
|
1403
|
-
# Additional parameters.
|
1404
|
-
# triggers.create @mutable tagmanager.accounts.containers.workspaces.triggers.
|
1405
|
-
# update
|
1312
|
+
# Additional parameters.
|
1406
1313
|
# Corresponds to the JSON property `parameter`
|
1407
1314
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
1408
1315
|
attr_accessor :parameter
|
@@ -1427,9 +1334,7 @@ module Google
|
|
1427
1334
|
# @return [String]
|
1428
1335
|
attr_accessor :trigger_id
|
1429
1336
|
|
1430
|
-
# Defines the data layer event that causes this trigger.
|
1431
|
-
# accounts.containers.triggers.create @mutable tagmanager.accounts.containers.
|
1432
|
-
# triggers.update
|
1337
|
+
# Defines the data layer event that causes this trigger.
|
1433
1338
|
# Corresponds to the JSON property `type`
|
1434
1339
|
# @return [String]
|
1435
1340
|
attr_accessor :type
|
@@ -1520,13 +1425,12 @@ module Google
|
|
1520
1425
|
# @return [String]
|
1521
1426
|
attr_accessor :account_id
|
1522
1427
|
|
1523
|
-
# GTM Container access permissions.
|
1524
|
-
# create @mutable tagmanager.accounts.permissions.update
|
1428
|
+
# GTM Container access permissions.
|
1525
1429
|
# Corresponds to the JSON property `containerAccess`
|
1526
1430
|
# @return [Array<Google::Apis::TagmanagerV1::ContainerAccess>]
|
1527
1431
|
attr_accessor :container_access
|
1528
1432
|
|
1529
|
-
# User's email address.
|
1433
|
+
# User's email address.
|
1530
1434
|
# Corresponds to the JSON property `emailAddress`
|
1531
1435
|
# @return [String]
|
1532
1436
|
attr_accessor :email_address
|
@@ -1566,18 +1470,14 @@ module Google
|
|
1566
1470
|
|
1567
1471
|
# For mobile containers only: A list of trigger IDs for disabling conditional
|
1568
1472
|
# variables; the variable is enabled if one of the enabling trigger is true
|
1569
|
-
# while all the disabling trigger are false. Treated as an unordered set.
|
1570
|
-
# mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.
|
1571
|
-
# accounts.containers.variables.update
|
1473
|
+
# while all the disabling trigger are false. Treated as an unordered set.
|
1572
1474
|
# Corresponds to the JSON property `disablingTriggerId`
|
1573
1475
|
# @return [Array<String>]
|
1574
1476
|
attr_accessor :disabling_trigger_id
|
1575
1477
|
|
1576
1478
|
# For mobile containers only: A list of trigger IDs for enabling conditional
|
1577
1479
|
# variables; the variable is enabled if one of the enabling triggers is true
|
1578
|
-
# while all the disabling triggers are false. Treated as an unordered set.
|
1579
|
-
# mutable tagmanager.accounts.containers.variables.create @mutable tagmanager.
|
1580
|
-
# accounts.containers.variables.update
|
1480
|
+
# while all the disabling triggers are false. Treated as an unordered set.
|
1581
1481
|
# Corresponds to the JSON property `enablingTriggerId`
|
1582
1482
|
# @return [Array<String>]
|
1583
1483
|
attr_accessor :enabling_trigger_id
|
@@ -1588,21 +1488,17 @@ module Google
|
|
1588
1488
|
# @return [String]
|
1589
1489
|
attr_accessor :fingerprint
|
1590
1490
|
|
1591
|
-
# Variable display name.
|
1592
|
-
# create @mutable tagmanager.accounts.containers.variables.update
|
1491
|
+
# Variable display name.
|
1593
1492
|
# Corresponds to the JSON property `name`
|
1594
1493
|
# @return [String]
|
1595
1494
|
attr_accessor :name
|
1596
1495
|
|
1597
|
-
# User notes on how to apply this variable in the container.
|
1598
|
-
# accounts.containers.variables.create @mutable tagmanager.accounts.containers.
|
1599
|
-
# variables.update
|
1496
|
+
# User notes on how to apply this variable in the container.
|
1600
1497
|
# Corresponds to the JSON property `notes`
|
1601
1498
|
# @return [String]
|
1602
1499
|
attr_accessor :notes
|
1603
1500
|
|
1604
|
-
# The variable's parameters.
|
1605
|
-
# create @mutable tagmanager.accounts.containers.variables.update
|
1501
|
+
# The variable's parameters.
|
1606
1502
|
# Corresponds to the JSON property `parameter`
|
1607
1503
|
# @return [Array<Google::Apis::TagmanagerV1::Parameter>]
|
1608
1504
|
attr_accessor :parameter
|
@@ -1612,22 +1508,17 @@ module Google
|
|
1612
1508
|
# @return [String]
|
1613
1509
|
attr_accessor :parent_folder_id
|
1614
1510
|
|
1615
|
-
# The end timestamp in milliseconds to schedule a variable.
|
1616
|
-
# accounts.containers.variables.create @mutable tagmanager.accounts.containers.
|
1617
|
-
# variables.update
|
1511
|
+
# The end timestamp in milliseconds to schedule a variable.
|
1618
1512
|
# Corresponds to the JSON property `scheduleEndMs`
|
1619
1513
|
# @return [Fixnum]
|
1620
1514
|
attr_accessor :schedule_end_ms
|
1621
1515
|
|
1622
|
-
# The start timestamp in milliseconds to schedule a variable.
|
1623
|
-
# tagmanager.accounts.containers.variables.create @mutable tagmanager.accounts.
|
1624
|
-
# containers.variables.update
|
1516
|
+
# The start timestamp in milliseconds to schedule a variable.
|
1625
1517
|
# Corresponds to the JSON property `scheduleStartMs`
|
1626
1518
|
# @return [Fixnum]
|
1627
1519
|
attr_accessor :schedule_start_ms
|
1628
1520
|
|
1629
|
-
# GTM Variable Type.
|
1630
|
-
# mutable tagmanager.accounts.containers.variables.update
|
1521
|
+
# GTM Variable Type.
|
1631
1522
|
# Corresponds to the JSON property `type`
|
1632
1523
|
# @return [String]
|
1633
1524
|
attr_accessor :type
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module TagmanagerV1
|
18
18
|
# Version of the google-apis-tagmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.18.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-tagmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.18.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-03-16 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-tagmanager_v1/v0.18.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tagmanager_v1
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Tag Manager API V1
|
82
79
|
test_files: []
|