Reference documentation and code samples for the Google Ads Ad Manager V1 Client class FirstPartyMobileApplicationTargeting.
First-party mobile application targeting.
Generated from protobuf message google.ads.admanager.v1.FirstPartyMobileApplicationTargeting
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ targeted_applications |
array
Optional. The resource names of the first-party applications that should be targeted. |
↳ excluded_applications |
array
Optional. The resource names of the first-party applications that should be excluded. |
getTargetedApplications
Optional. The resource names of the first-party applications that should be targeted.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setTargetedApplications
Optional. The resource names of the first-party applications that should be targeted.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getExcludedApplications
Optional. The resource names of the first-party applications that should be excluded.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setExcludedApplications
Optional. The resource names of the first-party applications that should be excluded.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|