Class GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters
Parameters to use when applying keyword recommendation.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesApplyRecommendationOperationKeywordParameters : IDirectResponseSchema
Properties
AdGroup
The ad group resource to add keyword to. This is a required field.
Declaration
[JsonProperty("adGroup")]
public virtual string AdGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CpcBidMicros
Optional, CPC bid to set for the keyword. If not set, keyword will use bid based on bidding strategy used by target ad group.
Declaration
[JsonProperty("cpcBidMicros")]
public virtual long? CpcBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MatchType
The match type of the keyword. This is a required field.
Declaration
[JsonProperty("matchType")]
public virtual string MatchType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |