REST Resource: networks

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

string

Identifier. The resource name of the Network. Format: networks/{networkCode}

displayName

string

Optional. Display name for Network.

networkCode

string

Output only. Network Code.

propertyCode

string

Output only. Property code.

timeZone

string

Output only. Time zone associated with the delivery of orders and reporting.

currencyCode

string

Output only. Primary currency code, in ISO-4217 format.

secondaryCurrencyCodes[]

string

Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.

effectiveRootAdUnit

string

Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{networkCode}/adUnit/{adUnitId}

testNetwork

boolean

Output only. Whether this is a test network.

networkId

string (int64 format)

Output only. Network ID.

Methods

get

API to retrieve a Network object.

list

API to retrieve all the networks the current user has access to.