Google Ads Data Manager V1 Client - Class IngestCompositeDataStatus (0.5.0)

Reference documentation and code samples for the Google Ads Data Manager V1 Client class IngestCompositeDataStatus.

The status of the composite data ingestion to the destination containing stats related to the ingestion.

Generated from protobuf message google.ads.datamanager.v1.RequestStatusPerDestination.IngestCompositeDataStatus

Namespace

Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestination

Methods

__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.

↳ data_type_counts array<DataTypeCount>

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

↳ upload_match_rate_range int

The match rate range of the upload.

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

getDataTypeCounts

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

Returns
Type Description
Google\Protobuf\RepeatedField<DataTypeCount>

setDataTypeCounts

The total count of data types sent in the upload request for the destination, broken down by data type. Includes all data types in the request, regardless of whether they were successfully ingested or not.

Parameter
Name Description
var array<DataTypeCount>
Returns
Type Description
$this

getUploadMatchRateRange

The match rate range of the upload.

Returns
Type Description
int Enum of type MatchRateRange.

setUploadMatchRateRange

The match rate range of the upload.

Parameter
Name Description
var int

Enum of type MatchRateRange.

Returns
Type Description
$this