Class GoogleAdsSearchads360V23ServicesGenerateAudienceDefinitionResponse
Response message for AudienceInsightsService.GenerateAudienceDefinition.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesGenerateAudienceDefinitionResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HighRelevanceAttributes
The attributes that make up the audience definition.
Declaration
[JsonProperty("highRelevanceAttributes")]
public virtual IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> HighRelevanceAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> |
MediumRelevanceAttributes
Additional attributes that are less relevant but still related to the audience description. Use these attributes to broaden the audience definition to reach more users.
Declaration
[JsonProperty("mediumRelevanceAttributes")]
public virtual IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> MediumRelevanceAttributes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonAudienceInsightsAttributeMetadata> |