NAME
Google::Ads::AdWords::v201109::NetworkSetting
DESCRIPTION
Perl data type class for the XML Schema defined complexType NetworkSetting from the namespace https://adwords.google.com/api/adwords/cm/v201109.
Network settings for a Campaign. <p class="caution"><b>Note:</b> Setting {@code targetContentContextual} for new campaigns or existing campaigns that have enabled Flexible Reach ({@code TargetRestrictSetting.useAdGroup=true}) will fail with {@code TargetError.CANNOT_MODIFY_CONTENT_CONTEXTUAL}.</p>
PROPERTIES
The following properties may be accessed using get_PROPERTY / set_PROPERTY methods:
targetGoogleSearch
targetSearchNetwork
targetContentNetwork
targetContentContextual
targetPartnerSearchNetwork
METHODS
new
Constructor. The following data structure may be passed to new():
{ # Google::Ads::AdWords::v201109::NetworkSetting
targetGoogleSearch => $some_value, # boolean
targetSearchNetwork => $some_value, # boolean
targetContentNetwork => $some_value, # boolean
targetContentContextual => $some_value, # boolean
targetPartnerSearchNetwork => $some_value, # boolean
},
AUTHOR
Generated by SOAP::WSDL