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 page provides documentation for the `AdSenseLink` class within the Google Analytics Admin API's Java client library, specifically for version 0.45.0, with links to documentation for versions ranging from 0.14.0 to 0.70.0."],["The `AdSenseLink` class represents a link between a Google Analytics 4 (GA4) property and an AdSense for Content ad client, enabling the linking of the two services."],["The `AdSenseLink` class extends `GeneratedMessageV3` and implements `AdSenseLinkOrBuilder`, inheriting various methods for managing and interacting with protocol buffer messages, including methods for parsing and serialization."],["The class has two main fields, `name` and `ad_client_code`, where the former is output only and the latter is immutable."],["There are many static methods available for constructing and parsing the AdSenseLink object, including multiple `parseFrom()` methods, `newBuilder()`, and `getDefaultInstance()`."]]],[]]