Reference documentation and code samples for the Google Ads Data Manager V1 Client class MobileIdInfo.
Additional information when MOBILE_ID is one of the upload_key_types.
Generated from protobuf message google.ads.datamanager.v1.MobileIdInfo
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ data_source_type |
int
Optional. Immutable. Source of the upload data. |
↳ key_space |
int
Required. Immutable. The key space of mobile IDs. |
↳ app_id |
string
Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected. |
getDataSourceType
Optional. Immutable. Source of the upload data.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasDataSourceType
clearDataSourceType
setDataSourceType
Optional. Immutable. Source of the upload data.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getKeySpace
Required. Immutable. The key space of mobile IDs.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasKeySpace
clearKeySpace
setKeySpace
Required. Immutable. The key space of mobile IDs.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAppId
Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasAppId
clearAppId
setAppId
Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|