Class GoogleAdsSearchads360V23CommonAgeDimension
Dimension specifying users by their age.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonAgeDimension : IDirectResponseSchema
Properties
AgeRanges
Contiguous age range to be included in the dimension.
Declaration
[JsonProperty("ageRanges")]
public virtual IList<GoogleAdsSearchads360V23CommonAgeSegment> AgeRanges { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAgeSegment> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IncludeUndetermined
Include users whose age is not determined.
Declaration
[JsonProperty("includeUndetermined")]
public virtual bool? IncludeUndetermined { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |