Reference documentation and code samples for the Google Ads Ad Manager V1 Client class DeviceManufacturerTargeting.
Device Manufacturer Targeting.
Can be used to target/exclude users on devices made by specific brands or companies, such as Apple, Google, Samsung and others. For more information, see https://support.google.com/admanager/answer/2884033 ("Targeting types > Device manufacturer").
Generated from protobuf message google.ads.admanager.v1.DeviceManufacturerTargeting
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ targeted_device_manufacturers
array
Optional. A list of device manufacturer resource names that should be targeted/included.
↳ excluded_device_manufacturers
array
Optional. A list of device manufacturer resource names that should be excluded.
↳ targeted_mobile_devices
array
Optional. A list of mobile device resource names that should be targeted/included.
↳ excluded_mobile_devices
array
Optional. A list of mobile device resource names that should be excluded.
↳ targeted_mobile_device_submodels
array
Optional. A list of mobile device submodel resource names that should be targeted/included.
↳ excluded_mobile_device_submodels
array
Optional. A list of mobile device submodel resource names that should be excluded.
getTargetedDeviceManufacturers
Optional. A list of device manufacturer resource names that should be targeted/included.
setTargetedDeviceManufacturers
Optional. A list of device manufacturer resource names that should be targeted/included.
var
string[]
$this
getExcludedDeviceManufacturers
Optional. A list of device manufacturer resource names that should be excluded.
setExcludedDeviceManufacturers
Optional. A list of device manufacturer resource names that should be excluded.
var
string[]
$this
getTargetedMobileDevices
Optional. A list of mobile device resource names that should be targeted/included.
setTargetedMobileDevices
Optional. A list of mobile device resource names that should be targeted/included.
var
string[]
$this
getExcludedMobileDevices
Optional. A list of mobile device resource names that should be excluded.
setExcludedMobileDevices
Optional. A list of mobile device resource names that should be excluded.
var
string[]
$this
getTargetedMobileDeviceSubmodels
Optional. A list of mobile device submodel resource names that should be targeted/included.
setTargetedMobileDeviceSubmodels
Optional. A list of mobile device submodel resource names that should be targeted/included.
var
string[]
$this
getExcludedMobileDeviceSubmodels
Optional. A list of mobile device submodel resource names that should be excluded.
setExcludedMobileDeviceSubmodels
Optional. A list of mobile device submodel resource names that should be excluded.
var
string[]
$this

