REST Resource: accounts.containers.workspaces.transformations

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 (Parameter)
    }
  ],
  "fingerprint": string,
  "tagManagerUrl": string,
  "parentFolderId": string,
  "notes": string
}
Fields
path

string

GTM transformation's API relative path.

accountId

string

GTM Account ID.

containerId

string

GTM Container ID.

workspaceId

string

GTM Workspace ID.

transformationId

string

The Transformation ID uniquely identifies the GTM transformation.

name

string

Transformation display name.

type

string

Transformation type.

parameter[]

object (Parameter)

The transformation's parameters.

fingerprint

string

The fingerprint of the GTM Transformation as computed at storage time. This value is recomputed whenever the transformation is modified.

tagManagerUrl

string

Auto generated link to the tag manager UI

parentFolderId

string

Parent folder id.

notes

string

User notes on how to apply this transformation in the container.

Methods

create

Creates a GTM Transformation.

delete

Deletes a GTM Transformation.

get

Gets a GTM Transformation.

list

Lists all GTM Transformations of a GTM container workspace.

revert

Reverts changes to a GTM Transformation in a GTM Workspace.

update

Updates a GTM Transformation.