Show / Hide Table of Contents

Class PpidData

Publisher provided identifiers data holding the ppids. At least one ppid is required.

This feature is only available to data partners.

Inheritance
object
PpidData
Implements
IMessage<PpidData>
IEquatable<PpidData>
IDeepCloneable<PpidData>
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 PpidData : IMessage<PpidData>, IEquatable<PpidData>, IDeepCloneable<PpidData>, IBufferMessage, IMessage

Constructors

PpidData()

Declaration
public PpidData()

PpidData(PpidData)

Declaration
public PpidData(PpidData other)
Parameters
Type Name Description
PpidData other

Properties

Ppids

Required. The list of publisher provided identifiers for a user.

Declaration
public RepeatedField<string> Ppids { get; }
Property Value
Type Description
RepeatedField<string>
In this article
Back to top Generated by DocFX