Reference documentation and code samples for the Google Ads Data Manager V1 Client class IngestPairDataStatus.
The status of the pair data ingestion to the destination containing stats related to the ingestion.
Generated from protobuf message google.ads.datamanager.v1.RequestStatusPerDestination.IngestPairDataStatus
Namespace
Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestinationMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ record_count |
int|string
The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not. |
↳ pair_id_count |
int|string
The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not. |
getRecordCount
The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setRecordCount
The total count of audience members sent in the upload request for the destination. Includes all audience members in the request, regardless of whether they were successfully ingested or not.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPairIdCount
The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setPairIdCount
The total count of pair ids sent in the upload request for the destination. Includes all pair ids in the request, regardless of whether they were successfully ingested or not.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|