Class GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion
The suggested text and AdGroup/Campaign pairing for a given keyword.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesAdGroupKeywordSuggestion : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
KeywordText
The original keyword text.
Declaration
[JsonProperty("keywordText")]
public virtual string KeywordText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuggestedAdGroup
The suggested AdGroup for the keyword. Resource name format:
customers/{customer_id}/adGroups/{ad_group_id}
Declaration
[JsonProperty("suggestedAdGroup")]
public virtual string SuggestedAdGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuggestedCampaign
The suggested Campaign for the keyword. Resource name format:
customers/{customer_id}/campaigns/{campaign_id}
Declaration
[JsonProperty("suggestedCampaign")]
public virtual string SuggestedCampaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuggestedKeywordText
The normalized version of keyword_text for BROAD/EXACT/PHRASE suggestions.
Declaration
[JsonProperty("suggestedKeywordText")]
public virtual string SuggestedKeywordText { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SuggestedMatchType
The suggested keyword match type.
Declaration
[JsonProperty("suggestedMatchType")]
public virtual string SuggestedMatchType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |