Class GoogleAdsSearchads360V23ServicesGenerateAudienceCompositionInsightsRequest
Request message for AudienceInsightsService.GenerateAudienceCompositionInsights.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesGenerateAudienceCompositionInsightsRequest : 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
The baseline audience to which the audience of interest is being compared.
Declaration
[JsonProperty("baselineAudience")]
public virtual GoogleAdsSearchads360V23ServicesInsightsAudience BaselineAudience { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesInsightsAudience |
CustomerInsightsGroup
The name of the customer being planned for. This is a user-defined value.
Declaration
[JsonProperty("customerInsightsGroup")]
public virtual string CustomerInsightsGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DataMonth
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 |
Dimensions
Required. The audience dimensions for which composition insights should be returned. Supported dimensions are KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY, SUB_COUNTRY_LOCATION, YOUTUBE_CHANNEL, YOUTUBE_LINEUP, AFFINITY_USER_INTEREST, IN_MARKET_USER_INTEREST, .
Declaration
[JsonProperty("dimensions")]
public virtual IList<string> Dimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InsightsApplicationInfo
Optional. Additional information on the application issuing the request.
Declaration
[JsonProperty("insightsApplicationInfo")]
public virtual GoogleAdsSearchads360V23CommonAdditionalApplicationInfo InsightsApplicationInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonAdditionalApplicationInfo |