Class GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest
Request message for AudienceInsightsService.ListAudienceInsightsAttributes.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesListAudienceInsightsAttributesRequest : IDirectResponseSchema
Properties
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 |
Dimensions
Required. The types of attributes to be returned. Supported dimensions are CATEGORY, KNOWLEDGE_GRAPH, GEO_TARGET_COUNTRY, SUB_COUNTRY_LOCATION, 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 |
LocationCountryFilters
If SUB_COUNTRY_LOCATION attributes are one of the requested dimensions and this field is present, then the SUB_COUNTRY_LOCATION attributes returned will be located in these countries. If this field is absent, then location attributes are not filtered by country. Setting this field when SUB_COUNTRY_LOCATION attributes are not requested will return an error.
Declaration
[JsonProperty("locationCountryFilters")]
public virtual IList<GoogleAdsSearchads360V23CommonLocationInfo> LocationCountryFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonLocationInfo> |
QueryText
Required. A free text query. If the requested dimensions include Attributes CATEGORY or KNOWLEDGE_GRAPH, then the attributes returned for those dimensions will match or be related to this string. For other dimensions, this field is ignored and all available attributes are returned.
Declaration
[JsonProperty("queryText")]
public virtual string QueryText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
YoutubeReachLocation
If present, potential YouTube reach estimates within the specified market will be returned for attributes for which they are available. Reach is only available for the AGE_RANGE, GENDER, AFFINITY_USER_INTEREST and IN_MARKET_USER_INTEREST dimensions, and may not be available for every attribute of those dimensions in every market.
Declaration
[JsonProperty("youtubeReachLocation")]
public virtual GoogleAdsSearchads360V23CommonLocationInfo YoutubeReachLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonLocationInfo |