REST Resource: accounts.containers.workspaces.transformations

Zasób: Transformation

Reprezentuje transformację w Menedżerze tagów Google.

Zapis JSON
{
  "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
}
Pola
path

string

Ścieżka względna interfejsu API przekształcenia w Menedżerze tagów Google.

accountId

string

Identyfikator konta Menedżera tagów Google.

containerId

string

Identyfikator kontenera GTM.

workspaceId

string

Identyfikator obszaru roboczego Menedżera tagów Google.

transformationId

string

Identyfikator przekształcenia jednoznacznie identyfikuje przekształcenie GTM.

name

string

Wyświetlana nazwa przekształcenia.

type

string

Typ przekształcenia.

parameter[]

object (Parameter)

Parametry przekształcenia.

fingerprint

string

Odcisk palca transformacji GTM obliczonego w momencie zapisu. Ta wartość jest ponownie obliczana po każdej zmianie przekształcenia.

tagManagerUrl

string

Automatycznie wygenerowany link do interfejsu Menedżera tagów

parentFolderId

string

Identyfikator folderu nadrzędnego.

notes

string

Uwagi użytkownika dotyczące stosowania tej przekształcenia w kontenerze.

Metody

create

Tworzy przekształcenie GTM.

delete

Usuwa przekształcenie w Menedżerze tagów Google.

get

Pobiera transformację GTM.

list

Lista wszystkich przekształceń GTM w obszarze roboczym kontenera GTM.

revert

Przywraca zmiany w konfiguracji GTM w Google Workspace.

update

Aktualizuje przekształcenie GTM.