Google Ads Data Manager V1 Client - Class RemovePpidDataStatus (0.6.0)

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

The status of the ppid data removal from the destination.

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

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 removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.

↳ ppid_count int|string

The total count of ppids sent in the removal request. Includes all ppids in the request, regardless of whether they were successfully removed or not.

getRecordCount

The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.

Returns
Type Description
int|string

setRecordCount

The total count of audience members sent in the removal request. Includes all audience members in the request, regardless of whether they were successfully removed or not.

Parameter
Name Description
var int|string
Returns
Type Description
$this

getPpidCount

The total count of ppids sent in the removal request. Includes all ppids in the request, regardless of whether they were successfully removed or not.

Returns
Type Description
int|string

setPpidCount

The total count of ppids sent in the removal request. Includes all ppids in the request, regardless of whether they were successfully removed or not.

Parameter
Name Description
var int|string
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年07月31日 UTC.