Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ServicesInsightsAudienceDefinition

A structured definition of the audience of interest for which insights are being requested in AudienceInsightsService.

Inheritance
object
GoogleAdsSearchads360V23ServicesInsightsAudienceDefinition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX