Show / Hide Table of Contents

Class RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus

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

Inheritance
object
RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus
Implements
IMessage<RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus>
IEquatable<RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus>
IDeepCloneable<RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus>
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.IngestGoogleUserIdDataStatus : IMessage<RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus>, IEquatable<RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus>, IDeepCloneable<RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus>, IBufferMessage, IMessage

Constructors

IngestGoogleUserIdDataStatus()

Declaration
public IngestGoogleUserIdDataStatus()

IngestGoogleUserIdDataStatus(IngestGoogleUserIdDataStatus)

Declaration
public IngestGoogleUserIdDataStatus(RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus other)
Parameters
Type Name Description
RequestStatusPerDestination.Types.IngestGoogleUserIdDataStatus other

Properties

GoogleUserIdCount

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

Declaration
public long GoogleUserIdCount { 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
In this article
Back to top Generated by DocFX