AI-generated Key Takeaways
-
The Network resource represents a collection of ad inventory, settings, and users, identified by a unique network code.
-
Networks have properties like display name, time zone, currency, and a link to the root ad unit.
-
You can retrieve information about a specific network or list all networks accessible to the current user via the provided API methods.
-
Networks can be designated as test networks for experimentation purposes.
Resource: Network
The Network resource.
JSON representation |
---|
{ "name": string, "displayName": string, "networkCode": string, "propertyCode": string, "timeZone": string, "currencyCode": string, "secondaryCurrencyCodes": [ string ], "effectiveRootAdUnit": string, "testNetwork": boolean, "networkId": string } |
Fields | |
---|---|
name |
Identifier. The resource name of the Network. Format: networks/{networkCode} |
displayName |
Optional. Display name for Network. |
networkCode |
Output only. Network Code. |
propertyCode |
Output only. Property code. |
timeZone |
Output only. Time zone associated with the delivery of orders and reporting. |
currencyCode |
Output only. Primary currency code, in ISO-4217 format. |
secondaryCurrencyCodes[] |
Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items. |
effectiveRootAdUnit |
Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{networkCode}/adUnits/{adUnit} |
testNetwork |
Output only. Whether this is a test network. |
networkId |
Output only. Network ID. |
Methods |
|
---|---|
|
API to retrieve a Network object. |
|
API to retrieve all the networks the current user has access to. |