Output only. Resource name for this GlobalSiteTag resource.
Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag
Example: "properties/123/dataStreams/456/globalSiteTag"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. Resource name for this GlobalSiteTag resource.
Format: properties/{property_id}/dataStreams/{stream_id}/globalSiteTag
Example: "properties/123/dataStreams/456/globalSiteTag"
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the Google Analytics Admin Java library is 0.70.0, with numerous previous versions available, starting from 0.14.0."],["The `GlobalSiteTag` class is a read-only resource used for sending website data to a DataStream, and it's specifically for web DataStream resources."],["The `GlobalSiteTag` class, found within the `com.google.analytics.admin.v1alpha` package, extends `GeneratedMessageV3` and implements `GlobalSiteTagOrBuilder`."],["The class provides methods to access the name and the JavaScript code snippet (immutable) required for website data measurement, retrievable through `getName()` and `getSnippet()`, respectively."],["The `GlobalSiteTag` class offers static methods for parsing and obtaining instances, such as `getDefaultInstance()`, `parseFrom()`, and `newBuilder()`, facilitating its usage."]]],[]]