Struct google_api_proto::google::ads::googleads::v17::resources::CampaignBudget
source · pub struct CampaignBudget {Show 18 fields
pub resource_name: String,
pub id: Option<i64>,
pub name: Option<String>,
pub amount_micros: Option<i64>,
pub total_amount_micros: Option<i64>,
pub status: i32,
pub delivery_method: i32,
pub explicitly_shared: Option<bool>,
pub reference_count: Option<i64>,
pub has_recommended_budget: Option<bool>,
pub recommended_budget_amount_micros: Option<i64>,
pub period: i32,
pub recommended_budget_estimated_change_weekly_clicks: Option<i64>,
pub recommended_budget_estimated_change_weekly_cost_micros: Option<i64>,
pub recommended_budget_estimated_change_weekly_interactions: Option<i64>,
pub recommended_budget_estimated_change_weekly_views: Option<i64>,
pub type: i32,
pub aligned_bidding_strategy_id: i64,
}
Expand description
A campaign budget.
Fields§
§resource_name: String
Immutable. The resource name of the campaign budget. Campaign budget resource names have the form:
customers/{customer_id}/campaignBudgets/{campaign_budget_id}
id: Option<i64>
Output only. The ID of the campaign budget.
A campaign budget is created using the CampaignBudgetService create operation and is assigned a budget ID. A budget ID can be shared across different campaigns; the system will then allocate the campaign budget among different campaigns to get optimum results.
name: Option<String>
The name of the campaign budget.
When creating a campaign budget through CampaignBudgetService, every explicitly shared campaign budget must have a non-null, non-empty name. Campaign budgets that are not explicitly shared derive their name from the attached campaign’s name.
The length of this string must be between 1 and 255, inclusive, in UTF-8 bytes, (trimmed).
amount_micros: Option<i64>
The amount of the budget, in the local currency for the account. Amount is specified in micros, where one million is equivalent to one currency unit. Monthly spend is capped at 30.4 times this amount.
total_amount_micros: Option<i64>
The lifetime amount of the budget, in the local currency for the account. Amount is specified in micros, where one million is equivalent to one currency unit.
status: i32
Output only. The status of this campaign budget. This field is read-only.
delivery_method: i32
The delivery method that determines the rate at which the campaign budget is spent.
Defaults to STANDARD if unspecified in a create operation.
Specifies whether the budget is explicitly shared. Defaults to true if unspecified in a create operation.
If true, the budget was created with the purpose of sharing across one or more campaigns.
If false, the budget was created with the intention of only being used with a single campaign. The budget’s name and status will stay in sync with the campaign’s name and status. Attempting to share the budget with a second campaign will result in an error.
A non-shared budget can become an explicitly shared. The same operation must also assign the budget a name.
A shared campaign budget can never become non-shared.
reference_count: Option<i64>
Output only. The number of campaigns actively using the budget.
This field is read-only.
has_recommended_budget: Option<bool>
Output only. Indicates whether there is a recommended budget for this campaign budget.
This field is read-only.
recommended_budget_amount_micros: Option<i64>
Output only. The recommended budget amount. If no recommendation is available, this will be set to the budget amount. Amount is specified in micros, where one million is equivalent to one currency unit.
This field is read-only.
period: i32
Immutable. Period over which to spend the budget. Defaults to DAILY if not specified.
recommended_budget_estimated_change_weekly_clicks: Option<i64>
Output only. The estimated change in weekly clicks if the recommended budget is applied.
This field is read-only.
recommended_budget_estimated_change_weekly_cost_micros: Option<i64>
Output only. The estimated change in weekly cost in micros if the recommended budget is applied. One million is equivalent to one currency unit.
This field is read-only.
recommended_budget_estimated_change_weekly_interactions: Option<i64>
Output only. The estimated change in weekly interactions if the recommended budget is applied.
This field is read-only.
recommended_budget_estimated_change_weekly_views: Option<i64>
Output only. The estimated change in weekly views if the recommended budget is applied.
This field is read-only.
type: i32
Immutable. The type of the campaign budget.
aligned_bidding_strategy_id: i64
ID of the portfolio bidding strategy that this shared campaign budget is aligned with. When a bidding strategy and a campaign budget are aligned, they are attached to the same set of campaigns. After a campaign budget is aligned with a bidding strategy, campaigns that are added to the campaign budget must also use the aligned bidding strategy.
Implementations§
source§impl CampaignBudget
impl CampaignBudget
sourcepub fn status(&self) -> BudgetStatus
pub fn status(&self) -> BudgetStatus
Returns the enum value of status
, or the default if the field is set to an invalid enum value.
sourcepub fn set_status(&mut self, value: BudgetStatus)
pub fn set_status(&mut self, value: BudgetStatus)
Sets status
to the provided enum value.
sourcepub fn delivery_method(&self) -> BudgetDeliveryMethod
pub fn delivery_method(&self) -> BudgetDeliveryMethod
Returns the enum value of delivery_method
, or the default if the field is set to an invalid enum value.
sourcepub fn set_delivery_method(&mut self, value: BudgetDeliveryMethod)
pub fn set_delivery_method(&mut self, value: BudgetDeliveryMethod)
Sets delivery_method
to the provided enum value.
sourcepub fn period(&self) -> BudgetPeriod
pub fn period(&self) -> BudgetPeriod
Returns the enum value of period
, or the default if the field is set to an invalid enum value.
sourcepub fn set_period(&mut self, value: BudgetPeriod)
pub fn set_period(&mut self, value: BudgetPeriod)
Sets period
to the provided enum value.
sourcepub fn type(&self) -> BudgetType
pub fn type(&self) -> BudgetType
Returns the enum value of type
, or the default if the field is set to an invalid enum value.
sourcepub fn set_type(&mut self, value: BudgetType)
pub fn set_type(&mut self, value: BudgetType)
Sets type
to the provided enum value.
sourcepub fn amount_micros(&self) -> i64
pub fn amount_micros(&self) -> i64
Returns the value of amount_micros
, or the default value if amount_micros
is unset.
sourcepub fn total_amount_micros(&self) -> i64
pub fn total_amount_micros(&self) -> i64
Returns the value of total_amount_micros
, or the default value if total_amount_micros
is unset.
Returns the value of explicitly_shared
, or the default value if explicitly_shared
is unset.
sourcepub fn reference_count(&self) -> i64
pub fn reference_count(&self) -> i64
Returns the value of reference_count
, or the default value if reference_count
is unset.
sourcepub fn has_recommended_budget(&self) -> bool
pub fn has_recommended_budget(&self) -> bool
Returns the value of has_recommended_budget
, or the default value if has_recommended_budget
is unset.
sourcepub fn recommended_budget_amount_micros(&self) -> i64
pub fn recommended_budget_amount_micros(&self) -> i64
Returns the value of recommended_budget_amount_micros
, or the default value if recommended_budget_amount_micros
is unset.
sourcepub fn recommended_budget_estimated_change_weekly_clicks(&self) -> i64
pub fn recommended_budget_estimated_change_weekly_clicks(&self) -> i64
Returns the value of recommended_budget_estimated_change_weekly_clicks
, or the default value if recommended_budget_estimated_change_weekly_clicks
is unset.
sourcepub fn recommended_budget_estimated_change_weekly_cost_micros(&self) -> i64
pub fn recommended_budget_estimated_change_weekly_cost_micros(&self) -> i64
Returns the value of recommended_budget_estimated_change_weekly_cost_micros
, or the default value if recommended_budget_estimated_change_weekly_cost_micros
is unset.
sourcepub fn recommended_budget_estimated_change_weekly_interactions(&self) -> i64
pub fn recommended_budget_estimated_change_weekly_interactions(&self) -> i64
Returns the value of recommended_budget_estimated_change_weekly_interactions
, or the default value if recommended_budget_estimated_change_weekly_interactions
is unset.
sourcepub fn recommended_budget_estimated_change_weekly_views(&self) -> i64
pub fn recommended_budget_estimated_change_weekly_views(&self) -> i64
Returns the value of recommended_budget_estimated_change_weekly_views
, or the default value if recommended_budget_estimated_change_weekly_views
is unset.
Trait Implementations§
source§impl Clone for CampaignBudget
impl Clone for CampaignBudget
source§fn clone(&self) -> CampaignBudget
fn clone(&self) -> CampaignBudget
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CampaignBudget
impl Debug for CampaignBudget
source§impl Default for CampaignBudget
impl Default for CampaignBudget
source§impl Message for CampaignBudget
impl Message for CampaignBudget
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for CampaignBudget
impl PartialEq for CampaignBudget
source§fn eq(&self, other: &CampaignBudget) -> bool
fn eq(&self, other: &CampaignBudget) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CampaignBudget
Auto Trait Implementations§
impl Freeze for CampaignBudget
impl RefUnwindSafe for CampaignBudget
impl Send for CampaignBudget
impl Sync for CampaignBudget
impl Unpin for CampaignBudget
impl UnwindSafe for CampaignBudget
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request