Reference documentation and code samples for the Google Ads Ad Manager V1 Client class MobileCarrierTargeting.
Mobile Carrier Targeting.
Can be used to target/exclude a variety of mobile carriers, such as AT&T, Verizon, or T-Mobile.
Generated from protobuf message google.ads.admanager.v1.MobileCarrierTargeting
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ targeted_mobile_carriers |
array
Optional. A list of mobile carrier resource names that should be targeted/included. |
↳ excluded_mobile_carriers |
array
Optional. A list of mobile carrier resource names that should be excluded. |
getTargetedMobileCarriers
Optional. A list of mobile carrier resource names that should be targeted/included.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTargetedMobileCarriers
Optional. A list of mobile carrier resource names that should be targeted/included.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExcludedMobileCarriers
Optional. A list of mobile carrier resource names that should be excluded.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExcludedMobileCarriers
Optional. A list of mobile carrier resource names that should be excluded.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|