Resource: GtagConfig
Represents a Google tag configuration.
JSON representation |
---|
{
"path": string,
"accountId": string,
"containerId": string,
"workspaceId": string,
"gtagConfigId": string,
"type": string,
"parameter": [
{
object ( |
Fields | |
---|---|
path |
Google tag config's API relative path. |
accountId |
Google tag account ID. |
containerId |
Google tag container ID. |
workspaceId |
Google tag workspace ID. Only used by GTM containers. Set to 0 otherwise. |
gtagConfigId |
The ID uniquely identifies the Google tag config. |
type |
Google tag config type. |
parameter[] |
The Google tag config's parameters. |
fingerprint |
The fingerprint of the Google tag config as computed at storage time. This value is recomputed whenever the config is modified. |
tagManagerUrl |
Auto generated link to the tag manager UI |
Methods |
|
---|---|
|
Creates a Google tag config. |
|
Deletes a Google tag config. |
|
Gets a Google tag config. |
|
Lists all Google tag configs in a Container. |
|
Updates a Google tag config. |