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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 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."]]],[]]