Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestUserDataStatus

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

Inheritance
object
RequestStatusPerDestination.Types.IngestUserDataStatus
Implements
IMessage<RequestStatusPerDestination.Types.IngestUserDataStatus>
IEquatable<RequestStatusPerDestination.Types.IngestUserDataStatus>
IDeepCloneable<RequestStatusPerDestination.Types.IngestUserDataStatus>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class RequestStatusPerDestination.Types.IngestUserDataStatus : IMessage<RequestStatusPerDestination.Types.IngestUserDataStatus>, IEquatable<RequestStatusPerDestination.Types.IngestUserDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.IngestUserDataStatus>, IBufferMessage, IMessage

Constructors

IngestUserDataStatus()

Declaration
public IngestUserDataStatus()

IngestUserDataStatus(IngestUserDataStatus)

Declaration
public IngestUserDataStatus(RequestStatusPerDestination.Types.IngestUserDataStatus other)
Parameters
Type Name Description
RequestStatusPerDestination.Types.IngestUserDataStatus 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

UploadMatchRateRange

The match rate range of the upload.

Declaration
public MatchRateRange UploadMatchRateRange { get; set; }
Property Value
Type Description
MatchRateRange

UserIdentifierCount

The total count of user identifiers sent in the upload request for the destination. Includes all user identifiers in the request, regardless of whether they were successfully ingested or not.

Declaration
public long UserIdentifierCount { get; set; }
Property Value
Type Description
long
In this article
Back to top Generated by DocFX