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"]],[["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-09 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."]]],[]]