Class RequestStatusPerDestination.Types.IngestPpidDataStatus
The status of the ppid data ingestion to the destination containing stats related to the ingestion.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination.Types.IngestPpidDataStatus : IMessage<RequestStatusPerDestination.Types.IngestPpidDataStatus>, IEquatable<RequestStatusPerDestination.Types.IngestPpidDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.IngestPpidDataStatus>, IBufferMessage, IMessage
Constructors
IngestPpidDataStatus()
Declaration
public IngestPpidDataStatus()
IngestPpidDataStatus(IngestPpidDataStatus)
Declaration
public IngestPpidDataStatus(RequestStatusPerDestination.Types.IngestPpidDataStatus other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestStatusPerDestination.Types.IngestPpidDataStatus | other |
Properties
PpidCount
The total count of ppids sent in the upload request for the destination. Includes all ppids in the request, regardless of whether they were successfully ingested or not.
Declaration
public long PpidCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
RecordCount
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.
Declaration
public long RecordCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |