Class GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget
A campaign budget shared amongst various budget recommendation types.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesRecommendationCampaignBudget : IDirectResponseSchema
Properties
CurrentAmountMicros
Output only. Current budget amount.
Declaration
[JsonProperty("currentAmountMicros")]
public virtual long? CurrentAmountMicros { 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 |
NewStartDate
Output only. The date when the new budget would start being used. This field will be set for the following recommendation types: FORECASTING_SET_TARGET_ROAS YYYY-MM-DD format, for example, 2018-04-17.
Declaration
[JsonProperty("newStartDate")]
public virtual string NewStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecommendedNewAmountMicros
Output only. Recommended budget amount.
Declaration
[JsonProperty("recommendedNewAmountMicros")]
public virtual long? RecommendedNewAmountMicros { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |