AI-generated Key Takeaways
-
Network
objects represent a network within Google Ad Manager and contain identifying information like ID, display name, and network code. -
Key properties of a
Network
include its time zone, currency codes, and a designated root ad unit for inventory hierarchy. -
Network
objects are largely read-only, with assigned values such as ID, network code, and property code determined by Google Ad Manager. -
Networks can be test networks, indicated by the
isTest
property, and can have secondary currency codes for trafficking line items.
Network
represents a network.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
|
The unique ID of the |
|
The display name of the network. |
|
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. |
|
The property code. This field is read-only. |
|
The time zone associated with the delivery of orders and reporting. This field is read-only. |
|
The primary currency code. This field is read-only. |
|
Currencies that can be used as an alternative to the Network.currencyCode for trafficking line items. |
|
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. |
|
Whether this is a test network. This field is read-only. |