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, specifically within version 0.30.0 and below, with the latest version being 0.70.0."],["The `AdSenseLink` class, which is found under the package `com.google.analytics.admin.v1alpha`, represents a link between a Google Analytics 4 (GA4) property and an AdSense for Content ad client."],["The page details the inheritance and implemented interfaces of the `AdSenseLink` class, showing its lineage from `Object` to `GeneratedMessageV3` and the `AdSenseLinkOrBuilder` interface."],["Static methods for creating instances, parsing data, and retrieving descriptors for `AdSenseLink`, such as `getDefaultInstance()`, `parseFrom()`, `getDescriptor()`, and `newBuilder()`, are defined and described in detail."],["The class contains methods to manage the link's attributes like `name` and `adClientCode`, including `getAdClientCode()`, `getNameBytes()`, and corresponding methods to return `ByteString` values."]]],[]]