Page Summary
-
A Connected Site Tag configuration is defined by a JSON object with
displayNameandtagIdfields. -
The
displayNamefield is a required string representing the user-provided name for the tag, limited to 256 characters. -
The
tagIdfield is a required string that specifies the Measurement ID (G-ID) to which events are forwarded.
Configuration for a specific Connected Site Tag.
| JSON representation |
|---|
{ "displayName": string, "tagId": string } |
| Fields | |
|---|---|
displayName |
Required. User-provided display name for the connected site tag. Must be less than 256 characters. |
tagId |
Required. "Tag ID to forward events to. Also known as the Measurement ID, or the "G-ID" (For example: G-12345). |