Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202402.Network Class Reference

More...

Properties

long id [get, set]
 The unique ID of the More...
 
bool idSpecified [get, set]
 
string displayName [get, set]
 The display name of the network. More...
 
string networkCode [get, set]
 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. More...
 
string propertyCode [get, set]
 The property code. This field is read-only. More...
 
string timeZone [get, set]
 The time zone associated with the delivery of orders and reporting. This field is read-only. More...
 
string currencyCode [get, set]
 The primary currency code. This field is read-only. More...
 
string[] secondaryCurrencyCodes [get, set]
 Currencies that can be used as an alternative to the Network::currencyCode for trafficking line items. More...
 
string effectiveRootAdUnitId [get, set]
 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. More...
 
bool isTest [get, set]
 Whether this is a test network. This field is read-only. More...
 
bool isTestSpecified [get, set]
 

Detailed Description

Network represents a network.

Property Documentation

string Google.Api.Ads.AdManager.v202402.Network.currencyCode
getset

The primary currency code. This field is read-only.

string Google.Api.Ads.AdManager.v202402.Network.displayName
getset

The display name of the network.

string Google.Api.Ads.AdManager.v202402.Network.effectiveRootAdUnitId
getset

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.

long Google.Api.Ads.AdManager.v202402.Network.id
getset

The unique ID of the

Network. This value is readonly and is assigned by Google.

bool Google.Api.Ads.AdManager.v202402.Network.idSpecified
getset

true, if a value is specified for id, false otherwise.

bool Google.Api.Ads.AdManager.v202402.Network.isTest
getset

Whether this is a test network. This field is read-only.

bool Google.Api.Ads.AdManager.v202402.Network.isTestSpecified
getset

true, if a value is specified for isTest, false otherwise.

string Google.Api.Ads.AdManager.v202402.Network.networkCode
getset

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.

string Google.Api.Ads.AdManager.v202402.Network.propertyCode
getset

The property code. This field is read-only.

string [] Google.Api.Ads.AdManager.v202402.Network.secondaryCurrencyCodes
getset

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

string Google.Api.Ads.AdManager.v202402.Network.timeZone
getset

The time zone associated with the delivery of orders and reporting. This field is read-only.


The documentation for this class was generated from the following file: