Class GoogleAdsSearchads360V23ResourcesRecommendationUseBroadMatchKeywordRecommendation
The use broad match keyword recommendation.
Inheritance
GoogleAdsSearchads360V23ResourcesRecommendationUseBroadMatchKeywordRecommendation
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationUseBroadMatchKeywordRecommendation : IDirectResponseSchema
Properties
CampaignKeywordsCount
Output only. Total number of keywords in the campaign.
Declaration
[JsonProperty("campaignKeywordsCount")]
public virtual long? CampaignKeywordsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CampaignUsesSharedBudget
Output only. Whether the associated campaign uses a shared budget.
Declaration
[JsonProperty("campaignUsesSharedBudget")]
public virtual bool? CampaignUsesSharedBudget { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Keyword
Output only. Sample of keywords to be expanded to Broad Match.
Declaration
[JsonProperty("keyword")]
public virtual IList<GoogleAdsSearchads360V23CommonKeywordInfo> Keyword { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonKeywordInfo> |
RequiredCampaignBudgetAmountMicros
Output only. The budget recommended to avoid becoming budget constrained after applying the recommendation.
Declaration
[JsonProperty("requiredCampaignBudgetAmountMicros")]
public virtual long? RequiredCampaignBudgetAmountMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SuggestedKeywordsCount
Output only. Total number of keywords to be expanded to Broad Match in the campaign.
Declaration
[JsonProperty("suggestedKeywordsCount")]
public virtual long? SuggestedKeywordsCount { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |