Class SizeInfo
Estimated number of members in this user list in different target networks.
Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public sealed class SizeInfo : IMessage<SizeInfo>, IEquatable<SizeInfo>, IDeepCloneable<SizeInfo>, IBufferMessage, IMessage
Constructors
SizeInfo()
Declaration
public SizeInfo()
SizeInfo(SizeInfo)
Declaration
public SizeInfo(SizeInfo other)
Parameters
| Type | Name | Description |
|---|---|---|
| SizeInfo | other |
Properties
DisplayNetworkMembersCount
Output only. Estimated number of members in this user list, on the Google Display Network.
Declaration
public long DisplayNetworkMembersCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |
SearchNetworkMembersCount
Output only. Estimated number of members in this user list in the google.com domain. These are the members available for targeting in Search campaigns.
Declaration
public long SearchNetworkMembersCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long |