REST Resource: accounts.containers.workspaces.gtag_config

Ressource: GtagConfig

Stellt eine Google-Tag-Konfiguration dar.

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

string

Der relative API-Pfad der Google-Tag-Konfiguration.

accountId

string

Google-Tag-Konto-ID.

containerId

string

Google-Tag-Container-ID.

workspaceId

string

ID des Google-Tag-Arbeitsbereichs. Wird nur von GTM-Containern verwendet. Andernfalls auf 0 setzen.

gtagConfigId

string

Die ID identifiziert die Google-Tag-Konfiguration eindeutig.

type

string

Konfigurationstyp des Google-Tags.

parameter[]

object (Parameter)

Die Parameter der Google-Tag-Konfiguration.

fingerprint

string

Der Fingerabdruck der Google-Tag-Konfiguration, wie er zum Zeitpunkt der Speicherung berechnet wurde. Dieser Wert wird jedes Mal neu berechnet, wenn die Konfiguration geändert wird.

tagManagerUrl

string

Automatisch generierter Link zur Tag Manager-Benutzeroberfläche

Methoden

create

Erstellt eine Google-Tag-Konfiguration.

delete

Löscht eine Google-Tag-Konfiguration.

get

Ruft eine Google-Tag-Konfiguration ab.

list

Listet alle Google-Tag-Konfigurationen in einem Container auf.

update

Aktualisiert die Konfiguration eines Google-Tags.