Class GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsRequest
Request message for KeywordPlanIdeaService.GenerateKeywordForecastMetrics.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ServicesGenerateKeywordForecastMetricsRequest : IDirectResponseSchema
Properties
Campaign
Required. The campaign used in the forecast.
Declaration
[JsonProperty("campaign")]
public virtual GoogleAdsSearchads360V23ServicesCampaignToForecast Campaign { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ServicesCampaignToForecast |
CurrencyCode
The currency used for exchange rate conversion. By default, the account currency of the customer is used. Set this field only if the currency is different from the account currency. The list of valid currency codes can be found at https://developers.google.com/google-ads/api/data/codes-formats#currency-codes.
Declaration
[JsonProperty("currencyCode")]
public virtual string CurrencyCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ForecastPeriod
The date range for the forecast. The start date must be in the future and end date must be within 1 year from today. The reference timezone used is the one of the Google Ads account belonging to the customer. If not set, a default date range from next Sunday to the following Saturday will be used.
Declaration
[JsonProperty("forecastPeriod")]
public virtual GoogleAdsSearchads360V23CommonDateRange ForecastPeriod { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonDateRange |