type Network (v202411)

  • 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

id

xsd:long

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.

secondaryCurrencyCodes

xsd:string[]

Currencies that can be used as an alternative to the Network.currencyCode for trafficking line items.

effectiveRootAdUnitId

xsd:string

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.