Class GoogleAdsSearchads360V23ServicesCampaignToForecast
A campaign to do a keyword campaign forecast.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesCampaignToForecast : IDirectResponseSchema
Properties
AdGroups
The ad groups in the new campaign to forecast.
Declaration
[JsonProperty("adGroups")]
public virtual IList<GoogleAdsSearchads360V23ServicesForecastAdGroup> AdGroups { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ServicesForecastAdGroup> |
BiddingStrategy
Required. The bidding strategy for the campaign.
Declaration
[JsonProperty("biddingStrategy")]
public virtual GoogleAdsSearchads360V23ServicesCampaignToForecastCampaignBiddingStrategy BiddingStrategy { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesCampaignToForecastCampaignBiddingStrategy |
ConversionRate
The expected conversion rate (number of conversions divided by number of total clicks) as defined by the user. This value is expressed as a decimal value, so an expected conversion rate of 2% should be entered as 0.02. If left empty, an estimated conversion rate will be used.
Declaration
[JsonProperty("conversionRate")]
public virtual double? ConversionRate { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
GeoModifiers
Locations to be targeted. Locations must be unique.
Declaration
[JsonProperty("geoModifiers")]
public virtual IList<GoogleAdsSearchads360V23ServicesCriterionBidModifier> GeoModifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23ServicesCriterionBidModifier> |
KeywordPlanNetwork
Required. The network used for targeting.
Declaration
[JsonProperty("keywordPlanNetwork")]
public virtual string KeywordPlanNetwork { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
LanguageConstants
The list of resource names of languages to be targeted. The resource name is of the format "languageConstants/{criterion_id}". See https://developers.google.com/google-ads/api/data/codes-formats#languages for the list of language criterion codes.
Declaration
[JsonProperty("languageConstants")]
public virtual IList<string> LanguageConstants { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
NegativeKeywords
The list of negative keywords to be used in the campaign when doing the forecast.
Declaration
[JsonProperty("negativeKeywords")]
public virtual IList<GoogleAdsSearchads360V23CommonKeywordInfo> NegativeKeywords { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleAdsSearchads360V23CommonKeywordInfo> |