[[["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-20 UTC."],[[["\u003cp\u003eThe Network resource represents a collection of ad inventory, settings, and users, identified by a unique network code.\u003c/p\u003e\n"],["\u003cp\u003eNetworks have properties like display name, time zone, currency, and a link to the root ad unit.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve information about a specific network or list all networks accessible to the current user via the provided API methods.\u003c/p\u003e\n"],["\u003cp\u003eNetworks can be designated as test networks for experimentation purposes.\u003c/p\u003e\n"]]],["The content defines a \"Network\" resource, represented in JSON format with fields like `name`, `displayName`, `networkCode`, `propertyCode`, `timeZone`, `currencyCode`, `secondaryCurrencyCodes`, `effectiveRootAdUnit`, `testNetwork`, and `networkId`. Key actions include retrieving a single Network object via a \"get\" method or listing all accessible networks via a \"list\" method. The `networkCode` is a core identifier for each `network` and the output information can be retrieved with the API.\n"],null,["# REST Resource: networks\n\n- [Resource: Network](#Network)\n - [JSON representation](#Network.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Network\n-----------------\n\nThe Network resource.\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"networkCode\": string, \"propertyCode\": string, \"timeZone\": string, \"currencyCode\": string, \"secondaryCurrencyCodes\": [ string ], \"effectiveRootAdUnit\": string, \"testNetwork\": boolean, \"networkId\": string } ``` |\n\n| Fields ||\n|----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the Network. Format: networks/{networkCode} |\n| `displayName` | `string` Optional. Display name for Network. |\n| `networkCode` | `string` Output only. Network Code. |\n| `propertyCode` | `string` Output only. Property code. |\n| `timeZone` | `string` Output only. Time zone associated with the delivery of orders and reporting. |\n| `currencyCode` | `string` Output only. Primary currency code, in ISO-4217 format. |\n| `secondaryCurrencyCodes[]` | `string` Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items. |\n| `effectiveRootAdUnit` | `string` Output only. Top most [Ad Unit](/ad-manager/api/beta/reference/rest/v1/google.ads.admanager.v1.AdUnit) to which descendant Ad Units can be added. Format: networks/{networkCode}/adUnits/{adUnit} |\n| `testNetwork` | `boolean` Output only. Whether this is a test network. |\n| `networkId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Network ID. |\n\n| Methods ------- ||\n|------------------------------------------------------------------|------------------------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks/get) | API to retrieve a Network object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks/list) | API to retrieve all the networks the current user has access to. |"]]