Resource: Transformation
Represents a Google Tag Manager Transformation.
JSON representation |
---|
{
"path": string,
"accountId": string,
"containerId": string,
"workspaceId": string,
"transformationId": string,
"name": string,
"type": string,
"parameter": [
{
object ( |
Fields | |
---|---|
path |
GTM transformation's API relative path. |
accountId |
GTM Account ID. |
containerId |
GTM Container ID. |
workspaceId |
GTM Workspace ID. |
transformationId |
The Transformation ID uniquely identifies the GTM transformation. |
name |
Transformation display name. |
type |
Transformation type. |
parameter[] |
The transformation's parameters. |
fingerprint |
The fingerprint of the GTM Transformation as computed at storage time. This value is recomputed whenever the transformation is modified. |
tagManagerUrl |
Auto generated link to the tag manager UI |
parentFolderId |
Parent folder id. |
notes |
User notes on how to apply this transformation in the container. |
Methods |
|
---|---|
|
Creates a GTM Transformation. |
|
Deletes a GTM Transformation. |
|
Gets a GTM Transformation. |
|
Lists all GTM Transformations of a GTM container workspace. |
|
Reverts changes to a GTM Transformation in a GTM Workspace. |
|
Updates a GTM Transformation. |