REST Resource: accounts.containers.workspaces.gtag_config

Zasób: GtagConfig

Reprezentuje konfigurację tagu Google.

Zapis JSON
{
  "path": string,
  "accountId": string,
  "containerId": string,
  "workspaceId": string,
  "gtagConfigId": string,
  "type": string,
  "parameter": [
    {
      object (Parameter)
    }
  ],
  "fingerprint": string,
  "tagManagerUrl": string
}
Pola
path

string

Ścieżka względna interfejsu API w konfiguracji tagu Google.

accountId

string

Identyfikator konta tagu Google.

containerId

string

Identyfikator kontenera tagów Google.

workspaceId

string

Identyfikator obszaru roboczego tagu Google Używany tylko przez kontenery Menedżera tagów Google. W przeciwnym razie ustaw wartość 0.

gtagConfigId

string

Identyfikator jednoznacznie identyfikuje konfigurację tagu Google.

type

string

Typ konfiguracji tagu Google.

parameter[]

object (Parameter)

Parametry konfiguracji tagu Google.

fingerprint

string

Odcisk palca konfiguracji tagu Google obliczony w momencie zapisu. Ta wartość jest ponownie obliczana po każdej zmianie konfiguracji.

tagManagerUrl

string

Automatycznie wygenerowany link do interfejsu Menedżera tagów

Metody

create

Tworzy konfigurację tagu Google.

delete

Usuwa konfigurację tagu Google.

get

Pobiera konfigurację tagu Google.

list

Wyświetla listę wszystkich konfiguracji tagów Google w kontenerze.

update

Aktualizuje konfigurację tagu Google.