Class GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation
The keyword recommendation.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendation : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Keyword
Output only. The recommended keyword.
Declaration
[JsonProperty("keyword")]
public virtual GoogleAdsSearchads360V23CommonKeywordInfo Keyword { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonKeywordInfo |
RecommendedCpcBidMicros
Output only. The recommended CPC (cost-per-click) bid.
Declaration
[JsonProperty("recommendedCpcBidMicros")]
public virtual long? RecommendedCpcBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
SearchTerms
Output only. A list of search terms this keyword matches. The same search term may be repeated for multiple keywords.
Declaration
[JsonProperty("searchTerms")]
public virtual IList<GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm> SearchTerms { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ResourcesRecommendationKeywordRecommendationSearchTerm> |