Reference documentation and code samples for the Google Ads Data Manager V1 Client class MobileData.
Mobile IDs for the audience. At least one mobile ID is required.
Generated from protobuf message google.ads.datamanager.v1.MobileData
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mobile_ids |
array
Required. The list of mobile device IDs (advertising ID/IDFA). At most 10 |
getMobileIds
Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single
AudienceMember.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setMobileIds
Required. The list of mobile device IDs (advertising ID/IDFA). At most 10
mobileIds can be provided in a single
AudienceMember.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|