Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Output only. The resource name for this AdSense Link resource.
Format: properties/{propertyId}/adSenseLinks/{linkId}
Example: properties/1234/adSenseLinks/6789
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."],[[["This webpage provides documentation for the `AdSenseLink` class within the Google Analytics Admin API's Java client library, specifically for version 0.28.0, with links to documentation for versions up to the latest, 0.70.0."],["The `AdSenseLink` class, which implements the `AdSenseLinkOrBuilder` interface, represents a link between a GA4 Property and an AdSense for Content ad client, using a Protobuf type, `google.analytics.admin.v1alpha.AdSenseLink`."],["It inherits from `GeneratedMessageV3` and provides methods to manage and retrieve information about the link, including the AdSense ad client code (like \"ca-pub-1234567890\") and the link's resource name (e.g., properties/1234/adSenseLinks/6789)."],["The content includes numerous inherited methods from various parent classes, like `AbstractMessage`, `AbstractMessageLite`, and `GeneratedMessageV3`, that cover functionalities like parsing, serialization, and management of the class's fields."],["The documentation displays 2 static field values, `AD_CLIENT_CODE_FIELD_NUMBER` and `NAME_FIELD_NUMBER`, and a comprehensive array of static methods, such as parsing and creating new instances."]]],[]]