Class PairIdInfo
Additional information when PAIR_ID is one of the upload_key_types.
This feature is only available to data partners.
Implements
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class PairIdInfo : IMessage<PairIdInfo>, IEquatable<PairIdInfo>, IDeepCloneable<PairIdInfo>, IBufferMessage, IMessage
Constructors
PairIdInfo()
Declaration
public PairIdInfo()
PairIdInfo(PairIdInfo)
Declaration
public PairIdInfo(PairIdInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| PairIdInfo | other |
Properties
AdvertiserIdentifierCount
Output only. 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
public 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
public string CleanRoomIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasCleanRoomIdentifier
Gets whether the "clean_room_identifier" field is set
Declaration
public bool HasCleanRoomIdentifier { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasPublisherId
Gets whether the "publisher_id" field is set
Declaration
public bool HasPublisherId { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasPublisherName
Gets whether the "publisher_name" field is set
Declaration
public bool HasPublisherName { get; }
Property Value
| Type | Description |
|---|---|
| bool |
MatchRatePercentage
Output only. 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
public 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
public long PublisherId { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
PublisherName
Optional. Descriptive name of the publisher to be displayed in the UI for a better targeting experience.
Declaration
public string PublisherName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |