Class GoogleAdsSearchads360V23ServicesForecastAdGroup
An ad group that is part of a campaign to be forecasted.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesForecastAdGroup : IDirectResponseSchema
Properties
BiddableKeywords
Required. The list of biddable keywords to be used in the ad group when doing the forecast. Requires at least one keyword.
Declaration
[JsonProperty("biddableKeywords")]
public virtual IList<GoogleAdsSearchads360V23ServicesBiddableKeyword> BiddableKeywords { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ServicesBiddableKeyword> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MaxCpcBidMicros
The max cpc to use for the ad group when generating forecasted traffic. This value will override the max cpc value set in the bidding strategy. Only specify this field for bidding strategies that max cpc values.
Declaration
[JsonProperty("maxCpcBidMicros")]
public virtual long? MaxCpcBidMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
NegativeKeywords
The details of the keyword. You should specify both the keyword text and match type.
Declaration
[JsonProperty("negativeKeywords")]
public virtual IList<GoogleAdsSearchads360V23CommonKeywordInfo> NegativeKeywords { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonKeywordInfo> |