Class GoogleAdsSearchads360V23ServicesInsightsAudienceDescription
A text description 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 GoogleAdsSearchads360V23ServicesInsightsAudienceDescription : IDirectResponseSchema
Properties
AudienceDescription
Required. An English language text description of an audience to get suggestions for. Maximum length is 2000 characters. For example, "Women in their 30s who love to travel".
Declaration
[JsonProperty("audienceDescription")]
public virtual string AudienceDescription { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
AudienceDimensions
Optional. An optional list of audience dimensions to return.
Declaration
[JsonProperty("audienceDimensions")]
public virtual GoogleAdsSearchads360V23ServicesAudienceInsightsDimensions AudienceDimensions { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesAudienceInsightsDimensions |
CountryLocations
Required. The countries for the audience.
Declaration
[JsonProperty("countryLocations")]
public virtual IList<GoogleAdsSearchads360V23CommonLocationInfo> CountryLocations { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonLocationInfo> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MarketingObjective
Optional. An optional marketing objective which will influence the type of suggestions produced.
Declaration
[JsonProperty("marketingObjective")]
public virtual string MarketingObjective { get; set; }
Property Value
| Type | Description |
|---|---|
| string |