Reference documentation and code samples for the Google Ads Data Manager V1 Client class IngestAudienceMembersStatus.
The status of the ingest audience members request.
Generated from protobuf message google.ads.datamanager.v1.RequestStatusPerDestination.IngestAudienceMembersStatus
Namespace
Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestinationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_data_ingestion_status |
IngestUserDataStatus
The status of the user data ingestion to the destination. |
↳ mobile_data_ingestion_status |
IngestMobileDataStatus
The status of the mobile data ingestion to the destination. |
↳ pair_data_ingestion_status |
IngestPairDataStatus
The status of the pair data ingestion to the destination. |
getUserDataIngestionStatus
The status of the user data ingestion to the destination.
| Returns | |
|---|---|
| Type | Description |
IngestUserDataStatus|null |
|
hasUserDataIngestionStatus
setUserDataIngestionStatus
The status of the user data ingestion to the destination.
| Parameter | |
|---|---|
| Name | Description |
var |
IngestUserDataStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getMobileDataIngestionStatus
The status of the mobile data ingestion to the destination.
| Returns | |
|---|---|
| Type | Description |
IngestMobileDataStatus|null |
|
hasMobileDataIngestionStatus
setMobileDataIngestionStatus
The status of the mobile data ingestion to the destination.
| Parameter | |
|---|---|
| Name | Description |
var |
IngestMobileDataStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPairDataIngestionStatus
The status of the pair data ingestion to the destination.
| Returns | |
|---|---|
| Type | Description |
IngestPairDataStatus|null |
|
hasPairDataIngestionStatus
setPairDataIngestionStatus
The status of the pair data ingestion to the destination.
| Parameter | |
|---|---|
| Name | Description |
var |
IngestPairDataStatus
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getStatus
| Returns | |
|---|---|
| Type | Description |
string |
|