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.
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.
int
hasDataSourceType
clearDataSourceType
setDataSourceType
Optional. Immutable. Source of the upload data.
var
int
$this
getKeySpace
Required. Immutable. The key space of mobile IDs.
int
hasKeySpace
clearKeySpace
setKeySpace
Required. Immutable. The key space of mobile IDs.
var
int
$this
getAppId
Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.
string
hasAppId
clearAppId
setAppId
Required. Immutable. A string that uniquely identifies a mobile application from which the data was collected.
var
string
$this

