Show / Hide Table of Contents

Class PairIdInfo

Additional information when PAIR_ID is one of the upload_key_types. This feature is only available to data partners.

Inheritance
object
PairIdInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class PairIdInfo : IDirectResponseSchema

Properties

AdvertiserIdentifierCount

Optional. The count of the advertiser's first party data records that have been uploaded to a clean room provider. This does not signify the size of a PAIR user list.

Declaration
[JsonProperty("advertiserIdentifierCount")]
public virtual long? AdvertiserIdentifierCount { get; set; }
Property Value
Type Description
long?

CleanRoomIdentifier

Required. Immutable. Identifies a unique advertiser to publisher relationship with one clean room provider or across multiple clean room providers.

Declaration
[JsonProperty("cleanRoomIdentifier")]
public virtual string CleanRoomIdentifier { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MatchRatePercentage

Optional. This field denotes the percentage of membership match of this user list with the corresponding publisher's first party data. Must be between 0 and 100 inclusive.

Declaration
[JsonProperty("matchRatePercentage")]
public virtual int? MatchRatePercentage { get; set; }
Property Value
Type Description
int?

PublisherId

Required. Immutable. Identifies the publisher that the Publisher Advertiser Identity Reconciliation user list is reconciled with. This field is provided by the cleanroom provider and is only unique in the scope of that cleanroom. This cannot be used as a global identifier across multiple cleanrooms.

Declaration
[JsonProperty("publisherId")]
public virtual long? PublisherId { get; set; }
Property Value
Type Description
long?

PublisherName

Required. Descriptive name of the publisher to be displayed in the UI for a better targeting experience.

Declaration
[JsonProperty("publisherName")]
public virtual string PublisherName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX