Class RequestStatusPerDestination.Types.IngestUserIdDataStatus
The status of the user id 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.IngestUserIdDataStatus : IMessage<RequestStatusPerDestination.Types.IngestUserIdDataStatus>, IEquatable<RequestStatusPerDestination.Types.IngestUserIdDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.IngestUserIdDataStatus>, IBufferMessage, IMessage
Constructors
IngestUserIdDataStatus()
Declaration
public IngestUserIdDataStatus()
IngestUserIdDataStatus(IngestUserIdDataStatus)
Declaration
public IngestUserIdDataStatus(RequestStatusPerDestination.Types.IngestUserIdDataStatus other)
Parameters
| Type | Name | Description |
|---|---|---|
| RequestStatusPerDestination.Types.IngestUserIdDataStatus | other |
Properties
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 |
UserIdCount
The total count of user ids sent in the upload request for the destination. Includes all user ids in the request, regardless of whether they were successfully ingested or not.
Declaration
public long UserIdCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |