Reference documentation and code samples for the Google Ads Ad Manager V1 Client class WebProperty.
Represents a web property.
Generated from protobuf message google.ads.admanager.v1.WebProperty
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the WebProperty. Format: networks/{network_code}/webProperties/{web_property_code}
↳ web_property_code
string
Required. The WebProperty
code.
↳ product_type
int
Required. The ExchangeSyndicationProduct associated with this WebProperty.
↳ web_property_id
int|string
Optional. The WebProperty
ID.
getName
Identifier. The resource name of the WebProperty.
Format: networks/{network_code}/webProperties/{web_property_code}
string
setName
Identifier. The resource name of the WebProperty.
Format: networks/{network_code}/webProperties/{web_property_code}
var
string
$this
getWebPropertyCode
Required. The WebProperty
code.
string
setWebPropertyCode
Required. The WebProperty
code.
var
string
$this
getProductType
Required. The ExchangeSyndicationProduct associated with this WebProperty.
setProductType
Required. The ExchangeSyndicationProduct associated with this WebProperty.
$this
getWebPropertyId
Optional. The WebProperty
ID.
int|string
setWebPropertyId
Optional. The WebProperty
ID.
var
int|string
$this

