@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173
173
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
174
174
"supportTags": True or False, # Whether this Container supports tags.
175
175
"supportTemplates": True or False, # Whether this Container supports templates.
176
+ "supportTransformations": True or False, # Whether this Container supports transformations.
176
177
"supportTriggers": True or False, # Whether this Container supports triggers.
177
178
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
178
179
"supportVariables": True or False, # Whether this Container supports variables.
@@ -221,6 +222,7 @@ <h3>Method Details</h3>
221
222
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
222
223
"supportTags": True or False, # Whether this Container supports tags.
223
224
"supportTemplates": True or False, # Whether this Container supports templates.
225
+ "supportTransformations": True or False, # Whether this Container supports transformations.
224
226
"supportTriggers": True or False, # Whether this Container supports triggers.
225
227
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
226
228
"supportVariables": True or False, # Whether this Container supports variables.
@@ -267,6 +269,7 @@ <h3>Method Details</h3>
267
269
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
268
270
"supportTags": True or False, # Whether this Container supports tags.
269
271
"supportTemplates": True or False, # Whether this Container supports templates.
272
+ "supportTransformations": True or False, # Whether this Container supports transformations.
270
273
"supportTriggers": True or False, # Whether this Container supports triggers.
271
274
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
272
275
"supportVariables": True or False, # Whether this Container supports variables.
@@ -333,6 +336,7 @@ <h3>Method Details</h3>
333
336
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
334
337
"supportTags": True or False, # Whether this Container supports tags.
335
338
"supportTemplates": True or False, # Whether this Container supports templates.
339
+ "supportTransformations": True or False, # Whether this Container supports transformations.
336
340
"supportTriggers": True or False, # Whether this Container supports triggers.
337
341
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
338
342
"supportVariables": True or False, # Whether this Container supports variables.
@@ -389,6 +393,7 @@ <h3>Method Details</h3>
389
393
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
390
394
"supportTags": True or False, # Whether this Container supports tags.
391
395
"supportTemplates": True or False, # Whether this Container supports templates.
396
+ "supportTransformations": True or False, # Whether this Container supports transformations.
392
397
"supportTriggers": True or False, # Whether this Container supports triggers.
393
398
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
394
399
"supportVariables": True or False, # Whether this Container supports variables.
@@ -459,6 +464,7 @@ <h3>Method Details</h3>
459
464
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
460
465
"supportTags": True or False, # Whether this Container supports tags.
461
466
"supportTemplates": True or False, # Whether this Container supports templates.
467
+ "supportTransformations": True or False, # Whether this Container supports transformations.
462
468
"supportTriggers": True or False, # Whether this Container supports triggers.
463
469
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
464
470
"supportVariables": True or False, # Whether this Container supports variables.
@@ -518,6 +524,7 @@ <h3>Method Details</h3>
518
524
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
519
525
"supportTags": True or False, # Whether this Container supports tags.
520
526
"supportTemplates": True or False, # Whether this Container supports templates.
527
+ "supportTransformations": True or False, # Whether this Container supports transformations.
521
528
"supportTriggers": True or False, # Whether this Container supports triggers.
522
529
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
523
530
"supportVariables": True or False, # Whether this Container supports variables.
@@ -585,6 +592,7 @@ <h3>Method Details</h3>
585
592
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
586
593
"supportTags": True or False, # Whether this Container supports tags.
587
594
"supportTemplates": True or False, # Whether this Container supports templates.
595
+ "supportTransformations": True or False, # Whether this Container supports transformations.
588
596
"supportTriggers": True or False, # Whether this Container supports triggers.
589
597
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
590
598
"supportVariables": True or False, # Whether this Container supports variables.
@@ -632,6 +640,7 @@ <h3>Method Details</h3>
632
640
"supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
633
641
"supportTags": True or False, # Whether this Container supports tags.
634
642
"supportTemplates": True or False, # Whether this Container supports templates.
643
+ "supportTransformations": True or False, # Whether this Container supports transformations.
635
644
"supportTriggers": True or False, # Whether this Container supports triggers.
636
645
"supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
637
646
"supportVariables": True or False, # Whether this Container supports variables.
0 commit comments