REST Resource: accounts.containers.workspaces.gtag_config

リソース: GtagConfig

Google タグの設定を表します。

JSON 表現
{
  "path": string,
  "accountId": string,
  "containerId": string,
  "workspaceId": string,
  "gtagConfigId": string,
  "type": string,
  "parameter": [
    {
      object (Parameter)
    }
  ],
  "fingerprint": string,
  "tagManagerUrl": string
}
フィールド
path

string

Google タグ設定の API 相対パス。

accountId

string

Google タグ アカウント ID。

containerId

string

Google タグコンテナ ID。

workspaceId

string

Google タグ ワークスペース ID。GTM コンテナでのみ使用されます。それ以外の場合は 0 に設定します。

gtagConfigId

string

Google タグ設定を一意に識別する ID。

type

string

Google タグの設定タイプ。

parameter[]

object (Parameter)

Google タグ設定のパラメータ。

fingerprint

string

保存時に計算された Google タグ設定のフィンガープリント。この値は、構成が変更されるたびに再計算されます。

tagManagerUrl

string

タグ マネージャーの管理画面への自動生成リンク。

メソッド

create

Google タグ設定を作成します。

delete

Google タグの設定を削除します。

get

Google タグの設定を取得します。

list

コンテナ内のすべての Google タグ設定を一覧表示します。

update

Google タグの設定を更新します。