The unique ID of the Network. This value is readonly and is assigned by Google.
displayName
xsd:string
The display name of the network.
networkCode
xsd:string
The network code. If the current login has access to multiple networks, then the network code
must be provided in the SOAP request headers for all requests. Otherwise, it is optional to
provide the network code in the SOAP headers. This field is read-only.
propertyCode
xsd:string
The property code. This field is read-only.
timeZone
xsd:string
The time zone associated with the delivery of orders and reporting. This field is read-only.
currencyCode
xsd:string
The primary currency code. This field is read-only.
The AdUnit.id of the top most ad unit to which descendant ad units can be added. Should
be used for the AdUnit.parentId when first building inventory hierarchy. This field is
read-only.
isTest
xsd:boolean
Whether this is a test network. This field is read-only.
[[["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-06 UTC."],[],["The `NetworkService` offers methods to manage networks, including `getAllNetworks()`, `getCurrentNetwork()`, `makeTestNetwork()`, and `updateNetwork()`. A `Network` object has properties like `id`, `displayName`, `networkCode`, `propertyCode`, `timeZone`, `currencyCode`, and `secondaryCurrencyCodes`. Other properties include `effectiveRootAdUnitId` for hierarchy and `isTest` to check if it's a test network. The `Network` fields are mostly read-only, assigned by Google, except for `displayName`.\n"],null,["# type Network (v202502)\n\n**Service** \n**NetworkService** **Dependencies** \n[getAllNetworks()](/ad-manager/api/reference/v202502/NetworkService#getAllNetworks) [getCurrentNetwork()](/ad-manager/api/reference/v202502/NetworkService#getCurrentNetwork) [makeTestNetwork()](/ad-manager/api/reference/v202502/NetworkService#makeTestNetwork) [updateNetwork()](/ad-manager/api/reference/v202502/NetworkService#updateNetwork) \n▼\n**Network**\n\n\n`Network` represents a network.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202502`\n\n| Field ----- ||\n|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `id` | ` `xsd:`long` The unique ID of the `Network`. This value is readonly and is assigned by Google. |\n| ### `displayName` | ` `xsd:`string` The display name of the network. |\n| ### `networkCode` | ` `xsd:`string` The network code. If the current login has access to multiple networks, then the network code must be provided in the SOAP request headers for all requests. Otherwise, it is optional to provide the network code in the SOAP headers. This field is read-only. |\n| ### `propertyCode` | ` `xsd:`string` The property code. This field is read-only. |\n| ### `timeZone` | ` `xsd:`string` The time zone associated with the delivery of orders and reporting. This field is read-only. |\n| ### `currencyCode` | ` `xsd:`string` The primary currency code. This field is read-only. |\n| ### `secondaryCurrencyCodes` | ` `xsd:`string[]` Currencies that can be used as an alternative to the [Network.currencyCode](/ad-manager/api/reference/v202502/NetworkService.Network#currencyCode) for trafficking [line items](/ad-manager/api/reference/v202502/ForecastService.LineItem). |\n| ### `effectiveRootAdUnitId` | ` `xsd:`string` The [AdUnit.id](/ad-manager/api/reference/v202502/InventoryService.AdUnit#id) of the top most ad unit to which descendant ad units can be added. Should be used for the [AdUnit.parentId](/ad-manager/api/reference/v202502/InventoryService.AdUnit#parentId) when first building inventory hierarchy. This field is read-only. |\n| ### `isTest` | ` `xsd:`boolean` Whether this is a test network. This field is read-only. |"]]