[[["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-15 UTC."],[[["This webpage details the `AdUnitName.Builder` class, which is used to construct ad unit names within the Google Ad Manager API, specifically for networks in the format `{network_code}/adUnits/{ad_unit}`."],["The `AdUnitName.Builder` class inherits from `java.lang.Object`, providing access to common object methods like `clone()`, `equals()`, and `toString()`."],["The Builder class includes a protected constructor `Builder()`, and public methods `build()`, `getAdUnit()`, `getNetworkCode()`, `setAdUnit(String adUnit)`, and `setNetworkCode(String networkCode)`."],["The page offers a version history for the `AdUnitName.Builder`, with links ranging from the latest version (0.19.0) down to the 0.1.0 version."],["`setAdUnit()` and `setNetworkCode()` methods are available to respectively set the name and the network code for the ad unit name, both taking a string as input and returning a `AdUnitName.Builder` instance."]]],[]]