Class NumericTargetingDimension
Generic targeting used for targeting dimensions that contain a list of included and excluded numeric IDs used in app, user list, geo, and vertical id targeting.
Implements
Inherited Members
Namespace: Google.Apis.RealTimeBidding.v1.Data
Assembly: Google.Apis.RealTimeBidding.v1.dll
Syntax
public class NumericTargetingDimension : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ExcludedIds
The IDs excluded in a configuration.
Declaration
[JsonProperty("excludedIds")]
public virtual IList<long?> ExcludedIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |
IncludedIds
The IDs included in a configuration.
Declaration
[JsonProperty("includedIds")]
public virtual IList<long?> IncludedIds { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<long?> |