[[["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 page provides documentation for the `AdSenseLinkName.Builder` class within the Google Analytics Admin API for Java, covering versions from 0.14.0 up to the latest 0.70.0."],["The `AdSenseLinkName.Builder` class is used to construct instances of `AdSenseLinkName`, which represents a link between a Google Analytics property and AdSense."],["The builder class inherits methods from the base Java `Object` class, such as `clone()`, `equals()`, and `hashCode()`, among others, but they are not the builders own methods."],["The builder class offers methods to set the `adsenseLink` and `property`, as well as retrieve the same information, through the use of the `setAdsenseLink()`, `setProperty()`, `getAdsenseLink()` and `getProperty()` methods, which are all relevant to building the AdSense link."],["The `build()` method, is essential to creating a fully formed `AdSenseLinkName` object, which returns an instance of said object."]]],[]]