Class OnTargetAudienceMetrics
Estimated audience sizes for a targeted geography.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class OnTargetAudienceMetrics : IDirectResponseSchema
Properties
CensusAudienceSize
Size of the audience based on the census data of the targeted geography.
Declaration
[JsonProperty("censusAudienceSize")]
public virtual long? CensusAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
YoutubeAudienceSize
Estimated size of the YouTube audience.
Declaration
[JsonProperty("youtubeAudienceSize")]
public virtual long? YoutubeAudienceSize { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |