Class GoogleAdsSearchads360V23ServicesInsightsAudienceDefinition
A structured definition of the audience of interest for which insights are being requested in AudienceInsightsService.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesInsightsAudienceDefinition : IDirectResponseSchema
Properties
Audience
Required. The audience of interest for which insights are being requested.
Declaration
[JsonProperty("audience")]
public virtual GoogleAdsSearchads360V23ServicesInsightsAudience Audience { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesInsightsAudience |
BaselineAudience
Optional. The baseline audience. The default, if unspecified, is all people in the same country as the audience of interest.
Declaration
[JsonProperty("baselineAudience")]
public virtual GoogleAdsSearchads360V23ServicesInsightsAudience BaselineAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesInsightsAudience |
DataMonth
Optional. The one-month range of historical data to use for insights, in the format "yyyy-mm". If unset, insights will be returned for the last thirty days of data.
Declaration
[JsonProperty("dataMonth")]
public virtual string DataMonth { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |