REST Resource: accounts.containers.workspaces.gtag_config

Resource: GtagConfig

Represents a Google tag configuration.

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

string

Google tag config's API relative path.

accountId

string

Google tag account ID.

containerId

string

Google tag container ID.

workspaceId

string

Google tag workspace ID. Only used by GTM containers. Set to 0 otherwise.

gtagConfigId

string

The ID uniquely identifies the Google tag config.

type

string

Google tag config type.

parameter[]

object (Parameter)

The Google tag config's parameters.

fingerprint

string

The fingerprint of the Google tag config as computed at storage time. This value is recomputed whenever the config is modified.

tagManagerUrl

string

Auto generated link to the tag manager UI

Methods

create

Creates a Google tag config.

delete

Deletes a Google tag config.

get

Gets a Google tag config.

list

Lists all Google tag configs in a Container.

update

Updates a Google tag config.