Represents a Google Tag Manager Parameter.
| JSON representation | 
|---|
| { "type": enum ( | 
| Fields | |
|---|---|
| type | 
 The parameter type. Valid values are: 
 | 
| key | 
 The named key that uniquely identifies a parameter. Required for top-level parameters, as well as map values. Ignored for list values. | 
| value | 
 A parameter's value (may contain variable references). as appropriate to the specified type. | 
| list[] | 
 This list parameter's parameters (keys will be ignored). | 
| map[] | 
 This map parameter's parameters (must have keys; keys must be unique). | 
| isWeakReference | 
 Whether or not a reference type parameter is strongly or weakly referenced. Only used by Transformations. | 
Type
When modifying Type enum, make sure you keep the type field documentation in sync.
| Enums | |
|---|---|
| typeUnspecified | |
| template | May include variable references. | 
| integer | |
| boolean | |
| list | |
| map | |
| triggerReference | |
| tagReference | |