@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173173 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
174174 "supportTags": True or False, # Whether this Container supports tags.
175175 "supportTemplates": True or False, # Whether this Container supports templates.
176+ "supportTransformations": True or False, # Whether this Container supports transformations.
176177 "supportTriggers": True or False, # Whether this Container supports triggers.
177178 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
178179 "supportVariables": True or False, # Whether this Container supports variables.
@@ -221,6 +222,7 @@ <h3>Method Details</h3>
221222 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
222223 "supportTags": True or False, # Whether this Container supports tags.
223224 "supportTemplates": True or False, # Whether this Container supports templates.
225+ "supportTransformations": True or False, # Whether this Container supports transformations.
224226 "supportTriggers": True or False, # Whether this Container supports triggers.
225227 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
226228 "supportVariables": True or False, # Whether this Container supports variables.
@@ -267,6 +269,7 @@ <h3>Method Details</h3>
267269 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
268270 "supportTags": True or False, # Whether this Container supports tags.
269271 "supportTemplates": True or False, # Whether this Container supports templates.
272+ "supportTransformations": True or False, # Whether this Container supports transformations.
270273 "supportTriggers": True or False, # Whether this Container supports triggers.
271274 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
272275 "supportVariables": True or False, # Whether this Container supports variables.
@@ -333,6 +336,7 @@ <h3>Method Details</h3>
333336 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
334337 "supportTags": True or False, # Whether this Container supports tags.
335338 "supportTemplates": True or False, # Whether this Container supports templates.
339+ "supportTransformations": True or False, # Whether this Container supports transformations.
336340 "supportTriggers": True or False, # Whether this Container supports triggers.
337341 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
338342 "supportVariables": True or False, # Whether this Container supports variables.
@@ -389,6 +393,7 @@ <h3>Method Details</h3>
389393 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
390394 "supportTags": True or False, # Whether this Container supports tags.
391395 "supportTemplates": True or False, # Whether this Container supports templates.
396+ "supportTransformations": True or False, # Whether this Container supports transformations.
392397 "supportTriggers": True or False, # Whether this Container supports triggers.
393398 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
394399 "supportVariables": True or False, # Whether this Container supports variables.
@@ -459,6 +464,7 @@ <h3>Method Details</h3>
459464 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
460465 "supportTags": True or False, # Whether this Container supports tags.
461466 "supportTemplates": True or False, # Whether this Container supports templates.
467+ "supportTransformations": True or False, # Whether this Container supports transformations.
462468 "supportTriggers": True or False, # Whether this Container supports triggers.
463469 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
464470 "supportVariables": True or False, # Whether this Container supports variables.
@@ -518,6 +524,7 @@ <h3>Method Details</h3>
518524 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
519525 "supportTags": True or False, # Whether this Container supports tags.
520526 "supportTemplates": True or False, # Whether this Container supports templates.
527+ "supportTransformations": True or False, # Whether this Container supports transformations.
521528 "supportTriggers": True or False, # Whether this Container supports triggers.
522529 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
523530 "supportVariables": True or False, # Whether this Container supports variables.
@@ -585,6 +592,7 @@ <h3>Method Details</h3>
585592 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
586593 "supportTags": True or False, # Whether this Container supports tags.
587594 "supportTemplates": True or False, # Whether this Container supports templates.
595+ "supportTransformations": True or False, # Whether this Container supports transformations.
588596 "supportTriggers": True or False, # Whether this Container supports triggers.
589597 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
590598 "supportVariables": True or False, # Whether this Container supports variables.
@@ -632,6 +640,7 @@ <h3>Method Details</h3>
632640 "supportGtagConfigs": True or False, # Whether this Container supports Google tag config.
633641 "supportTags": True or False, # Whether this Container supports tags.
634642 "supportTemplates": True or False, # Whether this Container supports templates.
643+ "supportTransformations": True or False, # Whether this Container supports transformations.
635644 "supportTriggers": True or False, # Whether this Container supports triggers.
636645 "supportUserPermissions": True or False, # Whether this Container supports user permissions managed by GTM.
637646 "supportVariables": True or False, # Whether this Container supports variables.
0 commit comments